[jenkins-xstream] 01/02: d/rules: Use mh_installpoms to ensure that all pom files are correctly cleaned.
James Downing Page
jamespage at alioth.debian.org
Mon Aug 12 16:03:14 UTC 2013
This is an automated email from the git hooks/post-receive script.
jamespage pushed a commit to branch master
in repository jenkins-xstream.
commit 8766b19a393c01739b2a336a61c4c58e7df16439
Author: James Page <james.page at ubuntu.com>
Date: Mon Aug 12 14:29:23 2013 +0100
d/rules: Use mh_installpoms to ensure that all pom files are correctly cleaned.
---
debian/changelog | 2 ++
debian/rules | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 652297a..c6877d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ jenkins-xstream (1.4.4-jenkins-3-1) UNRELEASED; urgency=low
to be provided from libxpp3-java.
- d/maven.ignoreRules: Drop json dependency - only required for
testing.
+ * d/rules: Use mh_installpoms to ensure that all pom files are
+ correctly cleaned.
* d/control: Drop DM-Upload-Allowed, bumped Standards-Version - 3.9.4,
no changes.
diff --git a/debian/rules b/debian/rules
index b76c54a..1ef6233 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,9 @@ include /usr/share/cdbs/1/class/maven.mk
JAVA_HOME := /usr/lib/jvm/default-java
+# Install POM files directly
+binary-post-install/libjenkins-xstream-java::
+ mh_installpoms -plibjenkins-xstream-java
+
get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-xstream.git
More information about the pkg-java-commits
mailing list