summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shuler <michael@pbandjelly.org>2011-10-25 09:19:06 -0500
committerMichael Shuler <michael@pbandjelly.org>2011-10-25 09:19:06 -0500
commit651f4734c175775da1d2b83298cfb18284cc8f5b (patch)
treee6f713ec6d177a609ea8f05189da1c2a5f0f2c8c
parent941a324d12e1c205677260b7e3406be5958788f4 (diff)
downloadca-certificates-651f4734c175775da1d2b83298cfb18284cc8f5b.tar.gz
updated version compare in debian/postinst and tagdebian/20111025
-rw-r--r--debian/NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--debian/postinst2
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/NEWS b/debian/NEWS
index b9569c2..42861ed 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,4 +1,4 @@
-ca-certificates (20111024) unstable; urgency=low
+ca-certificates (20111025) unstable; urgency=low
* Update mozilla/certdata.txt to latest (NSS branch version 1.64.2.13)
Certificates added (+) and removed (-):
diff --git a/debian/changelog b/debian/changelog
index 0577f17..e20bef6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ca-certificates (20111024) unstable; urgency=low
+ca-certificates (20111025) unstable; urgency=low
[ Michael Shuler ]
* Add 3.0 (native) source format
@@ -60,9 +60,9 @@ ca-certificates (20111024) unstable; urgency=low
* Drop bogus c_rehash on upgrades, which caused issue when
ca-certificates.crt was still in place; instead, call
update-ca-certificates --fresh on upgrades to this version, and
- the usual update-ca-certificates otherwise Closes: #643667, 537382
+ the usual update-ca-certificates otherwise Closes: #643667, #537382
- -- Michael Shuler <michael@pbandjelly.org> Mon, 24 Oct 2011 19:55:10 -0500
+ -- Michael Shuler <michael@pbandjelly.org> Tue, 25 Oct 2011 09:12:10 -0500
ca-certificates (20111022) unstable; urgency=low
diff --git a/debian/postinst b/debian/postinst
index 21d1b94..96be353 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -139,7 +139,7 @@ EOF
fi
# fix bogus symlink to ca-certificates.crt on upgrades; see
# Debian #643667; drop after wheezy
- if dpkg --compare-versions "$2" lt-nl 20110502+nmu2+643667; then
+ if dpkg --compare-versions "$2" lt-nl 20111025; then
update-ca-certificates --fresh
else
update-ca-certificates