Your message dated Sat, 30 Sep 2006 01:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388251: fixed in pango-libthai 0.1.6-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libthai
Version: 0.1.6-1
Severity: wishlist
Tags: patch experimental

        Hi,

 The pango1.0 package in experimental introduces a new method for the
 distribution of Pango module files.  Instead of calling
 update-pango-modules manually in postinst and postrm/remove, you call
 dh_pangomodules at build time and it generates the appropriate file and
 dependency, and no postinst/postrm snippets are required anymore.

 I wish you would upload libthai to experimental to test the new
 framework.  I've prepared a NMU of pango-libthai as well, and I'm
 attaching you the interdiff.  Please let me know if you do want or do
 not want me to upload the NMU (targetted at experimental).

 Feedback and testing of the changes would be much appreciated.  In
 order to test the changes with the new package, you can simply move
 /etc/pango/pango.modules to for example
 /etc/pango/pango.modules.DISABLED and see whether your module is still
 picked up by Pango-based applications via its new
 /usr/lib/pango/1.5.0/module-files.d file.
   You should also see a new Depends to reflect the dependency on the
 Pango ABI.

   Bye,
PS: I uploaded pango1.0 1.14.0-1 this morning, so it will only make it
to your mirror tomorrow.
-- 
Loïc Minier <[EMAIL PROTECTED]>
--- pango-libthai-0.1.6/debian/changelog
+++ pango-libthai-0.1.6/debian/changelog
@@ -1,3 +1,14 @@
+pango-libthai (0.1.6-1.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Convert the package to the new Pango modules handling.
+    - Bump up the libpango1.0-dev build-dep to >= 1.14.0-1
+    - Call dh_pangomodules.
+    - Remove update-pango-modules from postrm and postinst, and hence remove
+      postinst and postrm completely.
+
+ -- Loic Minier <[EMAIL PROTECTED]>  Mon, 18 Sep 2006 21:11:47 +0200
+
 pango-libthai (0.1.6-1) unstable; urgency=medium
 
   * Urgency medium due to RC bug fix.
--- pango-libthai-0.1.6/debian/postinst
+++ pango-libthai-0.1.6.orig/debian/postinst
@@ -1,42 +0,0 @@
-#! /bin/sh
-# postinst script for pango-libthai
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-
-case "$1" in
-    configure)
-         update-pango-modules
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-         update-pango-modules
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
--- pango-libthai-0.1.6/debian/postrm
+++ pango-libthai-0.1.6.orig/debian/postrm
@@ -1,37 +0,0 @@
-#! /bin/sh
-# postrm script for pango-libthai
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-       
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-         update-pango-modules
-        ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
--- pango-libthai-0.1.6/debian/rules
+++ pango-libthai-0.1.6/debian/rules
@@ -78,6 +78,7 @@
        dh_installchangelogs ChangeLog
        dh_installdocs
        dh_install --sourcedir=debian/tmp
+       dh_pangomodules
        dh_link
        dh_strip
        dh_compress
--- pango-libthai-0.1.6/debian/control
+++ pango-libthai-0.1.6/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Theppitak Karoonboonyanan <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libthai-dev, 
libpango1.0-dev (>= 1.4.1-1)
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libthai-dev, 
libpango1.0-dev (>= 1.14.0-1)
 Standards-Version: 3.7.2
 
 Package: pango-libthai

--- End Message ---
--- Begin Message ---
Source: pango-libthai
Source-Version: 0.1.6-2

We believe that the bug you reported is fixed in the latest version of
pango-libthai, which is due to be installed in the Debian FTP archive:

pango-libthai_0.1.6-2.diff.gz
  to pool/main/p/pango-libthai/pango-libthai_0.1.6-2.diff.gz
pango-libthai_0.1.6-2.dsc
  to pool/main/p/pango-libthai/pango-libthai_0.1.6-2.dsc
pango-libthai_0.1.6-2_i386.deb
  to pool/main/p/pango-libthai/pango-libthai_0.1.6-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Theppitak Karoonboonyanan <[EMAIL PROTECTED]> (supplier of updated 
pango-libthai package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 26 Sep 2006 21:38:34 +0700
Source: pango-libthai
Binary: pango-libthai
Architecture: source i386
Version: 0.1.6-2
Distribution: unstable
Urgency: low
Maintainer: Theppitak Karoonboonyanan <[EMAIL PROTECTED]>
Changed-By: Theppitak Karoonboonyanan <[EMAIL PROTECTED]>
Description: 
 pango-libthai - LibThai Pango plugin with word break support
Closes: 388251
Changes: 
 pango-libthai (0.1.6-2) unstable; urgency=low
 .
   * Use new Pango modules handling. Thanks to Loic Minier for the patch.
     (Closes: #388251)
     - Bump up the libpango1.0-dev build-dep to >= 1.14.0-1.
     - Call dh_pangomodules.
     - Remove update-pango-modules from postrm and postinst, and hence remove
       postinst and postrm completely, as well as dependency on
       libpango1.0-common.
   * Adjust long description in sync with libthai package.
Files: 
 c6d4c5a0120f8cad26834815d8167a22 658 libs optional pango-libthai_0.1.6-2.dsc
 7e739e3ff5a5e4d518ca4bd4429d5faf 5465 libs optional 
pango-libthai_0.1.6-2.diff.gz
 37795040f8e7ab3d2f396a83f298e328 9312 libs optional 
pango-libthai_0.1.6-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFHia34VUX8isJIMARAujzAKCNvVlnSwfCMGlesYcCeS1XGM4LZACghUVu
nkYbFolr0dNgpvbOfPQRx/0=
=wMLv
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to