r17777 - in /packages/experimental/gdesklets/debian: changelog postinst

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


Author: lool
Date: Fri Nov 28 19:35:42 2008
New Revision: 17777

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17777
Log:
Don't unregister the schema during first configuration.

Modified:
    packages/experimental/gdesklets/debian/changelog
    packages/experimental/gdesklets/debian/postinst

Modified: packages/experimental/gdesklets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gdesklets/debian/changelog?rev=17777&op=diff
==============================================================================
--- packages/experimental/gdesklets/debian/changelog (original)
+++ packages/experimental/gdesklets/debian/changelog Fri Nov 28 19:35:42 2008
@@ -1,5 +1,6 @@
 gdesklets (0.36.1-1) UNRELEASED; urgency=low
 
+  [ Deng Xiyue ]
   * New upstream release.  (Closes: #506194)
     - debian/patches/10_manpage_fix.diff:
       debian/patches/40_dont_update_mime.diff:
@@ -9,6 +10,9 @@
   * Adjust debian/watch and GNOME_DOWLOAD_URL to new location.
   * Upload to experimental due to Lenny freeze.  Add check-dist.mk.
   * Update Standard-Version to 3.8.0.
+
+  [ Loic Minier ]
+  * Don't unregister the schema during first configuration.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sun, 09 Nov 2008 00:24:50 +0800
 

Modified: packages/experimental/gdesklets/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gdesklets/debian/postinst?rev=17777&op=diff
==============================================================================
--- packages/experimental/gdesklets/debian/postinst (original)
+++ packages/experimental/gdesklets/debian/postinst Fri Nov 28 19:35:42 2008
@@ -2,7 +2,7 @@
 
 set -e
 
-if [ "$1" = configure ] && dpkg --compare-versions "$2" le "0.35.3-2"; then
+if [ "$1" = configure ] && dpkg --compare-versions "$2" le-nl "0.35.3-2"; then
     TMP_HOME=`mktemp -d /tmp/gconf.XXXXXX`
     cat << EOSCHEMA >> $TMP_HOME/schema
 <gconfschemafile>




More information about the pkg-gnome-commits mailing list