CVS libcommons-jxpath-java/debian

Wolfgang B??r wbaer-guest at haydn.debian.org
Sat Oct 1 12:14:45 UTC 2005


Update of /cvsroot/pkg-java/libcommons-jxpath-java/debian
In directory haydn:/tmp/cvs-serv20850/debian

Modified Files:
	changelog control rules 
Added Files:
	libcommons-jxpath-java-doc.doc-base 
	libcommons-jxpath-java-doc.docs 
Removed Files:
	README.Debian docs 
Log Message:
libcommons-jxpath-java (1.2-6) unstable; urgency=low

  * Removed useless README.Debian and files from failed builds
  * Build javadocs and register with doc-base
  * Split documentation into own package as it is quite big
  * Move all patches into debian/patches & use cdbs patch system
  * Removed build-dep and dependency on javacc - not needed
  * Upgraded build-dep on libjdom0-java to libjdom1-java
  * Standards-Version 3.6.2 (no changes)
  * Added myself to uploaders


--- /cvsroot/pkg-java/libcommons-jxpath-java/debian/changelog	2005/08/20 18:47:32	1.5
+++ /cvsroot/pkg-java/libcommons-jxpath-java/debian/changelog	2005/10/01 12:14:45	1.6
@@ -1,3 +1,18 @@
+libcommons-jxpath-java (1.2-6) unstable; urgency=low
+
+  * Removed useless README.Debian and files from failed builds
+  * Build javadocs and register with doc-base
+  * Split documentation into own package as it is quite big
+  * Move all patches into debian/patches & use cdbs patch system
+  * Removed build-dep and dependency on javacc - not needed
+  * Upgraded build-dep on libjdom0-java to libjdom1-java
+  * Standards-Version 3.6.2 (no changes)
+  * Added myself to uploaders
+
+  * Upload sponsored by Arnaud Vandyck
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Sun, 18 Sep 2005 21:07:45 +0200
+
 libcommons-jxpath-java (1.2-5) unstable; urgency=low
 
   * libant1.6-java to ant transition
--- /cvsroot/pkg-java/libcommons-jxpath-java/debian/control	2005/08/20 18:47:32	1.4
+++ /cvsroot/pkg-java/libcommons-jxpath-java/debian/control	2005/10/01 12:14:45	1.5
@@ -2,16 +2,16 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ola Lundqvist <opal at debian.org>, Takashi Okamoto <tora at debian.org>, Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>= 4.1), cdbs (>= 0.4.8), ant, libcommons-logging-java, junit, javacc, libservlet2.3-java, libcommons-collections-java, libcommons-beanutils-java, libjdom0-java, kaffe (>= 1.1.1), jikes
-Standards-Version: 3.6.1
+Uploaders: Ola Lundqvist <opal at debian.org>, Takashi Okamoto <tora at debian.org>, Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.8), ant, libcommons-logging-java, junit, libservlet2.3-java, libcommons-collections-java, libcommons-beanutils-java, libjdom1-java, kaffe
+Standards-Version: 3.6.2
 
 Package: libcommons-jxpath-java
 Architecture: all
-Depends: kaffe (>= 1.1.1) | java1-runtime | java2-runtime, libgnujaxp-java, javacc
-Suggests: java-virtual-machine
+Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime, libgnujaxp-java
+Suggests: java-virtual-machine, libcommons-jxpath-java-doc
 Description: manipulate javabean using XPath syntax
- This library provides the java developper 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. 
@@ -20,3 +20,10 @@
  unification of reference syntax between DOM and java. 
  . 
  Homepage: http://jakarta.apache.org/commons/
+
+Package: libcommons-jxpath-java-doc
+Architecture: all
+Suggests: libcommons-jxpath-java
+Description: Javadoc API for libcommons-jxpath-java
+ The javadoc API for libcommons-jxpath-java which is a library to
+ manipulate javabeans with the XPath syntax.
--- /cvsroot/pkg-java/libcommons-jxpath-java/debian/rules	2005/08/20 18:47:32	1.5
+++ /cvsroot/pkg-java/libcommons-jxpath-java/debian/rules	2005/10/01 12:14:45	1.6
@@ -4,17 +4,15 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-#export DH_COMPAT=4
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME_DIRS       := /usr/lib/kaffe
 ANT_HOME             := /usr/share/ant
-DEB_JARS             := junit jdom0 javacc servlet-2.3 commons-beanutils common-collections commons-logging $(ANT_HOME)/lib/ant-launcher.jar
+DEB_JARS             := junit jdom1 servlet-2.3 commons-beanutils common-collections commons-logging $(ANT_HOME)/lib/ant-launcher.jar
 DEB_ANT_COMPILER     := jikes
-DEB_ANT_BUILD_TARGET := jar
+DEB_ANT_BUILD_TARGET := jar javadoc
 
 LIBRARY=commons-jxpath
 VERSION=1.2



More information about the pkg-java-commits mailing list