This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libspring-webflow-2.0-java.
commit 17adf78d6472a60fd60292df049aaac2c6c3eeb2 Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 7 10:30:17 2014 +0200 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 65f50c4..5a514a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libspring-webflow-2.0-java (2.0.9.RELEASE-5) UNRELEASED; urgency=low - Removed the deprecated DM-Upload-Allowed flag - Removed the unused dependency on libbackport-util-concurrent-java for the binary package + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 27 Aug 2013 00:20:46 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 869c519..49d20ba 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Miguel Landaeta <[email protected]> Section: java Priority: optional Build-Depends: ant, - debhelper (>> 7.0.50), + debhelper (>= 9), default-jdk, default-jdk-doc, glassfish-javaee, diff --git a/debian/rules b/debian/rules index 44b0cd7..f175dc6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh --with javahelper $@ + dh $@ --with javahelper override_dh_auto_install: dh_auto_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-webflow-2.0-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

