This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgettext-commons-java.
commit 9d096cecbae51584273bb4a420ca12cea232cc89 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 12 10:08:41 2017 +0200 Removed the build dependency on libmaven-assembly-plugin-java --- debian/changelog | 7 +++++++ debian/maven.ignoreRules | 1 + debian/patches/fix-assembly-attached.patch | 13 ------------- debian/patches/series | 1 - 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 27a120a..3b451f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgettext-commons-java (0.9.6-6) UNRELEASED; urgency=medium + + * Team upload. + * Removed the build dependency on libmaven-assembly-plugin-java + + -- Emmanuel Bourg <[email protected]> Tue, 12 Sep 2017 10:08:03 +0200 + libgettext-commons-java (0.9.6-5) unstable; urgency=medium * Team upload. diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 3f475f8..42118f8 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,2 +1,3 @@ +org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-eclipse-plugin * * * * diff --git a/debian/patches/fix-assembly-attached.patch b/debian/patches/fix-assembly-attached.patch deleted file mode 100644 index 887b1da..0000000 --- a/debian/patches/fix-assembly-attached.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: libgettext-commons-java/pom.xml -=================================================================== ---- libgettext-commons-java.orig/pom.xml 2017-08-08 11:37:14.890745381 -0500 -+++ libgettext-commons-java/pom.xml 2017-08-08 11:43:07.286937760 -0500 -@@ -118,7 +118,7 @@ - <id>make-assembly</id> <!-- this is used for inheritance merges --> - <phase>package</phase> <!-- append to the packaging phase. --> - <goals> -- <goal>attached</goal> <!-- goals == mojos --> -+ <goal>single</goal> <!-- goals == mojos --> - </goals> - </execution> - </executions> diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index d89a59e..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix-assembly-attached.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgettext-commons-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

