[jasperreports] 01/02: Patch Maven POM file before installation

Miguel Landaeta nomadium at moszumanska.debian.org
Fri Dec 11 17:02:03 UTC 2015


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

nomadium pushed a commit to branch master
in repository jasperreports.

commit 76a27bc1e120c57fcbff1a6bade5a155ddce04cc
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Fri Dec 11 11:21:12 2015 -0300

    Patch Maven POM file before installation
---
 debian/changelog | 7 +++++++
 debian/rules     | 8 ++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3b336a8..726b6e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jasperreports (6.1.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Patch Maven POM file before installation. (Closes: #803990).
+
+ -- Miguel Landaeta <nomadium at debian.org>  Thu, 10 Dec 2015 16:47:30 -0300
+
 jasperreports (6.1.1+dfsg-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 8a9bcf2..e3bf4a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,18 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 %:
 	dh $@ --parallel --with javahelper,jh_maven_repo_helper --buildsystem=ant
 
+override_dh_prep:
+	dh_prep
+	mh_patchpoms -plibjasperreports-java
+
 override_dh_auto_build:
 	mkdir -p lib
 	ant alljars docs
 	$(RM) -r lib
 
+override_dh_auto_clean:
+	dh_auto_clean
+	mh_unpatchpoms -plibjasperreports-java
+
 get-orig-source:
 	uscan --verbose --download-current-version --force-download

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasperreports.git



More information about the pkg-java-commits mailing list