From: Michael Shuler Date: Sat, 17 Sep 2011 22:33:29 +0000 (-0500) Subject: Import Debian version 20090814+nmu2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a8d52eab45f7b1ff3b127d9d7386ab98a33d7c5;hp=5cb5dbed0874ea345b2ad8a3357a3f635c65c693;p=ca-certificates.git Import Debian version 20090814+nmu2 --- diff --git a/debian/changelog b/debian/changelog index 3d2606c..bbc95f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ca-certificates (20090814+nmu2) unstable; urgency=low + + * Non-maintainer upload. + * Fixes buggy shell functions included in the postinst script. + (Closes: #591607) + + -- Maximiliano Curia Fri, 13 Aug 2010 20:16:21 -0300 + ca-certificates (20090814+nmu1) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/postinst b/debian/postinst index 35e1ef3..7113b68 100644 --- a/debian/postinst +++ b/debian/postinst @@ -21,13 +21,13 @@ # `abort-remove' or `abort-deconfigure'. each_value() { - echo "$l" |tr ',' '\n' | sed -e 's/^[[:space:]]*//' + echo "$1" |tr ',' '\n' | sed -e 's/^[[:space:]]*//' } memberp() { m="$1" l="$2" - each_value "$1" | grep -q "^$m\$" + each_value "$l" | grep -q "^$m\$" } delca() {