[pkg-java] r12906 - trunk/libcommons-jxpath-java/debian

Torsten Werner twerner at alioth.debian.org
Wed Aug 11 17:59:59 UTC 2010


Author: twerner
Date: 2010-08-11 17:59:59 +0000 (Wed, 11 Aug 2010)
New Revision: 12906

Removed:
   trunk/libcommons-jxpath-java/debian/dirs
Modified:
   trunk/libcommons-jxpath-java/debian/changelog
   trunk/libcommons-jxpath-java/debian/control
   trunk/libcommons-jxpath-java/debian/rules
Log:
* Team upload
* Install pom.xml with maven-debian-helper.
* Update Standards-Version: 3.9.1.

Modified: trunk/libcommons-jxpath-java/debian/changelog
===================================================================
--- trunk/libcommons-jxpath-java/debian/changelog	2010-08-11 11:11:25 UTC (rev 12905)
+++ trunk/libcommons-jxpath-java/debian/changelog	2010-08-11 17:59:59 UTC (rev 12906)
@@ -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 ]

Modified: trunk/libcommons-jxpath-java/debian/control
===================================================================
--- trunk/libcommons-jxpath-java/debian/control	2010-08-11 11:11:25 UTC (rev 12905)
+++ trunk/libcommons-jxpath-java/debian/control	2010-08-11 17:59:59 UTC (rev 12906)
@@ -5,8 +5,8 @@
 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

Deleted: trunk/libcommons-jxpath-java/debian/dirs
===================================================================
--- trunk/libcommons-jxpath-java/debian/dirs	2010-08-11 11:11:25 UTC (rev 12905)
+++ trunk/libcommons-jxpath-java/debian/dirs	2010-08-11 17:59:59 UTC (rev 12906)
@@ -1 +0,0 @@
-usr/share/java

Modified: trunk/libcommons-jxpath-java/debian/rules
===================================================================
--- trunk/libcommons-jxpath-java/debian/rules	2010-08-11 11:11:25 UTC (rev 12905)
+++ trunk/libcommons-jxpath-java/debian/rules	2010-08-11 17:59:59 UTC (rev 12906)
@@ -19,5 +19,5 @@
 	# 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




More information about the pkg-java-commits mailing list