The following commit has been merged in the master branch:
commit e4d998f81ff2edd5fd5a144a46a9904329bad8aa
Author: Niels Thykier <[email protected]>
Date:   Mon Jan 3 22:23:59 2011 +0100

    Fixed typo in postrm script, which lead to a test failure.

diff --git a/t/tests/shared-libs-ldconfig-scripts/debian/debian/app.postrm 
b/t/tests/shared-libs-ldconfig-scripts/debian/debian/app.postrm
index 46416be..eaeb28d 100755
--- a/t/tests/shared-libs-ldconfig-scripts/debian/debian/app.postrm
+++ b/t/tests/shared-libs-ldconfig-scripts/debian/debian/app.postrm
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
 
-if [ "$1" = remove ] ; then ldconfig ; if
+if [ "$1" = remove ] ; then ldconfig ; fi
 
 #DEBHELPER#

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to