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 | |
parent | Prefixing NEWS.Debian with package name for consistency reasons. (diff) |
Using debhelper 7 minimized rules file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 30 | ||||
-rw-r--r-- | debian/sisu.docs | 1 |
3 files changed, 5 insertions, 28 deletions
diff --git a/debian/control b/debian/control index f2f978e3..646f98c8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sisu Section: text Priority: optional Maintainer: Ralph Amissah <ralph@amissah.com> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.8.4 Homepage: http://www.jus.uio.no/sisu/ Vcs-Browser: http://git.sisudoc.org/?p=code/sisu.git 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 diff --git a/debian/sisu.docs b/debian/sisu.docs new file mode 100644 index 00000000..e845566c --- /dev/null +++ b/debian/sisu.docs @@ -0,0 +1 @@ +README |