This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-shared-utils.
commit bae8d91f64799f8d1a4fba2fd583e6de86b9a393 Author: Emmanuel Bourg <[email protected]> Date: Tue May 16 10:31:20 2017 +0200 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 23f1cab..b0bdc9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-shared-utils (3.0.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Tue, 16 May 2017 10:29:17 +0200 + maven-shared-utils (3.0.0-1) unstable; urgency=medium * New upstream release 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 1a6978e..c577b8d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jakub Adam <[email protected]>, Kai-Chung Yan <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>> 1.6.2) +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>> 1.6.2) Build-Depends-Indep: junit4, libcommons-lang3-java, libjsr305-java, diff --git a/debian/rules b/debian/rules index 8d9ce3f..109d8b5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven --with=javahelper + dh $@ --with=javahelper override_dh_install: dh_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-utils.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

