CVS libcommons-cli-java/debian

Arnaud Vandyck avdyk@haydn.debian.org
Mon Feb 7 04:21:03 2005


Update of /cvsroot/pkg-java/libcommons-cli-java/debian
In directory haydn:/tmp/cvs-serv28855/debian

Modified Files:
	changelog control rules 
Added Files:
	watch 
Log Message:
debian/control: typo. Thanks to Stuart Brady (closes: #286586), added a watch file, changed dependency from libant1.5-java to libant1.6-java

--- /cvsroot/pkg-java/libcommons-cli-java/debian/changelog	2004/05/04 15:19:04	1.2
+++ /cvsroot/pkg-java/libcommons-cli-java/debian/changelog	2005/02/07 11:20:48	1.3
@@ -1,3 +1,11 @@
+libcommons-cli-java (1.0-5) unstable; urgency=low
+
+  * debian/control: typo. Thanks to Stuart Brady (closes: #286586)
+  * added a watch file.
+  * changed dependency from libant1.5-java to libant1.6-java
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Mon,  7 Feb 2005 12:13:43 +0100
+
 libcommons-cli-java (1.0-4) unstable; urgency=low
 
   * Move to main: libcommons-logging-java is now in main, every
--- /cvsroot/pkg-java/libcommons-cli-java/debian/control	2004/05/04 15:19:04	1.2
+++ /cvsroot/pkg-java/libcommons-cli-java/debian/control	2005/02/07 11:20:48	1.3
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Ola Lundqvist <opal@debian.org>, Takashi Okamoto <tora@debian.org>, Stefan Gybas <sgybas@debian.org>, Arnaud Vandyck <avdyk@debian.org>
-Build-Depends-Indep: debhelper (>= 4.1), cdbs (>= 0.4.8), kaffe (>= 1.1.4),
- libant1.5-java, libcommons-logging-java, libcommons-lang-java, junit, jikes
+Build-Depends-Indep: debhelper (>= 4.1), cdbs (>= 0.4.8), kaffe (>= 1.1.4), libant1.6-java, libcommons-logging-java, libcommons-lang-java, junit, jikes
 Standards-Version: 3.6.1
 
 Package: libcommons-cli-java
@@ -13,7 +12,7 @@
 Suggests: java-virtual-machine
 Description: API for working with the command line arguments and options
  You define arguments you want to parse, parse arguments the user
- entered and then you can retreive them like properties
+ entered and then you can retrieve them like properties
  .
  Homepage: http://jakarta.apache.org/commons/cli
 
--- /cvsroot/pkg-java/libcommons-cli-java/debian/rules	2004/05/04 15:19:04	1.2
+++ /cvsroot/pkg-java/libcommons-cli-java/debian/rules	2005/02/07 11:20:48	1.3
@@ -12,8 +12,8 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME_DIRS       := /usr/lib/kaffe
-ANT_HOME             := /usr/share/ant1.5
-DEB_JARS             := junit commons-lang commons-loging
+ANT_HOME             := /usr/share/ant1.6
+DEB_JARS             := junit commons-lang commons-loging /usr/share/ant1.6/lib/ant-launcher.jar
 DEB_ANT_COMPILER     := jikes
 DEB_ANT_BUILD_TARGET := jar