[maven-hpi-plugin] 01/03: d/rules: Install pom files with mh_installpoms to ensure that ignoreRules is used.

James Downing Page jamespage at alioth.debian.org
Mon Aug 12 16:18:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch master
in repository maven-hpi-plugin.

commit 4b84d6b91e88594d9f7bc5bd5da10d0eec81e8ec
Author: James Page <james.page at ubuntu.com>
Date:   Mon Aug 12 13:03:59 2013 +0100

    d/rules: Install pom files with mh_installpoms to ensure that ignoreRules is used.
---
 debian/changelog |    2 ++
 debian/rules     |    4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 69e93a8..28448b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ maven-hpi-plugin (1.93-1) UNRELEASED; urgency=low
   * New upstream release:
     - d/p/*: Refreshed patches.
     - d/maven.ignoreRules: Drop use of maven-release-plugin.
+  * d/rules: Install pom files with mh_installpoms to ensure that
+    ignoreRules is used.
 
  -- James Page <james.page at ubuntu.com>  Mon, 12 Aug 2013 10:26:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 810c285..d95a470 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,9 @@ include /usr/share/cdbs/1/class/maven.mk
 JAVA_HOME := /usr/lib/jvm/default-java
 DEB_MAVEN_ARGS :=  -e
 
+# Install POM files directly
+binary-post-install/libmaven-hpi-plugin-java::
+	mh_installpoms -plibmaven-hpi-plugin-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/maven-hpi-plugin.git



More information about the pkg-java-commits mailing list