[java-package] 01/11: Updated debhelper level to 7

Emmanuel Bourg ebourg-guest at alioth.debian.org
Fri Aug 30 23:45:56 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java-package.

commit a73fbfdee06b7610060eee0aa110225f8626326f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Aug 30 17:57:32 2013 +0200

    Updated debhelper level to 7
---
 debian/changelog |    2 ++
 debian/compat    |    2 +-
 debian/control   |    2 +-
 debian/rules     |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

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 <ebourg at apache.org>  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 <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Pineau <cedric.pineau at gmail.com>
-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/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git



More information about the pkg-java-commits mailing list