r1932 - trunk/commons-httpclient3/debian

Stephan Michels tashiro-guest at costa.debian.org
Thu Feb 23 07:16:41 UTC 2006


Author: tashiro-guest
Date: 2006-02-23 07:16:40 +0000 (Thu, 23 Feb 2006)
New Revision: 1932

Modified:
   trunk/commons-httpclient3/debian/changelog
   trunk/commons-httpclient3/debian/control
   trunk/commons-httpclient3/debian/rules
Log:
* Added libcommons-codec-java to the dependencies.
* Added ant-launcher to the DEB_JARS.


Modified: trunk/commons-httpclient3/debian/changelog
===================================================================
--- trunk/commons-httpclient3/debian/changelog	2006-02-20 07:15:28 UTC (rev 1931)
+++ trunk/commons-httpclient3/debian/changelog	2006-02-23 07:16:40 UTC (rev 1932)
@@ -2,8 +2,10 @@
 
   * Create new package for new upstream version 3.0. (closes: #340307)
   * Convert package to the CDBS.
+  * Added libcommons-codec-java to the dependencies.
+  * Added ant-launcher to the DEB_JARS.
 
- -- Stephan Michels <stephan at apache.org>  Sat, 21 Jan 2006 20:32:07 +0100
+ -- Stephan Michels <stephan at apache.org>  Thu, 23 Feb 2006 08:14:25 +0100
 
 commons-httpclient (2.0.2-2) unstable; urgency=low
 

Modified: trunk/commons-httpclient3/debian/control
===================================================================
--- trunk/commons-httpclient3/debian/control	2006-02-20 07:15:28 UTC (rev 1931)
+++ trunk/commons-httpclient3/debian/control	2006-02-23 07:16:40 UTC (rev 1932)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Barry Hawkins <barry at alltc.com>
-Build-Depends-Indep: debhelper (>= 4.0.0), dpatch (>= 1.11), ant (>= 1.6.5-1), libcommons-logging-java, jikes (>= 1.15), kaffe (>= 2:1.1.5-3), junit, libcommons-codec-java
+Build-Depends-Indep: debhelper (>= 4.0.0), cdbs, dpatch (>= 1.11), ant (>= 1.6.5-1), libcommons-logging-java, jikes (>= 1.15), kaffe (>= 2:1.1.5-3), junit, libcommons-codec-java
 Standards-Version: 3.6.2.1
 
 Package: libcommons-httpclient3-java
 Architecture: all
 Section: libs
 Suggests: libcommons-httpclient3-java-doc
-Depends: kaffe (>=2:1.1.5) | java2-runtime, libcommons-logging-java
+Depends: kaffe (>=2:1.1.5) | java2-runtime, libcommons-logging-java, libcommons-codec-java
 Description: A Java(TM) library for creating HTTP clients
  The Jakarta Commons HTTPClient library provides an efficient,
  up-to-date, and feature-rich package implementing the client side of

Modified: trunk/commons-httpclient3/debian/rules
===================================================================
--- trunk/commons-httpclient3/debian/rules	2006-02-20 07:15:28 UTC (rev 1931)
+++ trunk/commons-httpclient3/debian/rules	2006-02-23 07:16:40 UTC (rev 1932)
@@ -4,21 +4,18 @@
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant
-DEB_JARS := \
-        ant-nodeps \
-	commons-logging \
-	commons-codec
+JAVA_HOME            := /usr/lib/kaffe
+ANT_HOME             := /usr/share/ant
+DEB_JARS             := ant-nodeps ant-launcher.jar commons-logging commons-codec
 
-DEB_ANT_COMPILER := jikes
+DEB_ANT_COMPILER     := jikes
 DEB_ANT_BUILD_TARGET := dist
 
 # Additional command-line arguments for Ant
-#ANT_ARGS := -verbose
+#ANT_ARGS             := -verbose
 
-LIBRARY_PACKAGE := commons-httpclient3
-API_VERSION     := 3.0
+LIBRARY_PACKAGE      := commons-httpclient3
+API_VERSION          := 3.0
 
 common-configure-indep::
 	# Build will fail, if lib directory is missing




More information about the pkg-java-commits mailing list