[libcommons-jxpath-java] 21/29: * Team upload * Install pom.xml with maven-debian-helper. * Update Standards-Version: 3.9.1.

Jakub Adam xhaakon-guest at moszumanska.debian.org
Sun Aug 2 23:26:26 UTC 2015


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

xhaakon-guest pushed a commit to branch master
in repository libcommons-jxpath-java.

commit 7693c57ec048c71b9ee2f55ebd20cb1cf97e53f2
Author: Torsten Werner <twerner at debian.org>
Date:   Wed Aug 11 17:59:59 2010 +0000

    * Team upload
    * Install pom.xml with maven-debian-helper.
    * Update Standards-Version: 3.9.1.
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 debian/dirs      | 1 -
 debian/rules     | 4 ++--
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0da4d2c..f731403 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libcommons-jxpath-java (1.3-4) experimental; urgency=low
+
+  * Team upload
+  * Install pom.xml with maven-debian-helper.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 11 Aug 2010 19:58:15 +0200
+
 libcommons-jxpath-java (1.3-3) unstable; urgency=low
 
   [ Thierry Carrez ]
diff --git a/debian/control b/debian/control
index 92b4590..f86e019 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Niels Thykier <niels at thykier.net>, Michael Koch <konqueror at gmx.de>
 Build-Depends: debhelper (>= 7), cdbs (>= 0.4.8), ant, libcommons-logging-java,
  junit, libservlet2.5-java, libcommons-collections-java, libcommons-beanutils-java,
- libjdom1-java, default-jdk
-Standards-Version: 3.8.4
+ libjdom1-java, default-jdk, maven-repo-helper
+Standards-Version: 3.9.1
 Homepage: http://commons.apache.org/jxpath/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-jxpath-java
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/libcommons-jxpath-java
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 13c9f03..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/java
diff --git a/debian/rules b/debian/rules
index e5481c5..ca19009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,5 @@ binary-install/libcommons-jxpath-java::
 	# With the 1.3 release upstream forgot to bump the version number.
 	# So we are doing a little magic to get it right regardless.
 	test `ls -1 target/commons-jxpath-*.jar | wc -l` = 1 || ( echo "Too many matches" ; exit 1)
-	cp target/commons-jxpath-*.jar debian/libcommons-jxpath-java/usr/share/java/commons-jxpath-$(DEB_UPSTREAM_VERSION).jar
-	dh_link usr/share/java/commons-jxpath-$(DEB_UPSTREAM_VERSION).jar usr/share/java/commons-jxpath.jar
+	mh_installpom -plibcommons-jxpath-java pom.xml
+	mh_installjar -plibcommons-jxpath-java pom.xml target/commons-jxpath-*.jar -l

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



More information about the pkg-java-commits mailing list