From 651f4734c175775da1d2b83298cfb18284cc8f5b Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Tue, 25 Oct 2011 09:19:06 -0500 Subject: [PATCH] updated version compare in debian/postinst and tag --- debian/NEWS | 2 +- debian/changelog | 6 +++--- debian/postinst | 2 +- 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 Mon, 24 Oct 2011 19:55:10 -0500 + -- Michael Shuler 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 -- 2.39.2