Author: mkoch Date: 2009-09-26 13:36:10 +0000 (Sat, 26 Sep 2009) New Revision: 10640
Modified: trunk/libcommons-jxpath-java/debian/changelog trunk/libcommons-jxpath-java/debian/control trunk/libcommons-jxpath-java/debian/rules Log: 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 Modified: trunk/libcommons-jxpath-java/debian/changelog =================================================================== --- trunk/libcommons-jxpath-java/debian/changelog 2009-09-26 13:32:53 UTC (rev 10639) +++ trunk/libcommons-jxpath-java/debian/changelog 2009-09-26 13:36:10 UTC (rev 10640) @@ -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 ] Modified: trunk/libcommons-jxpath-java/debian/control =================================================================== --- trunk/libcommons-jxpath-java/debian/control 2009-09-26 13:32:53 UTC (rev 10639) +++ trunk/libcommons-jxpath-java/debian/control 2009-09-26 13:36:10 UTC (rev 10640) @@ -2,10 +2,9 @@ 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 @@ 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, Modified: trunk/libcommons-jxpath-java/debian/rules =================================================================== --- trunk/libcommons-jxpath-java/debian/rules 2009-09-26 13:32:53 UTC (rev 10639) +++ trunk/libcommons-jxpath-java/debian/rules 2009-09-26 13:36:10 UTC (rev 10640) @@ -10,7 +10,7 @@ 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

