This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven.
commit 4997f9c0f40c480491a9bff4d80c837ae6a1e089 Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 30 11:34:25 2015 +0100 Fixed the pom patching logic (Closes: #792146) --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index e047a5c..82e35e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ maven (3.3.3-4) UNRELEASED; urgency=medium * Team upload. * Added the missing /usr/share/java/maven-builder-support-3.x.jar link + * Fixed the pom patching logic and made the package buildable twice in a row + (Closes: #792146) -- Emmanuel Bourg <[email protected]> Fri, 30 Oct 2015 10:33:25 +0100 diff --git a/debian/rules b/debian/rules index f833cc7..b591e86 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename configure/$(PACKAGE):: + mh_unpatchpoms -plibmaven3-core-java mh_patchpoms -plibmaven3-core-java --rules=debian/maven.buildRules makebuilddir/$(PACKAGE):: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

