Hello,

in the attachement you will find the diff for the NMU which I will
upload in a few minutes. The diff is also archived at
http://people.debian.org/~mario/nmu-diffs/im-sdk_12.3.91-5.1.nmu.diff

Thanks and regards,

-- 
  .''`.     Mario Iseli <[EMAIL PROTECTED]>
 : :'  :    Debian GNU/Linux developer
 `. `'`
   `-  Debian - when you have better things to do than fixing a system
diff -Naur old/im-sdk-12.3.91/debian/changelog new/im-sdk-12.3.91/debian/changelog
--- old/im-sdk-12.3.91/debian/changelog	2007-08-08 11:00:21.000000000 +0200
+++ new/im-sdk-12.3.91/debian/changelog	2007-08-08 09:11:50.000000000 +0200
@@ -1,3 +1,11 @@
+im-sdk (12.3.91-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Only execute update-gtk-immodules in iiimf-client-gtk.postrm if it's
+    available (Closes: #431579).
+
+ -- Mario Iseli <[EMAIL PROTECTED]>  Wed,  9 Aug 2007 09:13:17 +0200
+
 im-sdk (12.3.91-5) unstable; urgency=low
 
   * Set LD_LIBRARY_PATH when calling dh_gtkmodules (Closes: #427641)
diff -Naur old/im-sdk-12.3.91/debian/iiimf-client-gtk.postrm new/im-sdk-12.3.91/debian/iiimf-client-gtk.postrm
--- old/im-sdk-12.3.91/debian/iiimf-client-gtk.postrm	2007-08-08 11:00:21.000000000 +0200
+++ new/im-sdk-12.3.91/debian/iiimf-client-gtk.postrm	2007-08-08 09:10:31.000000000 +0200
@@ -8,6 +8,8 @@
 
 #DEBHELPER#
 
-/usr/sbin/update-gtk-immodules
+if [ -x /usr/sbin/update-gtk-immodules ]; then
+	/usr/sbin/update-gtk-immodules
+fi
 
 # vim:fileencoding=utf-8

Reply via email to