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 0c806c9bc63cc55413f5a5b841fef8cacb8aafb0 Author: Michael Koch <[email protected]> Date: Sat Sep 26 13:36:10 2009 +0000 libcommons-jxpath-java (1.3-2) unstable; urgency=low * (Build-)Depends on libservlet2.5-java instead of libservlet2.3-java. * Removed Suggests of java-virtual-machine. * Removed Wolfgang and added myself to Uploaders. -- Michael Koch <[email protected]> Sat, 26 Sep 2009 15:29:15 +0200 --- debian/changelog | 8 ++++++++ debian/control | 7 +++---- debian/rules | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index cf3afa8..87e5ffc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libcommons-jxpath-java (1.3-2) unstable; urgency=low + + * (Build-)Depends on libservlet2.5-java instead of libservlet2.3-java. + * Removed Suggests of java-virtual-machine. + * Removed Wolfgang and added myself to Uploaders. + + -- Michael Koch <[email protected]> Sat, 26 Sep 2009 15:29:15 +0200 + libcommons-jxpath-java (1.3-1) unstable; urgency=low [ Emmanuel Bourg ] diff --git a/debian/control b/debian/control index eee9ef1..bd4b8d0 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,9 @@ Source: libcommons-jxpath-java Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Wolfgang Baer <[email protected]>, - Niels Thykier <[email protected]> +Uploaders: Arnaud Vandyck <[email protected]>, Niels Thykier <[email protected]>, Michael Koch <[email protected]> Build-Depends: debhelper (>= 7), cdbs (>= 0.4.8), ant, libcommons-logging-java, - junit, libservlet2.3-java, libcommons-collections-java, libcommons-beanutils-java, + junit, libservlet2.5-java, libcommons-collections-java, libcommons-beanutils-java, libjdom1-java, default-jdk Standards-Version: 3.8.3 Homepage: http://commons.apache.org/jxpath/ @@ -15,7 +14,7 @@ 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 | java2-runtime, ${misc:Depends} -Suggests: java-virtual-machine, libcommons-jxpath-java-doc +Suggests: libcommons-jxpath-java-doc Description: manipulate javabean using XPath syntax This library provides the java developer the ability to manipulate javabeans with the XPath syntax. It also supports java collections, diff --git a/debian/rules b/debian/rules index 6ba213c..5bdf14f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk JAVA_HOME := /usr/lib/jvm/default-java ANT_HOME := /usr/share/ant -DEB_JARS := junit jdom1 servlet-2.3 commons-beanutils common-collections commons-logging $(ANT_HOME)/lib/ant-launcher.jar +DEB_JARS := junit jdom1 servlet-api-2.5 jsp-api-2.1 commons-beanutils common-collections commons-logging DEB_ANT_BUILD_TARGET := jar javadoc DEB_ANT_CLEAN_TARGET := clean -- 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

