Your message dated Tue, 17 Apr 2007 16:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#419314: fixed in scim 1.4.4-8
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: scim-gtk2-immodule
Version: 1.4.4-7
Severity: serious
Usertags: gtk-2.10-transition

        Hi,

 I've uploaded Gtk 2.10 to unstable and it changes ABI, which means that
 your package will not work with Gtk 2.10 as is.  The Gtk 2.10 package
 added conflicts with the above version of your package to prevent any
 problem, but you need to update your package to call the new
 dh_gtkmodules tool: this tool will add a virtual dependency on the gtk
 ABI via ${misc:Depends} to make the next transition easier -- only an
 automatic rebuild will be needed for the next transition.


 Updating your package should be relatively easy:

 1) Bump up the libgtk2.0-dev build-dep to >= 2.10.1-1.

 2) Call dh_gtkmodules on the package(s) shipping the module(s).
      If you build a library in the same source, you might need to set
      an appropriate LD_LIBRARY_PATH for dh_gtkmodules to work.

 3) Make sure you have ${misc:Depends} in the dependencies of the
    package(s) shipping the module(s); this should add a
    gtk2.0-binver-2.10.0 dependency.

 4) If your package ships "gdk-pixbuf loaders" modules or "input
    methods" modules:
    a) Make sure you ship the new /usr/lib/gtk-2.0/*/loader-files.d/*
       and/or /usr/lib/gtk-2.0/*/immodule-files.d/* lists.
    b) Remove any call to update-gdkpixbuf-loaders or
       update-gtk-immodules or anything touching files in /etc/gtk-2.0
       in your postinst/postrm/etc. scripts.

 Please ask me if anything above isn't clear!


 A concrete example of all the above changes (worst case) is libwmf;
 this is how the necessary changes look like:
    <http://lists.debian.org/debian-gtk-gnome/2006/10/msg00045.html>

   Bye,
-- 
Loïc Minier


--- End Message ---
--- Begin Message ---
Source: scim
Source-Version: 1.4.4-8

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

libscim-dev_1.4.4-8_amd64.deb
  to pool/main/s/scim/libscim-dev_1.4.4-8_amd64.deb
libscim8c2a_1.4.4-8_amd64.deb
  to pool/main/s/scim/libscim8c2a_1.4.4-8_amd64.deb
scim-dev-doc_1.4.4-8_all.deb
  to pool/main/s/scim/scim-dev-doc_1.4.4-8_all.deb
scim-dev_1.4.4-8_all.deb
  to pool/main/s/scim/scim-dev_1.4.4-8_all.deb
scim-gtk2-immodule_1.4.4-8_amd64.deb
  to pool/main/s/scim/scim-gtk2-immodule_1.4.4-8_amd64.deb
scim-modules-socket_1.4.4-8_amd64.deb
  to pool/main/s/scim/scim-modules-socket_1.4.4-8_amd64.deb
scim_1.4.4-8.diff.gz
  to pool/main/s/scim/scim_1.4.4-8.diff.gz
scim_1.4.4-8.dsc
  to pool/main/s/scim/scim_1.4.4-8.dsc
scim_1.4.4-8_amd64.deb
  to pool/main/s/scim/scim_1.4.4-8_amd64.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.
Ming Hua <[EMAIL PROTECTED]> (supplier of updated scim 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, 17 Apr 2007 02:26:48 -0500
Source: scim
Binary: scim-dev libscim-dev libscim8c2a scim-modules-socket scim-dev-doc 
scim-gtk2-immodule scim
Architecture: source all amd64
Version: 1.4.4-8
Distribution: unstable
Urgency: low
Maintainer: Ming Hua <[EMAIL PROTECTED]>
Changed-By: Ming Hua <[EMAIL PROTECTED]>
Description: 
 libscim-dev - development library for SCIM platform
 libscim8c2a - library for SCIM platform
 scim       - smart common input method platform
 scim-dev   - development files for SCIM platform
 scim-dev-doc - development documentation for SCIM platform
 scim-gtk2-immodule - GTK+2 input method module with SCIM as backend
 scim-modules-socket - socket modules for SCIM platform
Closes: 419314
Changes: 
 scim (1.4.4-8) unstable; urgency=low
 .
   The "etch is released, welcome lenny" release.
 .
   * Rewrite debian/rules.
     - Use the platform detection code recommended by autotools-dev.
     - Drop unused "-W -g" compiler flags.
     - Do not use binary-common target anymore and separate binary-arch and
       binary-indep target completely.
     - Add more safeguarding code to detect building errors.
     - Finally remove all the cruft introduced by dh_make.
   * Adapt to GTK+ 2.10 ABI change.  (Closes: 419314)
     - Install GTK IM module into /usr/lib/gtk-2.0/2.10.0/immodules.
     - Bump libgtk2.0-dev build dependency to >= 2.10.1-1.
     - Use dh_gtkmodules in debian/rules instead of calling
       update-gtk-immodules in maintainer scripts.  The postinst and postrm
       scripts for scim-gtk2-immodule are empty now and therefore removed.
     - Add ${misc:Depends} to scim-gtk2-immodule's dependency list, and remove
       libgtk2.0-bin.
   * Update debian/watch file to format version 3 and use qa.debian.org
     redirector for sourceforge.net.
   * Drop libxt-dev in build dependency as it's not necessary anymore after
     relibtoolization.
Files: 
 09777ce4d6cce0a1c5cfb2be77e8c45f 771 utils optional scim_1.4.4-8.dsc
 d32926cc4f2020f829ea83e05be6197c 211834 utils optional scim_1.4.4-8.diff.gz
 6fa8d1fefd74f3598138f86133c76211 838634 utils optional scim_1.4.4-8_amd64.deb
 2c5beda427c28fbc506139e4ee7652d3 379520 libs optional 
libscim8c2a_1.4.4-8_amd64.deb
 c4842375fd13e37e685a815a872dfae2 575204 libdevel optional 
libscim-dev_1.4.4-8_amd64.deb
 9413a706b4952aedd510cf3a64c7de6f 96484 utils optional 
scim-gtk2-immodule_1.4.4-8_amd64.deb
 c3bbb1bd1f2218ecf953409445223b32 114114 utils optional 
scim-modules-socket_1.4.4-8_amd64.deb
 807ada2c763d93de3c8d8849ea2b868d 44740 devel optional scim-dev_1.4.4-8_all.deb
 0b221cc0723b4be667ec8f4a28b1408c 996120 doc optional 
scim-dev-doc_1.4.4-8_all.deb

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

iD8DBQFGJPid6A/EwagGHzIRAhg6AJ0aGEB3FClhhoVqBeVtCZly0IPv2wCeOHNM
MNMVlcI0WQG4O46TvZTnEEM=
=DlSd
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to