[libxmlenc-java] 01/01: Simplified debian/rules

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jul 27 17:07:19 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository libxmlenc-java.

commit 7e03d50dd2781f07c09a442bc4aa13ba1e5974d4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jul 27 19:07:12 2015 +0200

    Simplified debian/rules
---
 debian/changelog           |  7 +++++++
 debian/libxmlenc-java.poms |  2 +-
 debian/rules               | 11 +----------
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 005843a..5c6ba4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxmlenc-java (0.52+dfsg-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Simplified debian/rules
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 27 Jul 2015 19:06:49 +0200
+
 libxmlenc-java (0.52+dfsg-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/libxmlenc-java.poms b/debian/libxmlenc-java.poms
index 7b5c065..321e7f2 100644
--- a/debian/libxmlenc-java.poms
+++ b/debian/libxmlenc-java.poms
@@ -1 +1 @@
-debian/libxmlenc-java.pom
+debian/libxmlenc-java.pom --java-lib --artifact=build/xmlenc.jar
diff --git a/debian/rules b/debian/rules
index 11b02d5..3e0ae84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,4 @@
 export JAVA_HOME=/usr/lib/jvm/default-java/
 
 %:
-	dh $@
-
-override_dh_install:
-	dh_install
-	mh_installpoms -plibxmlenc-java
-	mh_installjar -plibxmlenc-java --java-lib debian/libxmlenc-java.pom build/xmlenc.jar
-
-override_dh_auto_clean:
-	dh_auto_clean
-	mh_clean
+	dh $@ --with maven-repo-helper

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



More information about the pkg-java-commits mailing list