20081127 (patches unapplied)

Imported using git-ubuntu import.
This commit is contained in:
Philipp Kern 2008-11-27 19:13:17 +01:00 committed by git-ubuntu importer
parent 9fe4ca257a
commit 00e8887dc3
Notes: git-ubuntu importer 2020-07-14 23:24:21 +00:00
  * Remove /etc/ssl{,/certs} in postrm to please piuparts.  (Closes:
    #454334)
3 changed files with 14 additions and 3 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
ca-certificates (20081127) unstable; urgency=low
* Remove /etc/ssl{,/certs} in postrm to please piuparts. (Closes:
#454334)
-- Philipp Kern <pkern@debian.org> Thu, 27 Nov 2008 19:13:17 +0100
ca-certificates (20080809) unstable; urgency=low
* New cacert.org.pem joining both CACert Class 1 and Class 3 certificates.

2
debian/config vendored
View file

@ -5,7 +5,7 @@ set -e
action="$1"
cur_version="$2"
this_version='20080809'
this_version='20081127'
pt_BR_fixed_version="20080616"
if test -f /etc/ca-certificates.conf; then

8
debian/postrm vendored
View file

@ -28,8 +28,12 @@ case "$1" in
purge)
rm -f /etc/ssl/certs/ca-certificates.crt*
# Fix for #454334
rmdir --ignore-fail-on-non-empty /etc/ssl
# Clean up even if openssl is removed before ca-certificates.
# (Which is what piuparts does.)
[ -d /etc/ssl/certs ] && rmdir --ignore-fail-on-non-empty /etc/ssl/certs
[ -d /etc/ssl ] && rmdir --ignore-fail-on-non-empty /etc/ssl
rm -f /etc/ca-certificates.conf*
if test -e /usr/share/debconf/confmodule; then
. /usr/share/debconf/confmodule