CVS commons-httpclient/debian
Barry Hawkins
barryh-guest at haydn.debian.org
Wed Sep 14 04:11:08 UTC 2005
Update of /cvsroot/pkg-java/commons-httpclient/debian
In directory haydn:/tmp/cvs-serv12771/debian
Modified Files:
ant.properties changelog
libcommons-httpclient-java-doc.doc-base rules
Log Message:
Added patches to accommodate and remove modifications to original source code.
--- /cvsroot/pkg-java/commons-httpclient/debian/ant.properties 2005/09/14 03:02:11 1.1
+++ /cvsroot/pkg-java/commons-httpclient/debian/ant.properties 2005/09/14 04:11:08 1.2
@@ -1,3 +1,6 @@
+# Compiler to be used by Ant during build
build.compiler=jikes
+
+# JSSE stub classes required for build
jsse.jar=debian/ssl-stub/ssl-stub.jar
--- /cvsroot/pkg-java/commons-httpclient/debian/changelog 2005/09/02 06:18:14 1.7
+++ /cvsroot/pkg-java/commons-httpclient/debian/changelog 2005/09/14 04:11:08 1.8
@@ -5,7 +5,7 @@
* Package updated to reflect maintainership under Debian Java
Maintainers
- -- Barry Hawkins <barry at bytemason.org> Fri, 02 Sep 2005 02:17:52 -0400
+ -- Barry Hawkins <barry at bytemason.org> Tue, 13 Sep 2005 23:14:01 -0400
commons-httpclient (2.0a1+20020904-1) unstable; urgency=low
@@ -18,4 +18,3 @@
* Initial Release.
-- Stephen Peters <portnoy at portnoy.org> Wed, 1 May 2002 13:31:44 -0400
-
--- /cvsroot/pkg-java/commons-httpclient/debian/libcommons-httpclient-java-doc.doc-base 2005/09/02 05:02:58 1.1
+++ /cvsroot/pkg-java/commons-httpclient/debian/libcommons-httpclient-java-doc.doc-base 2005/09/14 04:11:08 1.2
@@ -5,7 +5,5 @@
Section: Programming
Format: HTML
-Index: /usr/share/doc/libcommons-httpclient-java/api/index.html
-Files: /usr/share/doc/libcommons-httpclient-java/api/*.html
-
-
+Index: /usr/share/doc/libcommons-httpclient-java-doc/api/index.html
+Files: /usr/share/doc/libcommons-httpclient-java-doc/api/*.html
--- /cvsroot/pkg-java/commons-httpclient/debian/rules 2005/09/14 02:55:34 1.4
+++ /cvsroot/pkg-java/commons-httpclient/debian/rules 2005/09/14 04:11:08 1.5
@@ -5,12 +5,14 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Include dpatch stuff per the documentation
+include /usr/share/dpatch/dpatch.make
+
PNAME=commons-httpclient
VERSION=2.0.2
JARFILE=$(PNAME)-${VERSION}.jar
BUILDFILE=build.xml
-
# Set the JAVA_HOME to be used for Java commands
JAVA_HOME=/usr/lib/kaffe
@@ -39,7 +41,8 @@
(cd debian/ssl-stub; $(ANT))
build: build-stamp
-build-stamp: debian/ssl-stub/ssl-stub.jar
+
+build-stamp: patch-stamp debian/ssl-stub/ssl-stub.jar
dh_testdir
# Normally we could do just 'ant dist', but this subproject
@@ -48,13 +51,12 @@
touch build-stamp
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp
$(ANT) clean
-
dh_clean
install: build
More information about the pkg-java-commits
mailing list