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 da6869e88afedf3a795678d77ad2a57172824711 Author: Arnaud Vandyck <[email protected]> Date: Fri Apr 20 08:36:14 2007 +0000 libcommons-lang-java (2.3-1) unstable; urgency=low * New upstream (closes: #419850) * Removed Ola Lundqvist and Stefan Gybas from co-maintainers. * Standards-Version to 3.7.2, nothing to do. * Removed PROPOSAL.html from docs files (it does not exist anymore) -- Arnaud Vandyck <[email protected]> Fri, 20 Apr 2007 09:14:04 +0200 --- debian/changelog | 9 +++++++++ debian/control | 4 ++-- debian/docs | 1 - debian/rules | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf8676e..044225d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libcommons-lang-java (2.3-1) unstable; urgency=low + + * New upstream (closes: #419850) + * Removed Ola Lundqvist and Stefan Gybas from co-maintainers. + * Standards-Version to 3.7.2, nothing to do. + * Removed PROPOSAL.html from docs files (it does not exist anymore) + + -- Arnaud Vandyck <[email protected]> Fri, 20 Apr 2007 09:14:04 +0200 + libcommons-lang-java (2.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index bcdc65c..1fff432 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: libcommons-lang-java Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ola Lundqvist <[email protected]>, Stefan Gybas <[email protected]>, Arnaud Vandyck <[email protected]> +Uploaders: Arnaud Vandyck <[email protected]> Build-Depends-Indep: debhelper (>> 4.0.0), ecj-bootstrap, classpath-common, fastjar, junit (>= 3.8.1), cdbs, gjdoc -Standards-Version: 3.6.2 +Standards-Version: 3.7.2 Package: libcommons-lang-java Architecture: all diff --git a/debian/docs b/debian/docs index ba39ec1..bf4a55c 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,2 @@ -PROPOSAL.html STATUS.html docs/api diff --git a/debian/rules b/debian/rules index dbd0e85..4ab6b6a 100755 --- a/debian/rules +++ b/debian/rules @@ -7,11 +7,12 @@ # This is the debhelper compatibility version to use. #export DH_COMPAT=4 +export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-) + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk LIBRARY=commons-lang -VERSION=2.1 BUILD=build SOURCES=src/java DIST=dist -- 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

