This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ca-certificates-java.
commit 7c78fd121022551ac139889b6251bf44afd93ffe Author: Torsten Werner <[email protected]> Date: Mon Apr 25 13:29:09 2011 +0000 Update README.Debian. --- debian/README.Debian | 16 ++++++++-------- debian/changelog | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 0a781fb..54e421a 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,15 +1,15 @@ ca-certificates-java for Debian ------------------------------- -This package uses the hooks of the ca-certificates package to update the -JKS keystore used for many java runtimes. The alias used to store the -certificate is the basename without the trailing '.crt', with all uppercase -letters translated to lowercase letters, and all repeated non alphanumeric -characters replaced and squeezed by a single `_'. - -Could be part of ca-certificates, if openjdk is in main. +This package uses the hooks of the ca-certificates package to update the JKS +keystore /etc/ssl/certs/java/cacerts used for many java runtimes. The alias used +to store the certificate is the basename prefixed with 'debian:'. It will import +all *.pem files found in /etc/ssl/certs during its first installation. ca-certificates-java doesn't automagically handle local certificates, although these are not overwritten on updates. - -- Matthias Klose <[email protected]> Mon, 02 Jun 2008 14:52:46 +0000 +A full re-import can be triggered with the command 'update-ca-certificates -f' +if needed. + + -- Torsten Werner <[email protected]> Mon, 25 Apr 2011 15:18:22 +0200 diff --git a/debian/changelog b/debian/changelog index ea497dd..c22d265 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ ca-certificates-java (20110425) unstable; urgency=low * 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 <[email protected]> Mon, 25 Apr 2011 15:21:58 +0200 + -- Torsten Werner <[email protected]> Mon, 25 Apr 2011 15:28:55 +0200 ca-certificates-java (20100412) unstable; urgency=low -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ca-certificates-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

