CVS commons-httpclient/debian

Barry Hawkins barryh-guest at haydn.debian.org
Wed Sep 14 05:28:31 UTC 2005


Update of /cvsroot/pkg-java/commons-httpclient/debian
In directory haydn:/tmp/cvs-serv2140/debian

Modified Files:
	.cvsignore changelog control rules 
Log Message:
Removing 01_upstream_disable_examples_classes.dpatch; package is building fine without it.
Final cleanup before submitting for upload.


--- /cvsroot/pkg-java/commons-httpclient/debian/.cvsignore	2005/09/14 03:02:11	1.2
+++ /cvsroot/pkg-java/commons-httpclient/debian/.cvsignore	2005/09/14 05:28:31	1.3
@@ -3,5 +3,6 @@
 libcommons-httpclient-java-doc
 libcommons-httpclient-java-doc.postinst.debhelper
 libcommons-httpclient-java-doc.prerm.debhelper
+patched
 semantic.cache
 stamp-ant-build
--- /cvsroot/pkg-java/commons-httpclient/debian/changelog	2005/09/14 04:11:08	1.8
+++ /cvsroot/pkg-java/commons-httpclient/debian/changelog	2005/09/14 05:28:31	1.9
@@ -1,6 +1,7 @@
 commons-httpclient (2.0.2-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release and moved to main (Closes: #301789)
+  * Removed dependency upon non-free compilers (Closes: 306744)
   * Updated version of Apache License to 2.0
   * Package updated to reflect maintainership under Debian Java 
     Maintainers
--- /cvsroot/pkg-java/commons-httpclient/debian/control	2005/09/14 02:55:34	1.3
+++ /cvsroot/pkg-java/commons-httpclient/debian/control	2005/09/14 05:28:31	1.4
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Barry Hawkins <barry at bytemason.org>
-Build-Depends-Indep: debhelper (>> 3.0.0), libcommons-logging-java, ant, jikes (>= 1.15), kaffe (>= 1.0.6), junit
-Standards-Version: 3.6.2
+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
+Standards-Version: 3.6.2.1
 
 Package: libcommons-httpclient-java
 Architecture: all
--- /cvsroot/pkg-java/commons-httpclient/debian/rules	2005/09/14 04:46:59	1.6
+++ /cvsroot/pkg-java/commons-httpclient/debian/rules	2005/09/14 05:28:31	1.7
@@ -3,7 +3,7 @@
 # GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 # Include dpatch stuff per the documentation
 include /usr/share/dpatch/dpatch.make
@@ -85,7 +85,6 @@
 	dh_installmenu -i
 	dh_installchangelogs  -i
 	dh_link -i
-	dh_strip -i
 	dh_compress -i
 	dh_fixperms -i
 	dh_installdeb -i



More information about the pkg-java-commits mailing list