This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository shiro.
commit 5e8e35aa9ff68cb76bde43663d86f89925188cd0 Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 16 14:57:56 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 04aabe0..baf7186 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shiro (1.2.5-3) UNRELEASED; urgency=medium + + * Team upload. + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Wed, 16 Nov 2016 14:57:43 +0100 + shiro (1.2.5-2) unstable; urgency=medium * Team upload. diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 586cd78..78685d3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper Build-Depends-Indep: libaspectj-java, libbuild-helper-maven-plugin-java, libcommons-beanutils-java, diff --git a/debian/rules b/debian/rules index 1cdfe40..c679e9c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ override_dh_installchangelogs: dh_installchangelogs -- RELEASE-NOTES -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/shiro.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

