tags 399787 pending patch thanks On Wed, Nov 22, 2006 at 01:42:21AM +0100, Michael Biebl wrote: > the postinst script libpam-ldap.postinst is missing a closing "fi" > statement. This makes the package uninstallable, so I'm filing this bug > with severity serious.
Sigh, I suck. Fixed package on its way to incoming; here's the incremental NMU diff. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u libpam-ldap-180/debian/changelog libpam-ldap-180/debian/changelog --- libpam-ldap-180/debian/changelog +++ libpam-ldap-180/debian/changelog @@ -1,3 +1,12 @@ +libpam-ldap (180-1.4) unstable; urgency=low + + * Non-maintainer upload. + * Fix a brown paper bag bug in the last upload -- maybe I should check + shell syntax of my maintainer script fixes before uploading. :/ + Closes: #399787. + + -- Steve Langasek <[EMAIL PROTECTED]> Tue, 21 Nov 2006 17:19:45 -0800 + libpam-ldap (180-1.3) unstable; urgency=high * Non-maintainer upload. diff -u libpam-ldap-180/debian/libpam-ldap.postinst libpam-ldap-180/debian/libpam-ldap.postinst --- libpam-ldap-180/debian/libpam-ldap.postinst +++ libpam-ldap-180/debian/libpam-ldap.postinst @@ -37,6 +37,7 @@ # way of dealing with multiple hits. value="$value" parameter="$parameter" perl -i -p -e 's/^#* *\Q$ENV{"parameter"}\E .*/$ENV{"parameter"} $ENV{"value"}/i and $match=1 unless ($match)' $CONFFILE + fi } disable_param()