Author: drazzib
Date: 2011-09-11 00:08:28 +0000 (Sun, 11 Sep 2011)
New Revision: 14804

Added:
   trunk/libcommons-jxpath-java/debian/libcommons-jxpath-java.poms
Modified:
   trunk/libcommons-jxpath-java/debian/changelog
   trunk/libcommons-jxpath-java/debian/control
   trunk/libcommons-jxpath-java/debian/rules
Log:
* Team upload.
* Upload to unstable.
* Update Standards-Version to 3.9.2: no changes needed.
* d/libcommons-jxpath-java.poms: Ignore parent pom.
* d/control: Remove Depends on JRE (per Java Policy).

Modified: trunk/libcommons-jxpath-java/debian/changelog
===================================================================
--- trunk/libcommons-jxpath-java/debian/changelog       2011-09-11 00:07:22 UTC 
(rev 14803)
+++ trunk/libcommons-jxpath-java/debian/changelog       2011-09-11 00:08:28 UTC 
(rev 14804)
@@ -1,3 +1,13 @@
+libcommons-jxpath-java (1.3-5) unstable; urgency=low
+
+  * Team upload.
+  * Upload to unstable.
+  * Update Standards-Version to 3.9.2: no changes needed.
+  * d/libcommons-jxpath-java.poms: Ignore parent pom.
+  * d/control: Remove Depends on JRE (per Java Policy).
+
+ -- Damien Raude-Morvan <[email protected]>  Sun, 11 Sep 2011 00:54:56 +0200
+
 libcommons-jxpath-java (1.3-4) experimental; urgency=low
 
   * Team upload

Modified: trunk/libcommons-jxpath-java/debian/control
===================================================================
--- trunk/libcommons-jxpath-java/debian/control 2011-09-11 00:07:22 UTC (rev 
14803)
+++ trunk/libcommons-jxpath-java/debian/control 2011-09-11 00:08:28 UTC (rev 
14804)
@@ -3,26 +3,34 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Niels Thykier <[email protected]>, Michael Koch <[email protected]>
-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, maven-repo-helper
-Standards-Version: 3.9.1
+Build-Depends: ant,
+               cdbs (>= 0.4.8),
+               debhelper (>= 7),
+               default-jdk,
+               junit,
+               libcommons-beanutils-java,
+               libcommons-collections-java,
+               libcommons-logging-java,
+               libjdom1-java,
+               libservlet2.5-java,
+               maven-repo-helper
+Standards-Version: 3.9.2
 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
 
 Package: libcommons-jxpath-java
 Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless, ${misc:Depends}
+Depends: ${misc:Depends}
 Suggests: libcommons-jxpath-java-doc
 Description: manipulate javabean using XPath syntax
- This library provides the java developer the ability to manipulate 
+ This library provides the java developer the ability to manipulate
  javabeans with the XPath syntax. It also supports java collections,
  objects with dynamic properties (like Map, ServletContext, etc)
- and mechanism for adding support for additional models. 
- . 
+ and mechanism for adding support for additional models.
+ .
  One of the most important feature of the component is the
- unification of reference syntax between DOM and java. 
+ unification of reference syntax between DOM and java.
 
 Package: libcommons-jxpath-java-doc
 Section: doc

Added: trunk/libcommons-jxpath-java/debian/libcommons-jxpath-java.poms
===================================================================
--- trunk/libcommons-jxpath-java/debian/libcommons-jxpath-java.poms             
                (rev 0)
+++ trunk/libcommons-jxpath-java/debian/libcommons-jxpath-java.poms     
2011-09-11 00:08:28 UTC (rev 14804)
@@ -0,0 +1 @@
+pom.xml --no-parent

Modified: trunk/libcommons-jxpath-java/debian/rules
===================================================================
--- trunk/libcommons-jxpath-java/debian/rules   2011-09-11 00:07:22 UTC (rev 
14803)
+++ trunk/libcommons-jxpath-java/debian/rules   2011-09-11 00:08:28 UTC (rev 
14804)
@@ -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)
-       mh_installpom -plibcommons-jxpath-java pom.xml
+       mh_installpoms -plibcommons-jxpath-java
        mh_installjar -plibcommons-jxpath-java pom.xml 
target/commons-jxpath-*.jar -l


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to