This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository geronimo-commonj-spec.
commit b239bda58c573967b66108ff724882544c90f214 Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 27 16:51:47 2014 +0100 Ignore the parent POM which isn't in Debian (Closes: #771206) --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b70a335..65541e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geronimo-commonj-spec (1.1.1-3) UNRELEASED; urgency=medium + + * Team upload. + * Ignore the parent POM which isn't in Debian (Closes: #771206) + + -- Emmanuel Bourg <[email protected]> Thu, 27 Nov 2014 16:48:35 +0100 + geronimo-commonj-spec (1.1.1-2) unstable; urgency=low [ Stephen Nelson ] diff --git a/debian/rules b/debian/rules index ea70368..f9a7f75 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ UVERSION := $(shell dpkg-parsechangelog | grep ^Version: | sed 's/^.*: \(.*\)-\( dh $@ --with javahelper override_jh_installlibs: - mh_installpom -plibgeronimo-commonj-spec-java --set-version=$(UVERSION) pom.xml + mh_installpom -plibgeronimo-commonj-spec-java --no-parent --set-version=$(UVERSION) pom.xml mh_installjar -plibgeronimo-commonj-spec-java --set-version=$(UVERSION) --java-lib pom.xml geronimo-commonj-spec.jar override_dh_clean: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-commonj-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

