r17779 - in /packages/unstable/gdesklets/debian: changelog postinst
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Fri Nov 28 19:37:41 UTC 2008
Author: lool
Date: Fri Nov 28 19:37:41 2008
New Revision: 17779
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17779
Log:
Don't unregister the schema during first configuration.
Modified:
packages/unstable/gdesklets/debian/changelog
packages/unstable/gdesklets/debian/postinst
Modified: packages/unstable/gdesklets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gdesklets/debian/changelog?rev=17779&op=diff
==============================================================================
--- packages/unstable/gdesklets/debian/changelog (original)
+++ packages/unstable/gdesklets/debian/changelog Fri Nov 28 19:37:41 2008
@@ -1,3 +1,9 @@
+gdesklets (0.36-6) UNRELEASED; urgency=low
+
+ * Don't unregister the schema during first configuration.
+
+ -- Loic Minier <lool at dooz.org> Fri, 28 Nov 2008 20:37:31 +0100
+
gdesklets (0.36-5) unstable; urgency=low
* Redo 40_dont_update_mime.diff to use a more compact syntax by
Modified: packages/unstable/gdesklets/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gdesklets/debian/postinst?rev=17779&op=diff
==============================================================================
--- packages/unstable/gdesklets/debian/postinst (original)
+++ packages/unstable/gdesklets/debian/postinst Fri Nov 28 19:37:41 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