r2471 - trunk/commons-httpclient/debian

Arnaud Vandyck avdyk at costa.debian.org
Mon Sep 18 15:23:38 UTC 2006


Author: avdyk
Date: 2006-09-18 15:23:37 +0000 (Mon, 18 Sep 2006)
New Revision: 2471

Modified:
   trunk/commons-httpclient/debian/changelog
   trunk/commons-httpclient/debian/control
   trunk/commons-httpclient/debian/copyright
   trunk/commons-httpclient/debian/rules
Log:
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 <jw+debian at jameswestby.net>  Mon, 14 Aug 2006 02:29:47 +0100

Modified: trunk/commons-httpclient/debian/changelog
===================================================================
--- trunk/commons-httpclient/debian/changelog	2006-09-18 15:18:22 UTC (rev 2470)
+++ trunk/commons-httpclient/debian/changelog	2006-09-18 15:23:37 UTC (rev 2471)
@@ -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 <jw+debian at jameswestby.net>  Mon, 14 Aug 2006 02:29:47 +0100
+
 commons-httpclient (3.0.1-0) unstable; urgency=low
 
   * New upstream (closes: #340307)

Modified: trunk/commons-httpclient/debian/control
===================================================================
--- trunk/commons-httpclient/debian/control	2006-09-18 15:18:22 UTC (rev 2470)
+++ trunk/commons-httpclient/debian/control	2006-09-18 15:23:37 UTC (rev 2471)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Barry Hawkins <barry at alltc.com>, Arnaud Vandyck <avdyk at debian.org>
-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
 

Modified: trunk/commons-httpclient/debian/copyright
===================================================================
--- trunk/commons-httpclient/debian/copyright	2006-09-18 15:18:22 UTC (rev 2470)
+++ trunk/commons-httpclient/debian/copyright	2006-09-18 15:23:37 UTC (rev 2471)
@@ -15,9 +15,9 @@
     Rodney Waldhoff
 
 
-Copyright:
+Copyright: 2001-2006 Apache Software Foundation
 
-The following copyright applies to this package:
+The following license applies to this package:
 
 /*
  *

Modified: trunk/commons-httpclient/debian/rules
===================================================================
--- trunk/commons-httpclient/debian/rules	2006-09-18 15:18:22 UTC (rev 2470)
+++ trunk/commons-httpclient/debian/rules	2006-09-18 15:23:37 UTC (rev 2471)
@@ -13,8 +13,8 @@
 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 @@
 #
 #	dh_movefiles --sourcedir=debian/lib${PNAME}-java
 
+




More information about the pkg-java-commits mailing list