r53290 - in /trunk/pmtools/debian: changelog postinst

abe at users.alioth.debian.org abe at users.alioth.debian.org
Tue Feb 23 23:49:45 UTC 2010


Author: abe
Date: Tue Feb 23 23:49:39 2010
New Revision: 53290

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53290
Log:
Fixed Lintian warning maintainer-script-ignores-errors postinst

Modified:
    trunk/pmtools/debian/changelog
    trunk/pmtools/debian/postinst

Modified: trunk/pmtools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/changelog?rev=53290&op=diff
==============================================================================
--- trunk/pmtools/debian/changelog (original)
+++ trunk/pmtools/debian/changelog Tue Feb 23 23:49:39 2010
@@ -17,6 +17,7 @@
   * Fixed the following Lintian warnings
     - debhelper-but-no-misc-depends
     - clean-should-be-satisfied-by-build-depends debhelper
+    - maintainer-script-ignores-errors postinst
   * Further changes to debian/rules
     - Call distclean target instead of more existant realclean target.
     - Call make distclean only if a Makefile exists. Don't ignore it's

Modified: trunk/pmtools/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/postinst?rev=53290&op=diff
==============================================================================
--- trunk/pmtools/debian/postinst (original)
+++ trunk/pmtools/debian/postinst Tue Feb 23 23:49:39 2010
@@ -1,4 +1,6 @@
 #!/bin/sh
+
+set -e
 
 if [ "$1" = "configure" ]; then
         if [ -d /usr/doc -a -h /usr/doc/pmtools -a -d /usr/share/doc/pmtools ]; then




More information about the Pkg-perl-cvs-commits mailing list