Your message dated Sun, 27 Apr 2008 13:32:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#420504: fixed in gcin 1.3.4-3
has caused the Debian Bug report #420504,
regarding Hardcodes Gtk+ module ABI version
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
420504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420504
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gcin
Version: 1.3.4-2
Severity: important
Tags: patch
Usertags: gtk-2.10-transition

        Hi,

 Ming Hua (maintaining scim) asked me how to not hardcode the Gtk+ ABI
 and mentionned the gcin package as another package hardcoding the
 dependnecy: indeed, debian/rules hardcodes 2.10.0.

 I'm attaching you a patch to compute this version instead of hardcoding
 it.

 (This is severity important because it wont break now, but only with
 the next ABI version.)

   Thanks,

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Loïc Minier
--- gcin-1.3.4/debian/changelog
+++ gcin-1.3.4/debian/changelog
@@ -1,3 +1,11 @@
+gcin (1.3.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Do not hardcode the Gtk+ module ABI version; use pkg-config to retrieve
+    the gtk_binary_version instead; build-dep on pkg-config.
+
+ -- Loic Minier <[EMAIL PROTECTED]>  Sun, 22 Apr 2007 20:19:19 +0200
+
 gcin (1.3.4-2) unstable; urgency=low
 
   The "Nobuta power! Cyuunyuu!" Release.
--- gcin-1.3.4/debian/rules
+++ gcin-1.3.4/debian/rules
@@ -18,7 +18,7 @@
 	CFLAGS += -O2
 endif
 
-	GTKVER = 2.10.0
+GTKVER := $(shell pkg-config --variable=gtk_binary_version gtk+-2.0)
 
 configure: patch
 config.status: configure
--- gcin-1.3.4/debian/control
+++ gcin-1.3.4/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Wen-Yen Chuang <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), libgtk2.0-dev (>= 2.10.1-1), libxtst-dev, libqt3-mt-dev, dpatch
+Build-Depends: debhelper (>= 5), libgtk2.0-dev (>= 2.10.1-1), libxtst-dev, libqt3-mt-dev, dpatch, pkg-config
 Standards-Version: 3.7.2
 
 Package: gcin

--- End Message ---
--- Begin Message ---
Source: gcin
Source-Version: 1.3.4-3

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

gcin-qt3-immodule_1.3.4-3_i386.deb
  to pool/main/g/gcin/gcin-qt3-immodule_1.3.4-3_i386.deb
gcin_1.3.4-3.diff.gz
  to pool/main/g/gcin/gcin_1.3.4-3.diff.gz
gcin_1.3.4-3.dsc
  to pool/main/g/gcin/gcin_1.3.4-3.dsc
gcin_1.3.4-3_i386.deb
  to pool/main/g/gcin/gcin_1.3.4-3_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.
Wen-Yen Chuang <[EMAIL PROTECTED]> (supplier of updated gcin 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.8
Date: Sun, 27 Apr 2008 15:32:36 +0800
Source: gcin
Binary: gcin gcin-qt3-immodule
Architecture: source i386
Version: 1.3.4-3
Distribution: unstable
Urgency: low
Maintainer: Wen-Yen Chuang <[EMAIL PROTECTED]>
Changed-By: Wen-Yen Chuang <[EMAIL PROTECTED]>
Description: 
 gcin       - an GTK+ based input method platform for Chinese users
 gcin-qt3-immodule - an QT input method module with gcin as backend
Closes: 406036 419366 420504 436914
Changes: 
 gcin (1.3.4-3) unstable; urgency=low
 .
   * Fix FTBFS on hppa, ia64, and sparc architectures (Closes: #406036)
   * Disable binary stripping in upstream's Makefile (Closes: #436914)
   * Auto-detect GTK+ module ABI version (Closes: #419366, #420504)
   * Update debian/copyright to machine-readable format
   * Make libgcin-im-client.so a private library
   * Bump Standards-Version to 3.7.3
   * Fix typos in package description
   * Clean up debian/rules
   * Make lintian quiet
     - set Build-Depends libgtk2.0-dev >= 2.10.1
     - move Homepage in package description to source stanza
     - replace all "GTK" with "GTK+" in package descriptions
     - replace all "##DP" with "## DP:" in debian/patches/*
     - update debian/gcin.menu
     - add 50_fix-desktop-file-categories.dpatch to match latest .desktop file
       policy
     - do not use -$(MAKE) in debian/rules so that other error messages from the
       clean rule will still be caught
Checksums-Sha1: 
 ca8f501bb0a4e9d7dcea5e538580d2a1b0c7fc47 1046 gcin_1.3.4-3.dsc
 a0b45b61e422806dcc841328e8c88bab4f4e5924 12050 gcin_1.3.4-3.diff.gz
 edfffbb4866dd3eab2556925f1f177fa5b083210 1481670 gcin_1.3.4-3_i386.deb
 4c1dad68744b2dcbd3cefea2256ba4d9ed2cabe7 42606 
gcin-qt3-immodule_1.3.4-3_i386.deb
Checksums-Sha256: 
 d95cf91f60f7da015627d1a902e0a079a15b9565331d7b4e2f0eb278a19387ae 1046 
gcin_1.3.4-3.dsc
 43bde10b089dfd38cb5b3c53f4eb1805257488ecc3d5c0a3cb197177a3dcbb8d 12050 
gcin_1.3.4-3.diff.gz
 a871e88882c78d14eea46fdc3edb300f0fc64d36aa7603f17b3d8b8f7b4537a5 1481670 
gcin_1.3.4-3_i386.deb
 fa9e71edd87b4df80e1f7f799d6426c5407f6e212ac77e46b7834b2d4ecba773 42606 
gcin-qt3-immodule_1.3.4-3_i386.deb
Files: 
 767ddcaad039c13990edd93335b22164 1046 utils optional gcin_1.3.4-3.dsc
 56f5f65e6aae0ff2a41bf4b8f483d898 12050 utils optional gcin_1.3.4-3.diff.gz
 c912b3c00392b8818163cdd2ba8155fe 1481670 utils optional gcin_1.3.4-3_i386.deb
 9c9ccc646b25b845e49d8e0411bdc3da 42606 utils optional 
gcin-qt3-immodule_1.3.4-3_i386.deb

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

iD8DBQFIFIKysKTFpDfZQSwRAlhuAJ99rYw15JX4DXMkZuWyA5nlpsXk+ACbB18C
4NbkAv5R8GcsYK1CzHCnrys=
=aOfF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to