[pkg-java] r3184 - trunk/commons-io/debian
Arnaud Vandyck
avdyk at alioth.debian.org
Fri Apr 13 06:41:42 UTC 2007
Author: avdyk
Date: 2007-04-13 06:41:42 +0000 (Fri, 13 Apr 2007)
New Revision: 3184
Added:
trunk/commons-io/debian/libcommons-io-java.install
Modified:
trunk/commons-io/debian/changelog
trunk/commons-io/debian/control
trunk/commons-io/debian/docs
trunk/commons-io/debian/libcommons-io-java.links
trunk/commons-io/debian/rules
Log:
commons-io (1.3.1.dfsg.1-1) unstable; urgency=low
* New upstream (closes: #418973)
* java-gcj-compat-dev and cdbs transition
* Removed junit at the moment (closes: #397567)
* No javadoc at the moment
-- Arnaud Vandyck <avdyk at debian.org> Fri, 13 Apr 2007 08:20:49 +0200
Modified: trunk/commons-io/debian/changelog
===================================================================
--- trunk/commons-io/debian/changelog 2007-04-13 05:20:39 UTC (rev 3183)
+++ trunk/commons-io/debian/changelog 2007-04-13 06:41:42 UTC (rev 3184)
@@ -1,3 +1,12 @@
+commons-io (1.3.1.dfsg.1-1) unstable; urgency=low
+
+ * New upstream (closes: #418973)
+ * java-gcj-compat-dev and cdbs transition
+ * Removed junit at the moment (closes: #397567)
+ * No javadoc at the moment
+
+ -- Arnaud Vandyck <avdyk at debian.org> Fri, 13 Apr 2007 08:20:49 +0200
+
commons-io (1.0-3) unstable; urgency=low
* kaffe compiler transition
Modified: trunk/commons-io/debian/control
===================================================================
--- trunk/commons-io/debian/control 2007-04-13 05:20:39 UTC (rev 3183)
+++ trunk/commons-io/debian/control 2007-04-13 06:41:42 UTC (rev 3184)
@@ -2,18 +2,18 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: ant (>= 1.6.5), ant-optional, debhelper (>> 4.0.0), dpatch (>= 2.0.15), junit (>= 3.8.1), kaffe (>= 2:1.1.5)
-Standards-Version: 3.6.2
+Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Arnaud Vandyck <avdyk at debian.org>
+Build-Depends-Indep: cdbs, ant, ant-optional, debhelper (>> 4.0.0), junit, java-gcj-compat-dev
+Standards-Version: 3.7.2
Package: libcommons-io-java
Architecture: all
-Depends: kaffe (>= 2:1.1.5) | java1-runtime | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
Description: Common useful IO related classes
Commons-IO contains utility classes, stream implementations, file filters and
endian classes.
-Package: libcommons-io-java-doc
-Architecture: all
-Description: Common useful IO related classes - documentation
- Includes JavaDoc only.
+#Package: libcommons-io-java-doc
+#Architecture: all
+#Description: Common useful IO related classes - documentation
+# Includes JavaDoc only.
Modified: trunk/commons-io/debian/docs
===================================================================
--- trunk/commons-io/debian/docs 2007-04-13 05:20:39 UTC (rev 3183)
+++ trunk/commons-io/debian/docs 2007-04-13 06:41:42 UTC (rev 3184)
@@ -1,2 +1,2 @@
-PROPOSAL.html
-STATUS.html
+NOTICE.txt
+RELEASE-NOTES.txt
Added: trunk/commons-io/debian/libcommons-io-java.install
===================================================================
--- trunk/commons-io/debian/libcommons-io-java.install 2007-04-13 05:20:39 UTC (rev 3183)
+++ trunk/commons-io/debian/libcommons-io-java.install 2007-04-13 06:41:42 UTC (rev 3184)
@@ -0,0 +1 @@
+build/commons-io-1.3.1.jar /usr/share/java/
Modified: trunk/commons-io/debian/libcommons-io-java.links
===================================================================
--- trunk/commons-io/debian/libcommons-io-java.links 2007-04-13 05:20:39 UTC (rev 3183)
+++ trunk/commons-io/debian/libcommons-io-java.links 2007-04-13 06:41:42 UTC (rev 3184)
@@ -1 +1 @@
-usr/share/java/commons-io-1.0.jar usr/share/java/commons-io.jar
+usr/share/java/commons-io-1.3.1.jar usr/share/java/commons-io.jar
Modified: trunk/commons-io/debian/rules
===================================================================
--- trunk/commons-io/debian/rules 2007-04-13 05:20:39 UTC (rev 3183)
+++ trunk/commons-io/debian/rules 2007-04-13 06:41:42 UTC (rev 3184)
@@ -1,64 +1,15 @@
#!/usr/bin/make -f
-include /usr/share/dpatch/dpatch.make
+export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
-export LANG=C
+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
-ANT_PROPS := debian/ant.properties
-ANT_HOME := /usr/share/ant
-ANT_CLASSPATH := $(ANT_HOME)/lib/ant.jar:$(ANT_HOME)/lib/ant-launcher.jar:$(ANT_HOME)/lib/ant-junit.jar:/usr/share/java/junit.jar
-VERBOSE := #-verbose
-JAVA_HOME := /usr/lib/kaffe
-JAVACMD := $(JAVA_HOME)/bin/java
+JAVA_HOME := /usr/lib/jvm/java-gcj/
+ANT_HOME := /usr/share/ant
-ANT=$(JAVACMD) $(SYS_PROPERTIES) -classpath $(ANT_CLASSPATH) org.apache.tools.ant.Main $(VERBOSE) -propertyfile $(ANT_PROPS)
-
-build: build-stamp
-
-build-stamp: patch-stamp
- dh_testdir
- $(ANT) clean
- touch build-stamp
-
-clean: unpatch
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
- rm -rf target dist junit*.properties
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- mkdir -p target/lib
- mkdir -p target/javadoc
- # The javadoc goal will implicitly call the jar goal
- $(ANT) javadoc
- install -m 644 target/*.jar debian/libcommons-io-java/usr/share/java
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
+# no junit at the moment
+DEB_JARS := #junit ant-junit
+# no javadoc at the moment
+DEB_ANT_BUILD_TARGET := jar #javadoc
More information about the pkg-java-commits
mailing list