[pkg-java] r11713 - in trunk/commons-pool/debian: . patches
Damien Raude-Morvan
drazzib at alioth.debian.org
Fri Feb 26 00:07:02 UTC 2010
Author: drazzib
Date: 2010-02-26 00:06:56 +0000 (Fri, 26 Feb 2010)
New Revision: 11713
Modified:
trunk/commons-pool/debian/changelog
trunk/commons-pool/debian/control
trunk/commons-pool/debian/patches/01_build.patch
Log:
* Bump Standards-Version to 3.8.4 (no changes needed)
* Build-Depends on default-jdk-doc instead of classpath-doc
(Closes: #567270)
Modified: trunk/commons-pool/debian/changelog
===================================================================
--- trunk/commons-pool/debian/changelog 2010-02-25 23:19:38 UTC (rev 11712)
+++ trunk/commons-pool/debian/changelog 2010-02-26 00:06:56 UTC (rev 11713)
@@ -1,8 +1,11 @@
-commons-pool (1.5.4-2) UNRELEASED; urgency=low
+commons-pool (1.5.4-2) unstable; urgency=low
* Remove Arnaud Vandyck from Uploaders
+ * Bump Standards-Version to 3.8.4 (no changes needed)
+ * Build-Depends on default-jdk-doc instead of classpath-doc
+ (Closes: #567270)
- -- Damien Raude-Morvan <drazzib at debian.org> Mon, 07 Dec 2009 19:45:23 +0100
+ -- Damien Raude-Morvan <drazzib at debian.org> Fri, 26 Feb 2010 00:55:46 +0100
commons-pool (1.5.4-1) unstable; urgency=low
Modified: trunk/commons-pool/debian/control
===================================================================
--- trunk/commons-pool/debian/control 2010-02-25 23:19:38 UTC (rev 11712)
+++ trunk/commons-pool/debian/control 2010-02-26 00:06:56 UTC (rev 11713)
@@ -4,9 +4,9 @@
Marcus Better <marcus at better.se>, Damien Raude-Morvan <drazzib at debian.org>
Section: java
Priority: optional
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7), default-jdk, ant, cdbs, quilt
-Build-Depends-Indep: ant-optional, junit, classpath-doc, maven-repo-helper
+Build-Depends-Indep: ant-optional, junit, default-jdk-doc, maven-repo-helper
Homepage: http://commons.apache.org/pool/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-pool/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-pool/
@@ -25,7 +25,7 @@
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Recommends: classpath-doc
+Recommends: default-jdk-doc
Suggests: libcommons-pool-java
Description: pooling implementation for Java objects - documentation
Pool provides an Object-pooling API, with three major aspects:
Modified: trunk/commons-pool/debian/patches/01_build.patch
===================================================================
--- trunk/commons-pool/debian/patches/01_build.patch 2010-02-25 23:19:38 UTC (rev 11712)
+++ trunk/commons-pool/debian/patches/01_build.patch 2010-02-26 00:06:56 UTC (rev 11713)
@@ -21,7 +21,7 @@
serialwarn="false"
source="${javac.src.version}">
- <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
-+ <link href="/usr/share/doc/classpath-doc/api/"/>
++ <link href="/usr/share/doc/default-jdk-doc/api/"/>
</javadoc>
</target>
More information about the pkg-java-commits
mailing list