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 6c1e059e4018b55cd48cd917e5ff7b136ef3449e Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 14:08:08 2017 +0200 Added the maven-debian-helper --has-package-version option --- debian/changelog | 1 + debian/control | 2 +- debian/libmaven-shared-utils-java.poms | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 52b6844..8858d16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-shared-utils (3.1.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - New dependency on libjansi-java + * Added the maven-debian-helper --has-package-version option * Switch to debhelper level 10 * Simplified debian/rules * Added debian/orig-tar.sh to build the upstream tarball from SVN diff --git a/debian/control b/debian/control index 6448fc3..fd4f5e9 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 (>= 10), default-jdk, maven-debian-helper (>= 2.0) +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2~) Build-Depends-Indep: junit4, libcommons-lang3-java, libjansi-java, diff --git a/debian/libmaven-shared-utils-java.poms b/debian/libmaven-shared-utils-java.poms index 8545d14..5ad70f2 100644 --- a/debian/libmaven-shared-utils-java.poms +++ b/debian/libmaven-shared-utils-java.poms @@ -25,4 +25,4 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml --no-parent +pom.xml --no-parent --has-package-version -- 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

