This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-lang-java.
commit e7083440d58bfe33910c4942bf6fb4081fe667de Author: Arnaud Vandyck <[email protected]> Date: Tue May 4 15:35:32 2004 +0000 new release slightly different then the one in the archive --- debian/README.Debian | 5 +-- debian/changelog | 15 +++++++++ debian/control | 9 ++--- debian/docs | 2 -- debian/install | 2 +- debian/links | 1 + debian/patches/00list | 3 +- debian/rules | 91 ++++++++++++++++++++++++++++++++++++++------------- 8 files changed, 95 insertions(+), 33 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index d3bbac0..4c91c4b 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,6 +1,7 @@ libcommons-lang-java for Debian -------------------------------- -Nothing special ;) +dist/docs and dist/RELEASE-NOTES.txt have been removed because the doc +is no more generated (the package is not generated by ant at the moment) - -- Arnaud Vandyck <[email protected]>, Tue Jul 1 15:16:11 2003 + -- Arnaud Vandyck <[email protected]>, Sat Nov 8 18:38:30 2003 diff --git a/debian/changelog b/debian/changelog index cb5a127..720953d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libcommons-lang-java (2.0-3) unstable; urgency=low + + * debian/control (Depends): added gij and sablevm as alternative JVM. + + -- Arnaud Vandyck <[email protected]> Tue, 4 May 2004 17:22:58 +0200 + +libcommons-lang-java (2.0-2) unstable; urgency=low + + * No more build with cdbs because of a problem with kaffe 1.1.1 so I did + use jikes-classpath and fastjar. Because of that, It can goes in main + * New maintainer: [email protected] with some + uploaders. + + -- Arnaud Vandyck <[email protected]> Sat, 8 Nov 2003 18:31:01 +0100 + libcommons-lang-java (2.0-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 7bad3e1..8f40975 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,14 @@ Source: libcommons-lang-java -Section: contrib/libs +Section: libs Priority: optional -Maintainer: Arnaud Vandyck <[email protected]> -Build-Depends-Indep: debhelper (>> 4.0.0), cdbs (>= 0.4.5.3), dpatch (>= 1.11), j2sdk1.4 | java2-compiler, libant1.5-java, junit (>= 3.8.1) +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Ola Lundqvist <[email protected]>, Takashi Okamoto <[email protected]>, Stefan Gybas <[email protected]>, Arnaud Vandyck <[email protected]> +Build-Depends-Indep: debhelper (>> 4.0.0), jikes-classpath, fastjar, junit (>= 3.8.1) Standards-Version: 3.6.0 Package: libcommons-lang-java Architecture: all -Depends: kaffe (>= 1.1.1) | java1-runtime | java2-runtime +Depends: gij | sablevm | kaffe (>= 1.1.1) | java1-runtime | java2-runtime Suggests: java-virtual-machine Description: Extension of the java.lang package The Lang Component contains a set of Java classes that provide helper diff --git a/debian/docs b/debian/docs index 0785cc1..e764b5c 100644 --- a/debian/docs +++ b/debian/docs @@ -1,4 +1,2 @@ -dist/docs -dist/RELEASE-NOTES.txt PROPOSAL.html STATUS.html diff --git a/debian/install b/debian/install index ee188c2..42d871f 100644 --- a/debian/install +++ b/debian/install @@ -1 +1 @@ -dist/commons-lang-2.0.jar usr/share/java +commons-lang-2.0.jar usr/share/java diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..4f0bc96 --- /dev/null +++ b/debian/links @@ -0,0 +1 @@ +usr/share/java/commons-lang-2.0.jar usr/share/java/commons-lang.jar diff --git a/debian/patches/00list b/debian/patches/00list index 7d2d563..b5da091 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,2 +1 @@ -#corrected upstream -#01build_xml_license_location_patch +01build_xml_entities_fix diff --git a/debian/rules b/debian/rules index 65faf39..baf1c0a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,31 +1,78 @@ #!/usr/bin/make -f -# debian/rules for Commons Beanutils (uses CDBS) - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/ant.mk - -#added for dpatch -include /usr/share/dpatch/dpatch.make - -#JAVA_HOME_DIRS := /usr/lib/kaffe -JAVA_HOME_DIRS := /usr/lib/j2se/1.4 -ANT_HOME := /usr/share/ant -DEB_JARS := junit -DEB_ANT_COMPILER := jikes -#DEB_ANT_COMPILER := modern -DEB_ANT_BUILD_TARGET := dist -DEB_BUILDDIR := . -DEB_ANT_BUILDFILE := build.xml -DEB_ANT_CLEAN_TARGET := clean -DEB_ANT_DEFAULT_OPTIONS += -propertyfile debian/ant.properties +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 LIBRARY=commons-lang VERSION=2.0 -pre-build:: patch +config.status: + dh_testdir + -mkdir classes + -find src -name \*.java>list.sources + +build: build-stamp + +build-stamp: config.status + dh_testdir + + jikes-classpath -classpath /usr/share/java/junit.jar -sourcepath src -d classes @list.sources + fastjar -cf ${LIBRARY}-${VERSION}.jar -C classes org + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + -rm -fr classes list.sources ${LIBRARY}-${VERSION}.jar + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + echo "${LIBRARY}-${VERSION}.jar usr/share/java">debian/install + echo "usr/share/java/${LIBRARY}-${VERSION}.jar usr/share/java/${LIBRARY}.jar">debian/links -clean:: unpatch -# -rm -fr lib +# Build architecture-dependent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs +# dh_installexamples + dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installman + dh_link +# dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

