This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-io.
commit 021ff4888d96bb02ef07c8a8e53edf534fb5421c Author: Arnaud Vandyck <[email protected]> Date: Fri Apr 13 06:41:42 2007 +0000 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 <[email protected]> Fri, 13 Apr 2007 08:20:49 +0200 --- debian/changelog | 9 +++++ debian/control | 16 ++++----- debian/docs | 4 +-- debian/libcommons-io-java.install | 1 + debian/libcommons-io-java.links | 2 +- debian/rules | 69 ++++++--------------------------------- 6 files changed, 31 insertions(+), 70 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2082262..d56d8a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Fri, 13 Apr 2007 08:20:49 +0200 + commons-io (1.0-3) unstable; urgency=low * kaffe compiler transition diff --git a/debian/control b/debian/control index d98cd0e..12e4976 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,18 @@ Source: commons-io Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Trygve Laugstøl <[email protected]>, Wolfgang Baer <[email protected]> -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 <[email protected]>, Arnaud Vandyck <[email protected]> +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. diff --git a/debian/docs b/debian/docs index e764b5c..ae4f926 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1,2 @@ -PROPOSAL.html -STATUS.html +NOTICE.txt +RELEASE-NOTES.txt diff --git a/debian/libcommons-io-java.install b/debian/libcommons-io-java.install new file mode 100644 index 0000000..be164eb --- /dev/null +++ b/debian/libcommons-io-java.install @@ -0,0 +1 @@ +build/commons-io-1.3.1.jar /usr/share/java/ diff --git a/debian/libcommons-io-java.links b/debian/libcommons-io-java.links index ff7a238..c4b9e10 100644 --- a/debian/libcommons-io-java.links +++ b/debian/libcommons-io-java.links @@ -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 diff --git a/debian/rules b/debian/rules index b6719da..965d939 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-io.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

