r21382 - in /desktop/unstable/gconf/debian: changelog gconf2.postinst

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Sep 21 13:34:21 UTC 2009


Author: lool
Date: Mon Sep 21 13:34:20 2009
New Revision: 21382

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21382
Log:
gconf2.postinst: don't test for install as this isn't used for postinsts;
use lt instead of lt-nl as a replacement; thanks Martin Pitt.

Modified:
    desktop/unstable/gconf/debian/changelog
    desktop/unstable/gconf/debian/gconf2.postinst

Modified: desktop/unstable/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/changelog?rev=21382&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gconf/debian/changelog [utf-8] Mon Sep 21 13:34:20 2009
@@ -1,3 +1,10 @@
+gconf (2.26.2-4) UNRELEASED; urgency=low
+
+  * gconf2.postinst: don't test for install as this isn't used for postinsts;
+    use lt instead of lt-nl as a replacement; thanks Martin Pitt.
+
+ -- Loïc Minier <lool at dooz.org>  Mon, 21 Sep 2009 15:33:02 +0200
+
 gconf (2.26.2-3) unstable; urgency=low
 
   * update-gconf-defaults:

Modified: desktop/unstable/gconf/debian/gconf2.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/gconf2.postinst?rev=21382&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/gconf2.postinst [utf-8] (original)
+++ desktop/unstable/gconf/debian/gconf2.postinst [utf-8] Mon Sep 21 13:34:20 2009
@@ -9,10 +9,7 @@
                 /usr/share/man/man1/gconftool-2.1.gz
 }
 
-if [ "$1" = install ]; then
-    install_alternative
-fi
-if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 2.19.1-2; then
+if [ "$1" = configure ] && dpkg --compare-versions "$2" lt 2.26.2-4; then
     install_alternative
 fi
 




More information about the pkg-gnome-commits mailing list