[pkg-java] r4312 - trunk/libcommons-cli-java/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Sat Oct 6 17:08:08 UTC 2007
Author: mkoch
Date: 2007-10-06 17:08:08 +0000 (Sat, 06 Oct 2007)
New Revision: 4312
Removed:
trunk/libcommons-cli-java/debian/README.Debian
trunk/libcommons-cli-java/debian/dirs
trunk/libcommons-cli-java/debian/install
trunk/libcommons-cli-java/debian/links
Modified:
trunk/libcommons-cli-java/debian/
trunk/libcommons-cli-java/debian/changelog
trunk/libcommons-cli-java/debian/compat
trunk/libcommons-cli-java/debian/control
trunk/libcommons-cli-java/debian/rules
trunk/libcommons-cli-java/debian/watch
Log:
libcommons-cli-java (1.0-9) unstable; urgency=low
* Let libcommons-cli-java depend on libcommons-lang-java. Closes: #445508.
* Removed dependency on libcommons-loggig-java. Not used.
* Use java-gcj-compat instead of kaffe.
* Removed debian/dirs, debian/install and debian/links and do this in
debian/rules.
* Removed debian/README.Debian as it didn't apply anymore.
* Moved debhelper and cdbs to Build-Depends.
* Updated debhelper level to 5.
* Updated watch file to match new upstream naming scheme.
* Removed Wolfgang and added myself to Uploaders.
* Updated Standards-Version to 3.7.2.
-- Michael Koch <konqueror at gmx.de> Sat, 06 Oct 2007 17:15:10 +0200
Property changes on: trunk/libcommons-cli-java/debian
___________________________________________________________________
Name: svn:ignore
+ files
libcommons-cli-java
stamp-*
Deleted: trunk/libcommons-cli-java/debian/README.Debian
===================================================================
--- trunk/libcommons-cli-java/debian/README.Debian 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/README.Debian 2007-10-06 17:08:08 UTC (rev 4312)
@@ -1,16 +0,0 @@
-libcommons-cli-java for Debian
-------------------------------
-
-No javadoc at the moment to put the library in main. As soon as a free
-replacement for the java documentation tool exists, I'll add the
-documentation. If your really want the documentation, at-get source this
-package and run 'ant javadoc' but you'll have to install a non-free
-j2sdk!
-
-Package in contrib because of libcommons-logging-java (will investigate
-why this package is in contrib), and because of
-libcommons-lang-java. This package is in contrib because it fails
-building with kaffe 1.1.1 because of the java.util.TimeZone.SHORT
-property that does not exist in this version!
-
- -- Arnaud Vandyck <avdyk at debian.org>, Fri Nov 7 11:23:10 2003
Modified: trunk/libcommons-cli-java/debian/changelog
===================================================================
--- trunk/libcommons-cli-java/debian/changelog 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/changelog 2007-10-06 17:08:08 UTC (rev 4312)
@@ -1,3 +1,19 @@
+libcommons-cli-java (1.0-9) unstable; urgency=low
+
+ * Let libcommons-cli-java depend on libcommons-lang-java. Closes: #445508.
+ * Removed dependency on libcommons-loggig-java. Not used.
+ * Use java-gcj-compat instead of kaffe.
+ * Removed debian/dirs, debian/install and debian/links and do this in
+ debian/rules.
+ * Removed debian/README.Debian as it didn't apply anymore.
+ * Moved debhelper and cdbs to Build-Depends.
+ * Updated debhelper level to 5.
+ * Updated watch file to match new upstream naming scheme.
+ * Removed Wolfgang and added myself to Uploaders.
+ * Updated Standards-Version to 3.7.2.
+
+ -- Michael Koch <konqueror at gmx.de> Sat, 06 Oct 2007 17:15:10 +0200
+
libcommons-cli-java (1.0-8) unstable; urgency=low
* Removed explicit usage of jikes build compiler property
Modified: trunk/libcommons-cli-java/debian/compat
===================================================================
--- trunk/libcommons-cli-java/debian/compat 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/compat 2007-10-06 17:08:08 UTC (rev 4312)
@@ -1 +1 @@
-4
+5
Modified: trunk/libcommons-cli-java/debian/control
===================================================================
--- trunk/libcommons-cli-java/debian/control 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/control 2007-10-06 17:08:08 UTC (rev 4312)
@@ -2,16 +2,15 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.8), kaffe (>= 2:1.1.5-3), ant, libcommons-logging-java, libcommons-lang-java, junit
-Standards-Version: 3.6.2
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8)
+Build-Depends-Indep: java-gcj-compat-dev, ant, libcommons-lang-java, junit
+Standards-Version: 3.7.2
+Homepage: <http://jakarta.apache.org/commons/cli>
Package: libcommons-cli-java
Architecture: all
-Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime
-Suggests: java-virtual-machine
+Depends: java-gcj-compat | java1-runtime | java2-runtime, libcommons-lang-java
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 retrieve them like properties
- .
- Homepage: <http://jakarta.apache.org/commons/cli>
Deleted: trunk/libcommons-cli-java/debian/dirs
===================================================================
--- trunk/libcommons-cli-java/debian/dirs 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/dirs 2007-10-06 17:08:08 UTC (rev 4312)
@@ -1 +0,0 @@
-usr/share/java
Deleted: trunk/libcommons-cli-java/debian/install
===================================================================
--- trunk/libcommons-cli-java/debian/install 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/install 2007-10-06 17:08:08 UTC (rev 4312)
@@ -1 +0,0 @@
-target/commons-cli-1.0.jar usr/share/java/
Deleted: trunk/libcommons-cli-java/debian/links
===================================================================
--- trunk/libcommons-cli-java/debian/links 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/links 2007-10-06 17:08:08 UTC (rev 4312)
@@ -1 +0,0 @@
-usr/share/java/commons-cli-1.0.jar usr/share/java/commons-cli.jar
Modified: trunk/libcommons-cli-java/debian/rules
===================================================================
--- trunk/libcommons-cli-java/debian/rules 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/rules 2007-10-06 17:08:08 UTC (rev 4312)
@@ -1,20 +1,16 @@
#!/usr/bin/make -f
-# debian/rules for libcommons-cli-java (uses CDBS)
-# 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 commons-lang commons-loging $(ANT_HOME)/lib/ant-launcher.jar
+JAVA_HOME := /usr/lib/jvm/java-gcj
+ANT_HOME := /usr/share/ant
+DEB_JARS := junit commons-lang
DEB_ANT_BUILD_TARGET := jar
-LIBRARY=commons-cli
-VERSION=1.0
+install/libcommons-cli-java::
+ install -m 644 -D target/commons-cli-$(DEB_UPSTREAM_VERSION).jar debian/libcommons-cli-java/usr/share/java/libcommons-cli-$(DEB_UPSTREAM_VERSION).jar
+ dh_link -plibcommons-cli-java usr/share/java/libcommons-cli-$(DEB_UPSTREAM_VERSION).jar usr/share/java/libcommons-cli.jar
Modified: trunk/libcommons-cli-java/debian/watch
===================================================================
--- trunk/libcommons-cli-java/debian/watch 2007-10-05 13:43:51 UTC (rev 4311)
+++ trunk/libcommons-cli-java/debian/watch 2007-10-06 17:08:08 UTC (rev 4312)
@@ -1,2 +1,2 @@
-version=2
-http://www.apache.org/dist/jakarta/commons/cli/source/cli-(.*)-src\.tar\.gz debian uupdate
+version=3
+http://www.apache.org/dist/jakarta/commons/cli/source/commons-cli-(.*)-src\.tar\.gz debian uupdate
More information about the pkg-java-commits
mailing list