From: Emmanuel Bourg Date: Fri, 30 Aug 2013 15:57:32 +0000 (+0200) Subject: Updated debhelper level to 7 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=commitdiff_plain;h=a73fbfdee06b7610060eee0aa110225f8626326f Updated debhelper level to 7 --- diff --git a/debian/changelog b/debian/changelog index 3cda0b9..b1fc3e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ java-package (0.53) UNRELEASED; urgency=low * Removed 'Replaces: ${j2se_package}debian' from the generated control file * Adjusted the disk space required to unpack the Java 8 documentation * Updated the manpages for Java 8 + * Updated debhelper level to 7 + * debian/rules: Use dh_prep instead of dh_clean -k -- Emmanuel Bourg Wed, 28 Aug 2013 19:34:41 +0200 diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 4e7f408..e9fc7f6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/misc Priority: optional Maintainer: Debian Java Maintainers Uploaders: Cédric Pineau -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 7) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/java-package.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/java-package.git diff --git a/debian/rules b/debian/rules index 7e1f875..58fc11c 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs install -m 755 make-jpkg.out $(B)/usr/bin/make-jpkg cp lib/*.sh $(B)/usr/share/java-package/