[Tux4kids-commits] r1029 - tuxtype/people/holger/tuxtype/trunk/debian

Holger Levsen holger at alioth.debian.org
Thu Jun 11 14:07:08 UTC 2009


Author: holger
Date: 2009-06-11 14:07:07 +0000 (Thu, 11 Jun 2009)
New Revision: 1029

Modified:
   tuxtype/people/holger/tuxtype/trunk/debian/changelog
   tuxtype/people/holger/tuxtype/trunk/debian/tuxtype.postinst
Log:
Use "set -e" in tuxtype.postinst to appease lintian.

Modified: tuxtype/people/holger/tuxtype/trunk/debian/changelog
===================================================================
--- tuxtype/people/holger/tuxtype/trunk/debian/changelog	2009-06-11 14:04:42 UTC (rev 1028)
+++ tuxtype/people/holger/tuxtype/trunk/debian/changelog	2009-06-11 14:07:07 UTC (rev 1029)
@@ -1,12 +1,13 @@
-tuxtype (1.7.4.dfsg1-2) UNRELEASED; urgency=low
+tuxtype (1.7.4.dfsg1-2) unstable; urgency=low
 
   * Drop automake from build-depends. 
   * Install .mo files into /usr/share/locale/ so that translations become
     available. (Closes: #531753)
   * Use the new upstream icon and .desktop file, thanks to Loïc Martin. 
     (Closes: #530542) 
+  * Use "set -e" in tuxtype.postinst to appease lintian.
 
- -- Holger Levsen <holger at debian.org>  Thu, 21 May 2009 20:45:22 +0200
+ -- Holger Levsen <holger at debian.org>  Thu, 11 Jun 2009 16:06:56 +0200
 
 tuxtype (1.7.4.dfsg1-1) unstable; urgency=low
 

Modified: tuxtype/people/holger/tuxtype/trunk/debian/tuxtype.postinst
===================================================================
--- tuxtype/people/holger/tuxtype/trunk/debian/tuxtype.postinst	2009-06-11 14:04:42 UTC (rev 1028)
+++ tuxtype/people/holger/tuxtype/trunk/debian/tuxtype.postinst	2009-06-11 14:07:07 UTC (rev 1029)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 if [ "$1" = "configure" ]; then
         if [ -d /usr/doc -a -h /usr/doc/tuxtype -a -d /usr/share/doc/tuxtype ]; then
                 rm -f /usr/doc/tuxtype




More information about the Tux4kids-commits mailing list