[pkg-java] r16124 - in tags/ca-certificates-java: . 20120608/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Fri Jun 8 22:11:38 UTC 2012


Author: drazzib
Date: 2012-06-08 22:11:37 +0000 (Fri, 08 Jun 2012)
New Revision: 16124

Added:
   tags/ca-certificates-java/20120608/
   tags/ca-certificates-java/20120608/debian/changelog
   tags/ca-certificates-java/20120608/debian/control
Removed:
   tags/ca-certificates-java/20120608/debian/changelog
   tags/ca-certificates-java/20120608/debian/control
Log:
[svn-buildpackage] Tagging ca-certificates-java 20120608

Deleted: tags/ca-certificates-java/20120608/debian/changelog
===================================================================
--- trunk/ca-certificates-java/debian/changelog	2012-06-08 08:45:42 UTC (rev 16122)
+++ tags/ca-certificates-java/20120608/debian/changelog	2012-06-08 22:11:37 UTC (rev 16124)
@@ -1,232 +0,0 @@
-ca-certificates-java (20120608) UNRELEASED; urgency=low
-
-  * Switch primary JRE dependency from openjdk-6 to openjdk-7 to support
-    demotion of openjdk-6 to universe in Ubuntu:
-    - d/control, rules: Generate primary JRE dependency at build time to
-      allow differentiation between Ubuntu and Debian.
-  * Added myself to uploaders.
-
- -- James Page <james.page at ubuntu.com>  Fri, 08 Jun 2012 09:44:58 +0100
-
-ca-certificates-java (20120603) unstable; urgency=low
-
-  * Use javahelper as buildsystem:
-    - d/control: Add Build-Depends on javahelper.
-    - d/rules: Use jh_build to call javac.
-  * Create a testsuite for this package:
-    - Refactor UpdateCertificates code to send exceptions instead of
-      System.exit(1).
-    - New testsuite: UpdateCertificatesTest.
-    - d/control: Build-Depends on junit4.
-    - d/rules: Launch junit after build and handle "nocheck" option in
-      DEB_BUILD_OPTIONS.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 03 Jun 2012 12:10:26 +0200
-
-ca-certificates-java (20120524) unstable; urgency=low
-
-  [ Marc Deslauriers ]
-  * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
-    since it is no longer needed.
-  * debian/postinst: don't put a symlink in / if jvm doesn't contain nss
-    configuration. (Closes: #665754, #665749).
-  * debian/postinst: force migration to new alias names again. The
-    migration was supposed to occur on upgrades to Oneiric, but failed
-    because of an NSS error.
-  * debian/postinst: forcibly remove diginotar cert. It could be left
-    behind under certain circumstances. (LP: #920758)
-  * debian/postinst: also look for jvm in multiarch locations (LP: #962378)
-  * debian/postinst: retrigger first_install to properly get cert store.
-
-  [ James Page ]
-  * d/rules: Ensure java is built with source/target == 1.6 for backwards
-    compatibility with openjdk-6. 
-
-  [ Damien Raude-Morvan ]
-  * Sync handling of nss.cfg between debian/jks-keystore.hook.in and
-    debian/postinst.in.
-  * Merge changes from Ubuntu (Thanks to James Page and Marc Deslauriers).
-  * Improve handling of certificate with UTF-8 filenames:
-    - UpdateCertificates: Force read System.in with UTF-8
-    - debian/postinst: Set LC_CTYPE to C.UTF-8
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 22 May 2012 23:41:41 +0200
-
-ca-certificates-java (20120225) unstable; urgency=low
-
-  [ Steve Langasek ]
-  * debian/jks-keystore.hook: If we *don't* find libnss3 / libnss3-1d,
-    don't remove files from the filesystem in do_cleanup(),
-    since this has a nasty tendency of nuking system libraries.
-    LP: #855171.
-  * debian/preinst, debian/postinst: when upgrading from version
-    20110912ubuntu1, disable the buggy hook script early to prevent it from
-    being run before our new version is configured; and re-enable the script
-    in the postinst.  LP: #855246.
-
-  [ Matthias Klose ]
-  * Mark as Multi-Arch: foreign.
-  * Adjust the libnss3-1d versioned dependency.
-
-  [ Damien Raude-Morvan ]
-  * Add myself to Uploaders.
-  * Use dh_gencontrol and dpkg-vendor to allow:
-    - New substvar ${nss:Depends} for libnss3-1d versionning.
-    - New @NSS_LIB@ parameter for debian/*.in files.
-  * Bump Standards-Version to 3.9.3:
-    - Add recommended build-arch / build-indep targets.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 25 Feb 2012 15:06:32 +0100
-
-ca-certificates-java (20111223) unstable; urgency=low
-
-  * Support new multiarch JRE packages in postinst.
-
- -- Torsten Werner <twerner at debian.org>  Fri, 23 Dec 2011 13:46:15 +0100
-
-ca-certificates-java (20110912) unstable; urgency=low
-
-  * Support new multiarch JRE packages in jks-keystore. (Closes: #641306)
-  * Support OpenJDK 7. (Closes: #641305)
-
- -- Torsten Werner <twerner at debian.org>  Mon, 12 Sep 2011 21:23:22 +0200
-
-ca-certificates-java (20110816) unstable; urgency=low
-
-  * Upgrade Recommends: libnss3-1d to a versioned Depends due to multiarch
-    changes. (Closes: #635571)
-  * Use the locale C.UTF-8 for the hook script to be more robust.
-
- -- Torsten Werner <twerner at debian.org>  Tue, 16 Aug 2011 11:00:33 +0200
-
-ca-certificates-java (20110531) unstable; urgency=low
-
-  * Prepare for multiarch libnss3 update.
-
- -- Matthias Klose <doko at ubuntu.com>  Tue, 31 May 2011 15:20:52 +0200
-
-ca-certificates-java (20110426) unstable; urgency=low
-
-  * Test for existing file in postinst before copying it. (Closes: #624152)
-  * Add Vcs headers to debian/control.
-
- -- Torsten Werner <twerner at debian.org>  Tue, 26 Apr 2011 09:23:03 +0200
-
-ca-certificates-java (20110425) unstable; urgency=low
-
-  * Add Java code to update the keystore and support UTF-8 encoded filenames.
-    (Closes: #607245, #623671)
-  * Change Maintainer to Debian Java Maintainers and add myself to Uploaders.
-  * Update Build-Depends.
-  * Replace old inconsistent keystore aliases. (Closes: #623888)
-  * Add support for openjdk-7 and remove support for old cacao VM.
-  * Add a NEWS file explaining the update.
-  * Update README.Debian.
-
- -- Torsten Werner <twerner at debian.org>  Mon, 25 Apr 2011 15:28:55 +0200
-
-ca-certificates-java (20100412) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Matthias Klose <doko at ubuntu.com>  Mon, 12 Apr 2010 03:15:47 +0200
-
-ca-certificates-java (20100406ubuntu1) lucid; urgency=low
-
-  * Make the installation and import of certificates more robust,
-    if the NSS based security provider is disabled or not built.
-
- -- Matthias Klose <doko at ubuntu.com>  Sun, 11 Apr 2010 20:54:43 +0200
-
-ca-certificates-java (20100406) unstable; urgency=low
-
-  * Explicitely fail the installation, if /proc is not mounted.
-    Currently required by the java tools, changed in OpenJDK7.
-    Closes: #576453. LP: #556044.
-  * Print name of JVM in case of errors.
-  * Set priority to optional, set section to java. Closes: #566855.
-  * Remove /etc/ssl/certs on package purge, if empty. Closes: #566853.
-
- -- Matthias Klose <doko at debian.org>  Tue, 06 Apr 2010 21:41:39 +0200
-
-ca-certificates-java (20091021) unstable; urgency=low
-
-  * Clarify output for keytool errors (although it shouldnn't be
-    necessary anymore). Closes: #540490.
-
- -- Matthias Klose <doko at ubuntu.com>  Wed, 21 Oct 2009 22:00:53 +0200
-
-ca-certificates-java (20090928) karmic; urgency=low
-
-  * Rebuild with OpenJDK supporting PKCS11 cryptography, rebuild with
-    ca-certificates 20090814.
-
- -- Matthias Klose <doko at ubuntu.com>  Mon, 28 Sep 2009 16:47:09 +0200
-
-ca-certificates-java (20090629) unstable; urgency=low
-
-  * debian/rules, debian/postinst, debian/jks-keystore.hook: Filter out
-    SHA384withECDSA certificates since keytool won't support them.
-    LP: #392104, closes: #534520.
-  * Fix typo in hook. Closes: #534533.
-  * Use java6-runtime-headless as alternative dependency. Closes: #512293.
-
- -- Matthias Klose <doko at ubuntu.com>  Mon, 29 Jun 2009 11:27:59 +0200
-
-ca-certificates-java (20081028) unstable; urgency=low
-
-  * Ignore LANG and LC_ALL setting when running keytool. LP: #289934.
-
- -- Matthias Klose <doko at debian.org>  Tue, 28 Oct 2008 07:20:16 +0100
-
-ca-certificates-java (20081027) unstable; urgency=medium
-
-  * Merge from Ubuntu:
-    - Don't try to import certificates, which are listed in
-      /etc/ca-certificates.conf, but not available on the system.
-      Just warn about those. LP: #289091.
-    - Need to run keytool, when the jre is unpacked, but not yet configured.
-      Create a temporary jvm.cfg for the time in that postinst and the
-      jks-keystore.hook are run, and remove it afterwards. LP: #289199.
-
- -- Matthias Klose <doko at debian.org>  Mon, 27 Oct 2008 13:58:14 +0100
-
-ca-certificates-java (20081024) unstable; urgency=low
-
-  * Install /etc/default/cacerts with mode 600.
-
- -- Matthias Klose <doko at debian.org>  Fri, 24 Oct 2008 15:10:48 +0200
-
-ca-certificates-java (20081022) unstable; urgency=low
-
-  * debian/jks-keystore.hook:
-    - Don't stop after first error during the update. LP: #244412.
-      Closes: #489748.
-    - Call keytool with -noprompt.
-  * On initial install, add locally added certificates. LP: #244410.
-    Closes: #489748.
-  * Install /etc/default/cacerts to set options:
-    - storepass, holding the password for the keystore.
-    - updates, to enable/disable updates of the keystore.
-  * Only use the keytool command from OpenJDK or Sun Java. Closes: #496587.
-
- -- Matthias Klose <doko at ubuntu.com>  Wed, 22 Oct 2008 20:51:24 +0200
-
-ca-certificates-java (20080712) unstable; urgency=low
-
-  * Upload to main.
-
- -- Matthias Klose <doko at ubuntu.com>  Sat, 12 Jul 2008 12:19:00 +0200
-
-ca-certificates-java (20080711) unstable; urgency=low
-
-  * debian/jks-keystore.hook: Fix typo. Closes: #489747, LP: #244408.
-
- -- Matthias Klose <doko at ubuntu.com>  Fri, 11 Jul 2008 20:38:04 +0200
-
-ca-certificates-java (20080514) unstable; urgency=low
-
-  * Initial release.
-
- -- Matthias Klose <doko at ubuntu.com>  Mon, 02 Jun 2008 14:52:46 +0000
-

Copied: tags/ca-certificates-java/20120608/debian/changelog (from rev 16123, trunk/ca-certificates-java/debian/changelog)
===================================================================
--- tags/ca-certificates-java/20120608/debian/changelog	                        (rev 0)
+++ tags/ca-certificates-java/20120608/debian/changelog	2012-06-08 22:11:37 UTC (rev 16124)
@@ -0,0 +1,237 @@
+ca-certificates-java (20120608) unstable; urgency=low
+
+  [ James Page ]
+  * Switch primary JRE dependency from openjdk-6 to openjdk-7 to support
+    demotion of openjdk-6 to universe in Ubuntu:
+    - d/control, rules: Generate primary JRE dependency at build time to
+      allow differentiation between Ubuntu and Debian.
+  * Added myself to uploaders.
+
+  [ Damien Raude-Morvan ]
+  * Update to unstable.
+  * Set DMUA flag for James Page.
+
+ -- James Page <james.page at ubuntu.com>  Fri, 08 Jun 2012 09:44:58 +0100
+
+ca-certificates-java (20120603) unstable; urgency=low
+
+  * Use javahelper as buildsystem:
+    - d/control: Add Build-Depends on javahelper.
+    - d/rules: Use jh_build to call javac.
+  * Create a testsuite for this package:
+    - Refactor UpdateCertificates code to send exceptions instead of
+      System.exit(1).
+    - New testsuite: UpdateCertificatesTest.
+    - d/control: Build-Depends on junit4.
+    - d/rules: Launch junit after build and handle "nocheck" option in
+      DEB_BUILD_OPTIONS.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 03 Jun 2012 12:10:26 +0200
+
+ca-certificates-java (20120524) unstable; urgency=low
+
+  [ Marc Deslauriers ]
+  * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around
+    since it is no longer needed.
+  * debian/postinst: don't put a symlink in / if jvm doesn't contain nss
+    configuration. (Closes: #665754, #665749).
+  * debian/postinst: force migration to new alias names again. The
+    migration was supposed to occur on upgrades to Oneiric, but failed
+    because of an NSS error.
+  * debian/postinst: forcibly remove diginotar cert. It could be left
+    behind under certain circumstances. (LP: #920758)
+  * debian/postinst: also look for jvm in multiarch locations (LP: #962378)
+  * debian/postinst: retrigger first_install to properly get cert store.
+
+  [ James Page ]
+  * d/rules: Ensure java is built with source/target == 1.6 for backwards
+    compatibility with openjdk-6. 
+
+  [ Damien Raude-Morvan ]
+  * Sync handling of nss.cfg between debian/jks-keystore.hook.in and
+    debian/postinst.in.
+  * Merge changes from Ubuntu (Thanks to James Page and Marc Deslauriers).
+  * Improve handling of certificate with UTF-8 filenames:
+    - UpdateCertificates: Force read System.in with UTF-8
+    - debian/postinst: Set LC_CTYPE to C.UTF-8
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 22 May 2012 23:41:41 +0200
+
+ca-certificates-java (20120225) unstable; urgency=low
+
+  [ Steve Langasek ]
+  * debian/jks-keystore.hook: If we *don't* find libnss3 / libnss3-1d,
+    don't remove files from the filesystem in do_cleanup(),
+    since this has a nasty tendency of nuking system libraries.
+    LP: #855171.
+  * debian/preinst, debian/postinst: when upgrading from version
+    20110912ubuntu1, disable the buggy hook script early to prevent it from
+    being run before our new version is configured; and re-enable the script
+    in the postinst.  LP: #855246.
+
+  [ Matthias Klose ]
+  * Mark as Multi-Arch: foreign.
+  * Adjust the libnss3-1d versioned dependency.
+
+  [ Damien Raude-Morvan ]
+  * Add myself to Uploaders.
+  * Use dh_gencontrol and dpkg-vendor to allow:
+    - New substvar ${nss:Depends} for libnss3-1d versionning.
+    - New @NSS_LIB@ parameter for debian/*.in files.
+  * Bump Standards-Version to 3.9.3:
+    - Add recommended build-arch / build-indep targets.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 25 Feb 2012 15:06:32 +0100
+
+ca-certificates-java (20111223) unstable; urgency=low
+
+  * Support new multiarch JRE packages in postinst.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 23 Dec 2011 13:46:15 +0100
+
+ca-certificates-java (20110912) unstable; urgency=low
+
+  * Support new multiarch JRE packages in jks-keystore. (Closes: #641306)
+  * Support OpenJDK 7. (Closes: #641305)
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 12 Sep 2011 21:23:22 +0200
+
+ca-certificates-java (20110816) unstable; urgency=low
+
+  * Upgrade Recommends: libnss3-1d to a versioned Depends due to multiarch
+    changes. (Closes: #635571)
+  * Use the locale C.UTF-8 for the hook script to be more robust.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 16 Aug 2011 11:00:33 +0200
+
+ca-certificates-java (20110531) unstable; urgency=low
+
+  * Prepare for multiarch libnss3 update.
+
+ -- Matthias Klose <doko at ubuntu.com>  Tue, 31 May 2011 15:20:52 +0200
+
+ca-certificates-java (20110426) unstable; urgency=low
+
+  * Test for existing file in postinst before copying it. (Closes: #624152)
+  * Add Vcs headers to debian/control.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 26 Apr 2011 09:23:03 +0200
+
+ca-certificates-java (20110425) unstable; urgency=low
+
+  * Add Java code to update the keystore and support UTF-8 encoded filenames.
+    (Closes: #607245, #623671)
+  * Change Maintainer to Debian Java Maintainers and add myself to Uploaders.
+  * Update Build-Depends.
+  * Replace old inconsistent keystore aliases. (Closes: #623888)
+  * Add support for openjdk-7 and remove support for old cacao VM.
+  * Add a NEWS file explaining the update.
+  * Update README.Debian.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 25 Apr 2011 15:28:55 +0200
+
+ca-certificates-java (20100412) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Matthias Klose <doko at ubuntu.com>  Mon, 12 Apr 2010 03:15:47 +0200
+
+ca-certificates-java (20100406ubuntu1) lucid; urgency=low
+
+  * Make the installation and import of certificates more robust,
+    if the NSS based security provider is disabled or not built.
+
+ -- Matthias Klose <doko at ubuntu.com>  Sun, 11 Apr 2010 20:54:43 +0200
+
+ca-certificates-java (20100406) unstable; urgency=low
+
+  * Explicitely fail the installation, if /proc is not mounted.
+    Currently required by the java tools, changed in OpenJDK7.
+    Closes: #576453. LP: #556044.
+  * Print name of JVM in case of errors.
+  * Set priority to optional, set section to java. Closes: #566855.
+  * Remove /etc/ssl/certs on package purge, if empty. Closes: #566853.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 06 Apr 2010 21:41:39 +0200
+
+ca-certificates-java (20091021) unstable; urgency=low
+
+  * Clarify output for keytool errors (although it shouldnn't be
+    necessary anymore). Closes: #540490.
+
+ -- Matthias Klose <doko at ubuntu.com>  Wed, 21 Oct 2009 22:00:53 +0200
+
+ca-certificates-java (20090928) karmic; urgency=low
+
+  * Rebuild with OpenJDK supporting PKCS11 cryptography, rebuild with
+    ca-certificates 20090814.
+
+ -- Matthias Klose <doko at ubuntu.com>  Mon, 28 Sep 2009 16:47:09 +0200
+
+ca-certificates-java (20090629) unstable; urgency=low
+
+  * debian/rules, debian/postinst, debian/jks-keystore.hook: Filter out
+    SHA384withECDSA certificates since keytool won't support them.
+    LP: #392104, closes: #534520.
+  * Fix typo in hook. Closes: #534533.
+  * Use java6-runtime-headless as alternative dependency. Closes: #512293.
+
+ -- Matthias Klose <doko at ubuntu.com>  Mon, 29 Jun 2009 11:27:59 +0200
+
+ca-certificates-java (20081028) unstable; urgency=low
+
+  * Ignore LANG and LC_ALL setting when running keytool. LP: #289934.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 28 Oct 2008 07:20:16 +0100
+
+ca-certificates-java (20081027) unstable; urgency=medium
+
+  * Merge from Ubuntu:
+    - Don't try to import certificates, which are listed in
+      /etc/ca-certificates.conf, but not available on the system.
+      Just warn about those. LP: #289091.
+    - Need to run keytool, when the jre is unpacked, but not yet configured.
+      Create a temporary jvm.cfg for the time in that postinst and the
+      jks-keystore.hook are run, and remove it afterwards. LP: #289199.
+
+ -- Matthias Klose <doko at debian.org>  Mon, 27 Oct 2008 13:58:14 +0100
+
+ca-certificates-java (20081024) unstable; urgency=low
+
+  * Install /etc/default/cacerts with mode 600.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 24 Oct 2008 15:10:48 +0200
+
+ca-certificates-java (20081022) unstable; urgency=low
+
+  * debian/jks-keystore.hook:
+    - Don't stop after first error during the update. LP: #244412.
+      Closes: #489748.
+    - Call keytool with -noprompt.
+  * On initial install, add locally added certificates. LP: #244410.
+    Closes: #489748.
+  * Install /etc/default/cacerts to set options:
+    - storepass, holding the password for the keystore.
+    - updates, to enable/disable updates of the keystore.
+  * Only use the keytool command from OpenJDK or Sun Java. Closes: #496587.
+
+ -- Matthias Klose <doko at ubuntu.com>  Wed, 22 Oct 2008 20:51:24 +0200
+
+ca-certificates-java (20080712) unstable; urgency=low
+
+  * Upload to main.
+
+ -- Matthias Klose <doko at ubuntu.com>  Sat, 12 Jul 2008 12:19:00 +0200
+
+ca-certificates-java (20080711) unstable; urgency=low
+
+  * debian/jks-keystore.hook: Fix typo. Closes: #489747, LP: #244408.
+
+ -- Matthias Klose <doko at ubuntu.com>  Fri, 11 Jul 2008 20:38:04 +0200
+
+ca-certificates-java (20080514) unstable; urgency=low
+
+  * Initial release.
+
+ -- Matthias Klose <doko at ubuntu.com>  Mon, 02 Jun 2008 14:52:46 +0000
+

Deleted: tags/ca-certificates-java/20120608/debian/control
===================================================================
--- trunk/ca-certificates-java/debian/control	2012-06-08 08:45:42 UTC (rev 16122)
+++ tags/ca-certificates-java/20120608/debian/control	2012-06-08 22:11:37 UTC (rev 16124)
@@ -1,24 +0,0 @@
-Source: ca-certificates-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Matthias Klose <doko at ubuntu.com>,
-           Torsten Werner <twerner at debian.org>,
-           Damien Raude-Morvan <drazzib at debian.org>,
-           James Page <james.page at ubuntu.com>
-Build-Depends: debhelper (>= 6), default-jdk, javahelper, junit4
-Standards-Version: 3.9.3
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ca-certificates-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ca-certificates-java/
-
-Package: ca-certificates-java
-Architecture: all
-Multi-Arch: foreign
-Depends: ca-certificates (>= 20090814),
-         ${jre:Depends} | java6-runtime-headless,
-         ${misc:Depends},
-         ${nss:Depends}
-# We need a versioned Depends due to multiarch changes (bug #635571).
-Description: Common CA certificates (JKS keystore)
- This package uses the hooks of the ca-certificates package to update the
- cacerts JKS keystore used for many java runtimes.

Copied: tags/ca-certificates-java/20120608/debian/control (from rev 16123, trunk/ca-certificates-java/debian/control)
===================================================================
--- tags/ca-certificates-java/20120608/debian/control	                        (rev 0)
+++ tags/ca-certificates-java/20120608/debian/control	2012-06-08 22:11:37 UTC (rev 16124)
@@ -0,0 +1,25 @@
+Source: ca-certificates-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Matthias Klose <doko at ubuntu.com>,
+           Torsten Werner <twerner at debian.org>,
+           Damien Raude-Morvan <drazzib at debian.org>,
+           James Page <james.page at ubuntu.com>
+Build-Depends: debhelper (>= 6), default-jdk, javahelper, junit4
+Standards-Version: 3.9.3
+DM-Upload-Allowed: yes
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ca-certificates-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ca-certificates-java/
+
+Package: ca-certificates-java
+Architecture: all
+Multi-Arch: foreign
+Depends: ca-certificates (>= 20090814),
+         ${jre:Depends} | java6-runtime-headless,
+         ${misc:Depends},
+         ${nss:Depends}
+# We need a versioned Depends due to multiarch changes (bug #635571).
+Description: Common CA certificates (JKS keystore)
+ This package uses the hooks of the ca-certificates package to update the
+ cacerts JKS keystore used for many java runtimes.




More information about the pkg-java-commits mailing list