Your message dated Fri, 16 Dec 2005 17:32:25 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335957: fixed in scim-m17n 0.1.3-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Oct 2005 23:01:41 +0000
>From [EMAIL PROTECTED] Wed Oct 26 16:01:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from handler5.mail.rice.edu [128.42.58.205] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EUuH6-00056F-00; Wed, 26 Oct 2005 16:01:40 -0700
Received: from localhost (localhost [127.0.0.1])
        by handler5.mail.rice.edu (Postfix) with SMTP id 4094A1DB07;
        Wed, 26 Oct 2005 18:01:40 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
        by handler5.mail.rice.edu (Postfix) with ESMTP id 24ACF1DB02;
        Wed, 26 Oct 2005 18:01:40 -0500 (CDT)
Received: from handler5.mail.rice.edu ([127.0.0.1])
 by localhost (handler5.mail.rice.edu [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 04822-10; Wed, 26 Oct 2005 18:01:37 -0500 (CDT)
Received: from danube.mems.rice.edu (danube.mems.rice.edu [128.42.57.44])
        (using TLSv1 with cipher AES256-SHA (256/256 bits))
        (No client certificate requested)
        by handler5.mail.rice.edu (Postfix) with ESMTP id C35C41DB01;
        Wed, 26 Oct 2005 18:01:37 -0500 (CDT)
Received: from minghua by danube.mems.rice.edu with local (Exim 4.54)
        id 1EUuGb-00031v-O9; Wed, 26 Oct 2005 18:01:09 -0500
Content-Type: multipart/mixed; boundary="===============0508849223=="
MIME-Version: 1.0
From: Ming Hua <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: scim-m17n: Please rebuild against SCIM 1.4 ABI
X-Mailer: reportbug 3.17
Date: Wed, 26 Oct 2005 18:01:09 -0500
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavis-20030616-p6 at mail.rice.edu
X-DCC--Metrics: handler5.mail.rice.edu 1066; Body=1 Fuz1=1 Fuz2=1
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============0508849223==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: scim-m17n
Severity: important
Tags: patch

The package scim in sid is version 1.4.1-1 now.  It finishes the C++ ABI
transition, and also had its own ABI transition.  All SCIM engines
should be rebuilt against scim 1.4 ABI, by Build-Depending on
libscim-dev (>= 1.4.1).  Attached is a patch for scim-m17n, I've tested
it by rebuilding and testing in a sid enviroment.

Changelog entries:

  * Build against SCIM 1.4 ABI:
    - debian/control: Build-depend on libscim-dev (>= 1.4.1).
    - debian/rules, debian/install,
      debian/patches/scim-plugin-module-install-dir.dpatch:
      Change scim module installation directory from /usr/lib/scim-1.0/1.0.0/
      to /usr/lib/scim-1.0/1.4.0/.

Thanks,
Ming
2005.10.26

--===============0508849223==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="scim-m17n_scim-abi-transition.diff"

diff -u scim-m17n-0.1.3/debian/control scim-m17n-0.1.3/debian/control
--- scim-m17n-0.1.3/debian/control
+++ scim-m17n-0.1.3/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Osamu Aoki <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.1), dpatch, scim-dev (>= 1.0.1), libm17n-dev, 
pkg-config, libxml2-dev
+Build-Depends: debhelper (>= 4.0.1), dpatch, libscim-dev (>= 1.4.1), 
libm17n-dev, pkg-config, libxml2-dev
 Standards-Version: 3.6.1
 
 Package: scim-m17n
diff -u scim-m17n-0.1.3/debian/install scim-m17n-0.1.3/debian/install
--- scim-m17n-0.1.3/debian/install
+++ scim-m17n-0.1.3/debian/install
@@ -1,2 +1,2 @@
-usr/lib/scim-1.0/1.0.0/IMEngine/m17n.so
+usr/lib/scim-1.0/1.4.0/IMEngine/m17n.so
 usr/share/scim/icons/*
diff -u scim-m17n-0.1.3/debian/patches/10scim-plugin-module-install-dir.dpatch 
scim-m17n-0.1.3/debian/patches/10scim-plugin-module-install-dir.dpatch
--- scim-m17n-0.1.3/debian/patches/10scim-plugin-module-install-dir.dpatch
+++ scim-m17n-0.1.3/debian/patches/10scim-plugin-module-install-dir.dpatch
@@ -18,7 +18,7 @@
  noinst_HEADERS                = scim_m17n_imengine.h 
  
 -moduledir             = @SCIM_MODULEDIR@/IMEngine
-+moduledir             = @SCIM_MODULEDIR@/1.0.0/IMEngine
++moduledir             = @SCIM_MODULEDIR@/1.4.0/IMEngine
  module_LTLIBRARIES    = m17n.la
  
  m17n_la_SOURCES               = scim_m17n_imengine.cpp
@@ -30,7 +30,7 @@
  
  noinst_HEADERS = scim_m17n_imengine.h 
 -moduledir = @SCIM_MODULEDIR@/IMEngine
-+moduledir = @SCIM_MODULEDIR@/1.0.0/IMEngine
++moduledir = @SCIM_MODULEDIR@/1.4.0/IMEngine
  module_LTLIBRARIES = m17n.la
  m17n_la_SOURCES = scim_m17n_imengine.cpp
  m17n_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@
diff -u scim-m17n-0.1.3/debian/rules scim-m17n-0.1.3/debian/rules
--- scim-m17n-0.1.3/debian/rules
+++ scim-m17n-0.1.3/debian/rules
@@ -94,7 +94,7 @@
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
        # Clean up unnecessary static libraries for modules
-       rm debian/tmp/usr/lib/scim-1.0/1.0.0/*/*.la
+       rm debian/tmp/usr/lib/scim-1.0/1.4.0/*/*.la
 
        # Prepare files for different packages to separate directories
        dh_install --sourcedir=debian/tmp --fail-missing

--===============0508849223==--

---------------------------------------
Received: (at 335957-close) by bugs.debian.org; 17 Dec 2005 01:41:35 +0000
>From [EMAIL PROTECTED] Fri Dec 16 17:41:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EnQvx-0005SQ-9C; Fri, 16 Dec 2005 17:32:25 -0800
From: Osamu Aoki <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#335957: fixed in scim-m17n 0.1.3-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 16 Dec 2005 17:32:25 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: scim-m17n
Source-Version: 0.1.3-2

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

scim-m17n_0.1.3-2.diff.gz
  to pool/main/s/scim-m17n/scim-m17n_0.1.3-2.diff.gz
scim-m17n_0.1.3-2.dsc
  to pool/main/s/scim-m17n/scim-m17n_0.1.3-2.dsc
scim-m17n_0.1.3-2_i386.deb
  to pool/main/s/scim-m17n/scim-m17n_0.1.3-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.
Osamu Aoki <[EMAIL PROTECTED]> (supplier of updated scim-m17n 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: Sat, 17 Dec 2005 10:29:31 +0900
Source: scim-m17n
Binary: scim-m17n
Architecture: source i386
Version: 0.1.3-2
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki <[EMAIL PROTECTED]>
Changed-By: Osamu Aoki <[EMAIL PROTECTED]>
Description: 
 scim-m17n  - M17N Input Method Engine for SCIM
Closes: 335957
Changes: 
 scim-m17n (0.1.3-2) unstable; urgency=low
 .
   * Rebuilt against scim 1.4 ABI per Ming Hua. Closes: #335957
   * Added Ming Hua to uploades.
Files: 
 dcdbeddf4e863ccb04dec50f158103dc 675 utils optional scim-m17n_0.1.3-2.dsc
 7fe73e871a9cf0c17f550d645f7f3c0a 17187 utils optional scim-m17n_0.1.3-2.diff.gz
 5df3b4d8a1ca7f39039bd705ad60ea8a 30586 utils optional 
scim-m17n_0.1.3-2_i386.deb

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

iD8DBQFDo2uP6A/EwagGHzIRAkZIAJ0T/vVhdKDOG/yqsNURC6VenX4XNQCfY6vK
HLs+W1opEjxufXVRQoMmr80=
=fDMB
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to