[Pkg-voip-commits] r4942 - in /destar/trunk/debian: changelog prerm

alerios-guest at alioth.debian.org alerios-guest at alioth.debian.org
Fri Nov 30 22:21:44 UTC 2007


Author: alerios-guest
Date: Fri Nov 30 22:21:43 2007
New Revision: 4942

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4942
Log:
* Attempt to fix: #452550. Properly call update-alternatives remove on debian/prerm (please test)


Modified:
    destar/trunk/debian/changelog
    destar/trunk/debian/prerm

Modified: destar/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/destar/trunk/debian/changelog?rev=4942&op=diff
==============================================================================
--- destar/trunk/debian/changelog (original)
+++ destar/trunk/debian/changelog Fri Nov 30 22:21:43 2007
@@ -6,6 +6,9 @@
   [ Mark Purcell ]
   * Added nl.po
     - [INTL:nl] Dutch po-debconf translation (Closes: #449398)
+
+  [Alejandro Rios]
+  * Properly call update-alternatives remove on debian/prerm (Closes: #452550)
 
  -- Kilian Krause <kilian at debian.org>  Sat, 22 Sep 2007 17:13:16 +0200
 

Modified: destar/trunk/debian/prerm
URL: http://svn.debian.org/wsvn/pkg-voip/destar/trunk/debian/prerm?rev=4942&op=diff
==============================================================================
--- destar/trunk/debian/prerm (original)
+++ destar/trunk/debian/prerm Fri Nov 30 22:21:43 2007
@@ -22,7 +22,7 @@
 	
 	# remove this alternative configuration
 	if update-alternatives --list op-panel | grep destar ; then
-		update-alternatives --remove op-panel
+		update-alternatives --remove op-panel /etc/op-panel/destar/op_server.cfg
 	fi
 	
         ;;




More information about the Pkg-voip-commits mailing list