[Pkg-voip-commits] r2183 - ser/trunk/debian

Mark Purcell msp at costa.debian.org
Sat Aug 5 13:04:21 UTC 2006


Author: msp
Date: 2006-08-05 13:04:20 +0000 (Sat, 05 Aug 2006)
New Revision: 2183

Modified:
   ser/trunk/debian/changelog
   ser/trunk/debian/postrm
Log:
* Lintian cleanup: possible-bashism-in-maintainer-script

Modified: ser/trunk/debian/changelog
===================================================================
--- ser/trunk/debian/changelog	2006-08-05 13:02:53 UTC (rev 2182)
+++ ser/trunk/debian/changelog	2006-08-05 13:04:20 UTC (rev 2183)
@@ -13,8 +13,9 @@
   * Cleanup debian/ examples
   * Fix: postinst-should-not-set-usr-doc-link
   * Linitan cleanup: duplicate-updaterc.d-calls-in-postinst
+  * Lintian cleanup: possible-bashism-in-maintainer-script
 
- -- Mark Purcell <msp at debian.org>  Sun, 25 Jun 2006 15:35:57 +0100
+ -- Mark Purcell <msp at debian.org>  Sat,  5 Aug 2006 14:04:03 +0100
 
 ser (0.9.6-0.1) unstable; urgency=low
 

Modified: ser/trunk/debian/postrm
===================================================================
--- ser/trunk/debian/postrm	2006-08-05 13:02:53 UTC (rev 2182)
+++ ser/trunk/debian/postrm	2006-08-05 13:04:20 UTC (rev 2183)
@@ -24,7 +24,7 @@
         ;;
 
     *)
-        echo "postrm called with unknown argument \`$1'" >&2
+        echo "postrm called with unknown argument \`$1'" 
         exit 1
 
 esac




More information about the Pkg-voip-commits mailing list