diff options
author | Daniel Baumann <daniel@debian.org> | 2010-06-19 15:24:55 +0200 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-07-02 13:58:11 -0400 |
commit | 2ff97bafb55ec421a34b7b128717d158a0a896bc (patch) | |
tree | 04c86b2e4e3ade7374bf0b59e9543a92eb9646f0 /debian/rules | |
parent | Prefixing NEWS.Debian with package name for consistency reasons. (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 1465b319..7e8c591b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,31 +1,7 @@ #!/usr/bin/make -f -clean: - dh_testdir - dh_testroot - dh_clean +%: + dh ${@} -build: - -install: - -binary: binary-indep - -binary-arch: - -binary-indep: - dh_testdir - dh_testroot - dh_installdocs README - dh_installchangelogs CHANGELOG - dh_installman - dh_install - dh_lintian +override_dh_compress: dh_compress -X.rb -X.ssi -X.ssm -X.sst -X.yml - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -.PHONY: clean build install binary binary-arch binary-indep |