r17782 - in /packages/unstable/gnome-user-share/debian: changelog preinst

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 28 19:44:44 UTC 2008


Author: lool
Date: Fri Nov 28 19:44:44 2008
New Revision: 17782

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17782
Log:
Don't rm_conffile /etc/xdg/autostart/gnome-user-share-session.desktop
during first installation.

Modified:
    packages/unstable/gnome-user-share/debian/changelog
    packages/unstable/gnome-user-share/debian/preinst

Modified: packages/unstable/gnome-user-share/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-user-share/debian/changelog?rev=17782&op=diff
==============================================================================
--- packages/unstable/gnome-user-share/debian/changelog (original)
+++ packages/unstable/gnome-user-share/debian/changelog Fri Nov 28 19:44:44 2008
@@ -1,3 +1,10 @@
+gnome-user-share (0.31-4) UNRELEASED; urgency=low
+
+  * Don't rm_conffile /etc/xdg/autostart/gnome-user-share-session.desktop
+    during first installation.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 28 Nov 2008 20:44:12 +0100
+
 gnome-user-share (0.31-3) unstable; urgency=medium
 
   * debian/preinst:

Modified: packages/unstable/gnome-user-share/debian/preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-user-share/debian/preinst?rev=17782&op=diff
==============================================================================
--- packages/unstable/gnome-user-share/debian/preinst (original)
+++ packages/unstable/gnome-user-share/debian/preinst Fri Nov 28 19:44:44 2008
@@ -22,7 +22,7 @@
 
 case "$1" in
   install|upgrade)
-    if dpkg --compare-versions "$2" le "0.31-3"; then
+    if dpkg --compare-versions "$2" le-nl "0.31-3"; then
       rm_conffile "/etc/xdg/autostart/gnome-user-share-session.desktop"
     fi
 esac




More information about the pkg-gnome-commits mailing list