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 8fa1e7f6b1590529b76abb793496a2a21b2ad8f7 Author: Damien Raude-Morvan <[email protected]> Date: Sun Sep 11 00:08:28 2011 +0000 * 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). --- debian/changelog | 10 ++++++++++ debian/control | 26 +++++++++++++++++--------- debian/libcommons-jxpath-java.poms | 1 + debian/rules | 2 +- 4 files changed, 29 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index f731403..a79afae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index f86e019..24cb504 100644 --- a/debian/control +++ b/debian/control @@ -3,26 +3,34 @@ Section: java 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 diff --git a/debian/libcommons-jxpath-java.poms b/debian/libcommons-jxpath-java.poms new file mode 100644 index 0000000..43e746b --- /dev/null +++ b/debian/libcommons-jxpath-java.poms @@ -0,0 +1 @@ +pom.xml --no-parent diff --git a/debian/rules b/debian/rules index ca19009..8a723b5 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) - mh_installpom -plibcommons-jxpath-java pom.xml + mh_installpoms -plibcommons-jxpath-java 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

