[Pkg-samba-maint] r2345 - branches/samba/experimental/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Tue Jan 20 21:27:25 UTC 2009


Author: bubulle
Date: 2009-01-20 21:27:25 +0000 (Tue, 20 Jan 2009)
New Revision: 2345

Modified:
   branches/samba/experimental/debian/changelog
   branches/samba/experimental/debian/swat.postrm
Log:
Don't ignore errors in swat.postrm


Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog	2009-01-20 21:25:52 UTC (rev 2344)
+++ branches/samba/experimental/debian/changelog	2009-01-20 21:27:25 UTC (rev 2345)
@@ -12,6 +12,7 @@
   * [Lintian] Add ${misc:Depends} to dependencies of binary packages
     that didn't have it already as we're using debhelper in the source
     package
+  * [Lintian] Don't ignore errors in swat.postrm
 
   [ Debconf translations ]
   * Asturian added. Closes: #511730

Modified: branches/samba/experimental/debian/swat.postrm
===================================================================
--- branches/samba/experimental/debian/swat.postrm	2009-01-20 21:25:52 UTC (rev 2344)
+++ branches/samba/experimental/debian/swat.postrm	2009-01-20 21:27:25 UTC (rev 2345)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 #
 #
 




More information about the Pkg-samba-maint mailing list