CVS libcommons-discovery-java/debian
Wolfgang B??r
wbaer-guest at haydn.debian.org
Fri Oct 7 12:52:24 UTC 2005
Update of /cvsroot/pkg-java/libcommons-discovery-java/debian
In directory haydn:/tmp/cvs-serv11088/debian
Modified Files:
changelog control docs rules
Added Files:
ant.properties doc-base
Removed Files:
README.Debian
Log Message:
libcommons-discovery-java (0.2-8) unstable; urgency=low
* Additional ant-optional dependency due to ant reorganization
and enabled unit tests during build time
* Added java1-runtime dependency to allow all free runtimes
* Added patch to fix gjdoc crash on one source file (reported upstream)
* Removed junit as dependency - only needed at build time
* Register documenation with doc-base
* Removed empty README.Debian
* Standards-Version 3.6.2 (no changes)
--- /cvsroot/pkg-java/libcommons-discovery-java/debian/changelog 2005/08/20 17:56:13 1.5
+++ /cvsroot/pkg-java/libcommons-discovery-java/debian/changelog 2005/10/07 12:52:24 1.6
@@ -1,3 +1,16 @@
+libcommons-discovery-java (0.2-8) unstable; urgency=low
+
+ * Additional ant-optional dependency due to ant reorganization
+ and enabled unit tests during build time
+ * Added java1-runtime dependency to allow all free runtimes
+ * Added patch to fix gjdoc crash on one source file (reported upstream)
+ * Removed junit as dependency - only needed at build time
+ * Register documenation with doc-base
+ * Removed empty README.Debian
+ * Standards-Version 3.6.2 (no changes)
+
+ -- Wolfgang Baer <WBaer at gmx.de> Wed, 5 Oct 2005 10:01:59 +0000
+
libcommons-discovery-java (0.2-7) unstable; urgency=low
* libant1.6-java to ant transition
--- /cvsroot/pkg-java/libcommons-discovery-java/debian/control 2005/08/20 17:56:13 1.5
+++ /cvsroot/pkg-java/libcommons-discovery-java/debian/control 2005/10/07 12:52:24 1.6
@@ -2,13 +2,13 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), libcommons-logging-java, junit, cdbs, jikes, ant, kaffe
-Standards-Version: 3.6.1
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends-Indep: debhelper (>= 4.2.30), libcommons-logging-java, junit, cdbs, ant, ant-optional, kaffe
+Standards-Version: 3.6.2
Package: libcommons-discovery-java
Architecture: all
-Depends: kaffe (>= 2:1.1.4) | sablevm | gij | java2-runtime, libcommons-logging-java, junit
+Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime, libcommons-logging-java
Description: locates classes that implement a given Java interface
The Discovery Component is about discovering, or finding,
implementations for pluggable interfaces. It provides facilities
--- /cvsroot/pkg-java/libcommons-discovery-java/debian/docs 2005/03/02 22:02:21 1.2
+++ /cvsroot/pkg-java/libcommons-discovery-java/debian/docs 2005/10/07 12:52:24 1.3
@@ -1,6 +1,3 @@
-discovery/PROPOSAL.html
-discovery/STATUS.html
-discovery/TODO
discovery/adc-guidelines.html
discovery/best-practices.html
discovery/dist/docs/*
--- /cvsroot/pkg-java/libcommons-discovery-java/debian/rules 2005/08/20 17:56:13 1.5
+++ /cvsroot/pkg-java/libcommons-discovery-java/debian/rules 2005/10/07 12:52:24 1.6
@@ -4,9 +4,6 @@
# 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
@@ -15,8 +12,8 @@
ANT_HOME := /usr/share/ant
DEB_JARS := commons-logging junit $(ANT_HOME)/lib/ant-launcher.jar
DEB_ANT_COMPILER := jikes
-DEB_BUILDDIR := discovery
-DEB_ANT_BUILD_TARGET := dist
+DEB_BUILDDIR := discovery
+DEB_ANT_BUILD_TARGET := dist test.discovery
LIBRARY=commons-discovery
VERSION=0.2
@@ -24,7 +21,6 @@
install/lib${LIBRARY}-java::
install -m 644 discovery/dist/${LIBRARY}.jar debian/lib${LIBRARY}-java/usr/share/java/${LIBRARY}-${VERSION}.jar
echo "usr/share/java/${LIBRARY}-${VERSION}.jar usr/share/java/${LIBRARY}.jar" > debian/lib${LIBRARY}-java.links
-# cp -a discovery/dist/docs/ debian/lib${LIBRARY}-java/usr/share/doc/lib${LIBRARY}-java/
clean::
-rm debian/lib${LIBRARY}-java.links
More information about the pkg-java-commits
mailing list