diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-06-28 22:31:13 +0200 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-07-02 17:25:10 -0400 | 
| commit | 8f1388e013857d41246d47f5eccc97786b785f89 (patch) | |
| tree | bea4da998b5a5faf13aa1ba24a7f6c395f22c3a5 /debian/rules | |
| parent | Updating standards version to 3.9.0. (diff) | |
Using debhelper 7 minimized rules file.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 30 | 
1 files changed, 3 insertions, 27 deletions
diff --git a/debian/rules b/debian/rules index a522a5d..ec8aca7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,31 +1,7 @@  #!/usr/bin/make -f -clean: -	dh_testdir -	dh_testroot +%: +	dh ${@} -	dh_clean - -build: - -install: - -binary: binary-indep - -binary-arch: - -binary-indep: -	dh_testdir -	dh_testroot -	dh_installdocs README -	dh_installchangelogs CHANGELOG -	dh_installman -	dh_install +override_dh_compress:  	dh_compress -X.rb -X.sst -X.ssm -X.ssi -	dh_fixperms -	dh_installdeb -	dh_gencontrol -	dh_md5sums -	dh_builddeb - -.PHONY: clean build install binary binary-arch binary-indep  | 
