r18998 - in /desktop/unstable/gnome-power-manager/debian: changelog preinst

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Fri Mar 13 07:31:09 UTC 2009


Author: pochu-guest
Date: Fri Mar 13 07:31:09 2009
New Revision: 18998

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18998
Log:
Fix typo in preinst that caused the conffile not to be removed.
Thanks Michael Biebl. Closes: #519502.

Modified:
    desktop/unstable/gnome-power-manager/debian/changelog
    desktop/unstable/gnome-power-manager/debian/preinst

Modified: desktop/unstable/gnome-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/changelog?rev=18998&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/changelog (original)
+++ desktop/unstable/gnome-power-manager/debian/changelog Fri Mar 13 07:31:09 2009
@@ -1,3 +1,10 @@
+gnome-power-manager (2.24.4-2) UNRELEASED; urgency=low
+
+  * Fix typo in preinst that caused the conffile not to be removed.
+    Thanks Michael Biebl. Closes: #519502.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 13 Mar 2009 08:31:18 +0100
+
 gnome-power-manager (2.24.4-1) unstable; urgency=low
 
   [ Sam Morris ]

Modified: desktop/unstable/gnome-power-manager/debian/preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/preinst?rev=18998&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/preinst (original)
+++ desktop/unstable/gnome-power-manager/debian/preinst Fri Mar 13 07:31:09 2009
@@ -22,7 +22,7 @@
 case "$1" in
 install|upgrade)
     if dpkg --compare-versions "$2" lt 2.24.2-3; then
-        rm_conffile mypackage /etc/dbus-1/system.d/gnome-power-manager.conf
+        rm_conffile gnome-power-manager /etc/dbus-1/system.d/gnome-power-manager.conf
     fi
 esac
 




More information about the pkg-gnome-commits mailing list