This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-httpclient.
commit 66e9e3a7d58ca1149a868bf5ef470e6fdaa67061 Author: Arnaud Vandyck <[email protected]> Date: Mon Sep 18 15:23:37 2006 +0000 commons-httpclient (3.0.1-0.1) unstable; urgency=medium * Non-maintainer upload. * Bump debhelper Build-Depends to (>= 4.1.0) as required by cdbs' debhelper.mk * Put the coppyright holders in debian/changelog * Include the jar file in the package. (Closes: #381354) * Only include one copy of the docs. * Fixes RC bug, hence urgency medium. -- James Westby <[email protected]> Mon, 14 Aug 2006 02:29:47 +0100 --- debian/changelog | 12 ++++++++++++ debian/control | 2 +- debian/copyright | 4 ++-- debian/rules | 5 +++-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7f2d932..dc1a661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +commons-httpclient (3.0.1-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * Bump debhelper Build-Depends to (>= 4.1.0) as required by cdbs' + debhelper.mk + * Put the coppyright holders in debian/changelog + * Include the jar file in the package. (Closes: #381354) + * Only include one copy of the docs. + * Fixes RC bug, hence urgency medium. + + -- James Westby <[email protected]> Mon, 14 Aug 2006 02:29:47 +0100 + commons-httpclient (3.0.1-0) unstable; urgency=low * New upstream (closes: #340307) diff --git a/debian/control b/debian/control index c03ac82..0bc8661 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Barry Hawkins <[email protected]>, Arnaud Vandyck <[email protected]> -Build-Depends: debhelper (>= 4.0.0), cdbs +Build-Depends: debhelper (>= 4.1.0), cdbs Build-Depends-Indep: dpatch (>= 1.11), ant (>= 1.6.5-1), libcommons-logging-java, junit, java-gcj-compat-dev, libcommons-codec-java Standards-Version: 3.7.2 diff --git a/debian/copyright b/debian/copyright index 045a1c9..61065ed 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,9 +15,9 @@ Upstream Authors: Rodney Waldhoff -Copyright: +Copyright: 2001-2006 Apache Software Foundation -The following copyright applies to this package: +The following license applies to this package: /* * diff --git a/debian/rules b/debian/rules index 1169d76..73ad9f5 100755 --- a/debian/rules +++ b/debian/rules @@ -13,8 +13,8 @@ JAVA_HOME := /usr/lib/jvm/java-gcj DEB_JARS := junit commons-logging commons-codec DEB_ANT_BUILD_TARGET := dist #compile doc -DEB_INSTALL_DIRS_ALL := usr/share/java usr/share/sgml/apache/jakarta/validator -DEB_INSTALL_DOCS_ALL := RELEASE_NOTES dist/docs/* +#DEB_INSTALL_DIRS_ALL := usr/share/java usr/share/sgml/apache/jakarta/validator +#DEB_INSTALL_DOCS_ALL := RELEASE_NOTES dist/docs/* LIBRARY=commons-httpclient VERSION=3.0.1 @@ -38,3 +38,4 @@ JARFILE=$(LIBRARY)-${VERSION}.jar # # dh_movefiles --sourcedir=debian/lib${PNAME}-java + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

