r17774 - in /desktop/unstable/pango1.0/debian: changelog libpango1.0-common.postinst

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


Author: lool
Date: Fri Nov 28 19:28:29 2008
New Revision: 17774

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17774
Log:
Don't purge /etc/pango/pango.modules during first configuration.

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/libpango1.0-common.postinst

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=17774&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Fri Nov 28 19:28:29 2008
@@ -1,3 +1,9 @@
+pango1.0 (1.20.5-4) UNRELEASED; urgency=low
+
+  * Don't purge /etc/pango/pango.modules during first configuration.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 28 Nov 2008 20:28:16 +0100
+
 pango1.0 (1.20.5-3) unstable; urgency=low
 
   * Build-depend on libcairo2-dev 1.6.4-6.1 for the udeb changes. 

Modified: desktop/unstable/pango1.0/debian/libpango1.0-common.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/libpango1.0-common.postinst?rev=17774&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/libpango1.0-common.postinst (original)
+++ desktop/unstable/pango1.0/debian/libpango1.0-common.postinst Fri Nov 28 19:28:29 2008
@@ -3,7 +3,7 @@
 set -e
 
 # until version 1.14.5-1, we generated a /etc/pango/pango.modules
-if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "1.14.5-1"; then
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "1.14.5-1"; then
     echo "I: Purging /etc/pango/pango.modules" >&2
     rm -f /etc/pango/pango.modules
 fi




More information about the pkg-gnome-commits mailing list