Author: drazzib Date: 2012-08-18 11:22:46 +0000 (Sat, 18 Aug 2012) New Revision: 16281
Removed: trunk/bouncycastle/debian/README.source Modified: trunk/bouncycastle/debian/changelog trunk/bouncycastle/debian/control Log: * Team upload. * Updated Standards-Version to 3.9.3: no changes needed. * As per Java Policy, remove "Depends: default-jre | java2-runtime" and "Suggests: java-virtual-machine" from library packages: only programs need explicit depends on runtime. * Force a Build-Depends on default-jdk (>= 1:1.6) to indicate that this package needs some classes (like java.security.spec.ECFieldF2m) which are not available in GCJ classpath (Closes: #678904). * Remove Build-Depends on quilt and debian/README.source file since we already use quilt (3.0) source format. Deleted: trunk/bouncycastle/debian/README.source =================================================================== --- trunk/bouncycastle/debian/README.source 2012-08-18 11:08:15 UTC (rev 16280) +++ trunk/bouncycastle/debian/README.source 2012-08-18 11:22:46 UTC (rev 16281) @@ -1,8 +0,0 @@ -Patch System -============ - -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -See /usr/share/doc/quilt/README.source for a detailed explanation. Modified: trunk/bouncycastle/debian/changelog =================================================================== --- trunk/bouncycastle/debian/changelog 2012-08-18 11:08:15 UTC (rev 16280) +++ trunk/bouncycastle/debian/changelog 2012-08-18 11:22:46 UTC (rev 16281) @@ -1,3 +1,18 @@ +bouncycastle (1.46+dfsg-7) unstable; urgency=low + + * Team upload. + * Updated Standards-Version to 3.9.3: no changes needed. + * As per Java Policy, remove "Depends: default-jre | java2-runtime" + and "Suggests: java-virtual-machine" from library packages: + only programs need explicit depends on runtime. + * Force a Build-Depends on default-jdk (>= 1:1.6) to indicate that this + package needs some classes (like java.security.spec.ECFieldF2m) which + are not available in GCJ classpath (Closes: #678904). + * Remove Build-Depends on quilt and debian/README.source file + since we already use quilt (3.0) source format. + + -- Damien Raude-Morvan <[email protected]> Sat, 18 Aug 2012 12:04:18 +0200 + bouncycastle (1.46+dfsg-6) unstable; urgency=low * Now building for Java 1.5 rather than 1.6 (Closes: #678904) Modified: trunk/bouncycastle/debian/control =================================================================== --- trunk/bouncycastle/debian/control 2012-08-18 11:08:15 UTC (rev 16280) +++ trunk/bouncycastle/debian/control 2012-08-18 11:22:46 UTC (rev 16281) @@ -3,9 +3,9 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Brian Thomason <[email protected]> -Build-Depends: cdbs (>= 0.4.27), debhelper (>= 7.0.50~), ant, gcj-native-helper, quilt, libgnumail-java, - junit, ant-optional, maven-repo-helper -Standards-Version: 3.9.2 +Build-Depends: cdbs (>= 0.4.27), debhelper (>= 7.0.50~), ant, gcj-native-helper, libgnumail-java, + junit, ant-optional, maven-repo-helper, default-jdk (>= 1:1.6) +Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/bouncycastle Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/bouncycastle Homepage: http://www.bouncycastle.org/ @@ -13,8 +13,8 @@ Package: libbcprov-java Architecture: all -Depends: libgcj-common (>= 1:4.1.1-19), default-jre-headless | java2-runtime-headless, ${misc:Depends} -Suggests: java-virtual-machine, libbcprov-java-doc, libbcprov-java-gcj +Depends: libgcj-common (>= 1:4.1.1-19), ${misc:Depends} +Suggests: libbcprov-java-doc, libbcprov-java-gcj Description: Bouncy Castle Java Cryptographic Service Provider The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. @@ -31,8 +31,8 @@ Package: libbcmail-java Architecture: all -Depends: default-jre-headless | java2-runtime-headless, libgnumail-java, libgnujaf-java, ${misc:Depends} -Suggests: java-virtual-machine, libbcmail-java-doc,libbcmail-java-gcj +Depends: libgnumail-java, libgnujaf-java, ${misc:Depends} +Suggests: libbcmail-java-doc,libbcmail-java-gcj Description: Bouncy Castle generators/processors for S/MIME and CMS The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. @@ -50,8 +50,8 @@ Package: libbctsp-java Architecture: all -Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends} -Suggests: java-virtual-machine, libbctsp-java-doc, libbctsp-java-gcj +Depends: ${misc:Depends} +Suggests: libbctsp-java-doc, libbctsp-java-gcj Description: Bouncy Castle generators/processors for TSP The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. @@ -68,8 +68,8 @@ Package: libbcpg-java Architecture: all -Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends} -Suggests: java-virtual-machine, libbcpg-java-doc, libbcpg-java-gcj +Depends: ${misc:Depends} +Suggests: libbcpg-java-doc, libbcpg-java-gcj Description: Bouncy Castle generators/processors for OpenPGP The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. @@ -101,7 +101,7 @@ Package: libbctsp-java-gcj Architecture: any Depends: libbctsp-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} -Suggests: java-virtual-machine, libbctsp-java-doc +Suggests: libbctsp-java-doc Description: Bouncy Castle generators/processors for TSP Native support for gij for the Bouncy Castle Crypto generators and processors for TSP (RFC 3161). _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

