This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxalan2-java.
commit dcaf4ab829e5c5bf5eccae1de2ef8369e2d81319 Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 13 16:57:27 2017 +0200 Added the missing --has-package-version flag --- debian/changelog | 1 + debian/libxalan2-java.poms | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 138ebab..89f3fdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libxalan2-java (2.7.2-1) UNRELEASED; urgency=medium - Refreshed the Maven poms * Simplified debian/patches/build.patch * Build with the DH sequencer instead of CDBS + * Added the missing --has-package-version flag * Moved the package to Git * Use XZ compression for the upstream tarball * Updated debian/watch diff --git a/debian/libxalan2-java.poms b/debian/libxalan2-java.poms index 1b63994..ee694e1 100644 --- a/debian/libxalan2-java.poms +++ b/debian/libxalan2-java.poms @@ -1,2 +1,2 @@ -debian/xalan.pom --no-parent --java-lib --artifact=build/xalan.jar --usj-name=xalan2 -debian/serializer.pom --no-parent --java-lib --artifact=build/serializer.jar +debian/xalan.pom --no-parent --has-package-version --java-lib --artifact=build/xalan.jar --usj-name=xalan2 +debian/serializer.pom --no-parent --has-package-version --java-lib --artifact=build/serializer.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxalan2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

