[Pkg-voip-commits] r6256 - in /op-panel/trunk/debian: changelog control postrm

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Wed Oct 8 22:06:53 UTC 2008


Author: the-me-guest
Date: Wed Oct  8 22:06:53 2008
New Revision: 6256

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6256
Log:
 * Do not ignore errors in postrm script.
   Thanks lintian.

Modified:
    op-panel/trunk/debian/changelog
    op-panel/trunk/debian/control
    op-panel/trunk/debian/postrm

Modified: op-panel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/changelog?rev=6256&op=diff
==============================================================================
--- op-panel/trunk/debian/changelog (original)
+++ op-panel/trunk/debian/changelog Wed Oct  8 22:06:53 2008
@@ -9,8 +9,12 @@
   * Fix bashism in postinst script (Victor Seva) (Closes: #453727).
   * Documented patches we use.
   * Use binary-indep rules rather than binary-arch.
-  * Bump standards version to 3.7.3 (no change needed).
-  * wget -N conflicts with -O (Closes: #482175). 
+  * Bump standards version to 3.8.0 (no change needed).
+  * wget -N conflicts with -O (Closes: #482175).
+
+  [ Patrick Matthäi ]
+  * Do not ignore errors in postrm script.
+    Thanks lintian.
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Wed, 21 May 2008 15:17:04 +0300
 

Modified: op-panel/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/control?rev=6256&op=diff
==============================================================================
--- op-panel/trunk/debian/control (original)
+++ op-panel/trunk/debian/control Wed Oct  8 22:06:53 2008
@@ -5,7 +5,7 @@
 Uploaders: Alejandro Rios P. <alejandro.rios at avatar.com.co>, Kilian Krause <kilian at debian.org>, Santiago Ruano Rincón <santiago at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper (>= 5.0.0), dpatch
 Build-Depends-Indep: perl (>= 5), libswf-perl (>= 0.3.0-8), ming-fonts-dejavu (>= 0.3.0-8)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.asternic.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/op-panel/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/op-panel/?op=log
@@ -20,7 +20,7 @@
  the Asterisk PBX. It runs on a web browser with the flash plugin.
  .
  It is able to display information about your PBX activity in real time.
- The layout is configurable (button sizes and colors, icons, etc). You can 
+ The layout is configurable (button sizes and colors, icons, etc). You can
  have more than 100 buttons active per screen.
  .
  It also supports contexts: you can have one server running and many

Modified: op-panel/trunk/debian/postrm
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/postrm?rev=6256&op=diff
==============================================================================
--- op-panel/trunk/debian/postrm (original)
+++ op-panel/trunk/debian/postrm Wed Oct  8 22:06:53 2008
@@ -12,6 +12,7 @@
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
+set -e
 
 case "$1" in
 	purge)
@@ -19,12 +20,12 @@
 		rm -fr /var/lib/op-panel/
 		rm -fr /var/log/op-panel/
 		rm -fr /var/run/op-panel.pid
-	
+
 	;;
-	
+
         remove|abort-install|disappear|upgrade)
 	;;
-	
+
         abort-upgrade|failed-upgrade)
         ;;
     *)




More information about the Pkg-voip-commits mailing list