r36556 - in /desktop/unstable/glib2.0/debian: changelog libglib2.0-0.postrm.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jan 9 15:13:28 UTC 2013


Author: biebl
Date: Wed Jan  9 15:13:27 2013
New Revision: 36556

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36556
Log:
Fix the closing fi in the if statement in postrm.

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/libglib2.0-0.postrm.in

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=36556&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog [utf-8] Wed Jan  9 15:13:27 2013
@@ -1,3 +1,9 @@
+glib2.0 (2.33.12+really2.32.4-5) UNRELEASED; urgency=low
+
+  * Fix the closing fi in the if statement in postrm.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 09 Jan 2013 00:38:34 +0100
+
 glib2.0 (2.33.12+really2.32.4-4) unstable; urgency=low
 
   * Take into account multiarch when removing the cache files in postrm:

Modified: desktop/unstable/glib2.0/debian/libglib2.0-0.postrm.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/libglib2.0-0.postrm.in?rev=36556&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/libglib2.0-0.postrm.in [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/libglib2.0-0.postrm.in [utf-8] Wed Jan  9 15:13:27 2013
@@ -27,5 +27,5 @@
     # regenerate the cache file if required.
     if [ -d /usr/share/glib-2.0/schemas ]; then
         dpkg-trigger /usr/share/glib-2.0/schemas
-    if
+    fi
 fi




More information about the pkg-gnome-commits mailing list