Your message dated Tue, 12 Jun 2007 20:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374156: fixed in scim-skk 0.5.2-5
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-skk
Version: 0.5.2-3
Severity: normal
Tags: patch

This patch was used for NMU.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages scim-skk depends on:
ii  im-switch                    1.11        Input method switch framework
ii  libatk1.0-0                  1.11.4-2    The ATK accessibility toolkit
ii  libc6                        2.3.6-15    GNU C Library: Shared libraries
ii  libcairo2                    1.0.4-2     The Cairo 2D vector graphics libra
ii  libfontconfig1               2.3.2-7     generic font configuration library
ii  libgcc1                      1:4.1.1-5   GCC support library
ii  libglib2.0-0                 2.10.3-1    The GLib library of C routines
ii  libgtk2.0-0                  2.8.18-1    The GTK+ graphical user interface 
ii  libpango1.0-0                1.12.3-1    Layout and rendering of internatio
ii  libscim8c2a                  1.4.4-2     library for SCIM platform
ii  libstdc++6                   4.1.1-5     The GNU Standard C++ Library v3
ii  libx11-6                     2:1.0.0-6   X11 client-side library
ii  libxcursor1                  1.1.5.2-5   X cursor management library
ii  libxext6                     1:1.0.0-4   X11 miscellaneous extension librar
ii  libxi6                       1:1.0.0-5   X11 Input extension library
ii  libxinerama1                 1:1.0.1-4   X11 Xinerama extension library
ii  libxrandr2                   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1                  1:0.9.0.2-4 X Rendering Extension client libra
ii  scim                         1.4.4-2     smart common input method platform
ii  skkdic                       20060610-1  SKK Dictionary (SKK-JISYO.L)

scim-skk recommends no packages.

-- no debconf information

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
        Osamu Aoki <[EMAIL PROTECTED]>  Yokohama Japan, GPG-key: A8061F32
 .''`.  Debian Reference: post-installation user's guide for non-developers
 : :' : http://qref.sf.net and http://people.debian.org/~osamu
 `. `'  "Our Priorities are Our Users and Free Software" --- Social Contract

diff -Nru scim-skk-0.5.2-orig/debian/changelog scim-skk-0.5.2/debian/changelog
--- scim-skk-0.5.2-orig/debian/changelog        2006-06-17 06:21:10.000000000 
+0900
+++ scim-skk-0.5.2/debian/changelog     2006-06-17 07:19:50.000000000 +0900
@@ -1,3 +1,11 @@
+scim-skk (0.5.2-3.0.1) unstable; urgency=low
+
+  * NMU
+  * im-switch configuration files are moved to scim (and scim-bridge)
+    packages.
+
+ -- Osamu Aoki <[EMAIL PROTECTED]>  Sat, 17 Jun 2006 06:32:37 +0900
+
 scim-skk (0.5.2-3) unstable; urgency=low
 
   * debian/patches/02_scim_skk_dictionary.cpp.dpatch:
diff -Nru scim-skk-0.5.2-orig/debian/im-switch/scim-skk 
scim-skk-0.5.2/debian/im-switch/scim-skk
--- scim-skk-0.5.2-orig/debian/im-switch/scim-skk       2006-06-17 
06:21:10.000000000 +0900
+++ scim-skk-0.5.2/debian/im-switch/scim-skk    1970-01-01 09:00:00.000000000 
+0900
@@ -1,5 +0,0 @@
-XIM=SCIM
-XIM_PROGRAM=/usr/bin/scim
-XIM_ARGS="-d"
-GTK_IM_MODULE=scim
-DEPENDS="scim,skkdic,scim-gtk2-immodule"
diff -Nru scim-skk-0.5.2-orig/debian/postinst scim-skk-0.5.2/debian/postinst
--- scim-skk-0.5.2-orig/debian/postinst 2006-06-17 06:21:10.000000000 +0900
+++ scim-skk-0.5.2/debian/postinst      2006-06-17 06:41:17.000000000 +0900
@@ -1,9 +1,5 @@
 #!/bin/sh
 set -e
 
-update-alternatives \
-        --install /etc/X11/xinit/xinput.d/ja_JP xinput-ja_JP \
-        /etc/X11/xinit/xinput.d/scim-skk 50
-
 #DEBHELPER#
 
diff -Nru scim-skk-0.5.2-orig/debian/prerm scim-skk-0.5.2/debian/prerm
--- scim-skk-0.5.2-orig/debian/prerm    2006-06-17 06:21:10.000000000 +0900
+++ scim-skk-0.5.2/debian/prerm 2006-06-17 06:41:23.000000000 +0900
@@ -1,7 +1,5 @@
 #!/bin/sh
 set -e
 
-update-alternatives --remove xinput-ja_JP /etc/X11/xinit/xinput.d/scim-skk
-
 #DEBHELPER#
 
diff -Nru scim-skk-0.5.2-orig/debian/rules scim-skk-0.5.2/debian/rules
--- scim-skk-0.5.2-orig/debian/rules    2006-06-17 06:21:10.000000000 +0900
+++ scim-skk-0.5.2/debian/rules 2006-06-17 06:41:11.000000000 +0900
@@ -75,8 +75,6 @@
           $(CURDIR)/debian/scim-skk/usr/lib/scim-1.0/`pkg-config 
--variable=scim_binary_version scim`/IMEngine/libskk.a
        mv $(CURDIR)/debian/scim-skk/usr/lib/scim-1.0/`pkg-config 
--variable=scim_binary_version scim`/SetupUI/skk-imengine-setup.a \
           $(CURDIR)/debian/scim-skk/usr/lib/scim-1.0/`pkg-config 
--variable=scim_binary_version scim`/SetupUI/libskk-imengine-setup.a
-       install -d $(CURDIR)/debian/scim-skk/etc/X11/xinit/xinput.d/
-       install -m 644 $(CURDIR)/debian/im-switch/scim-skk 
$(CURDIR)/debian/scim-skk/etc/X11/xinit/xinput.d/
 
 # Build architecture-independent files here.
 binary-indep: build install

--- End Message ---
--- Begin Message ---
Source: scim-skk
Source-Version: 0.5.2-5

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

scim-skk_0.5.2-5.diff.gz
  to pool/main/s/scim-skk/scim-skk_0.5.2-5.diff.gz
scim-skk_0.5.2-5.dsc
  to pool/main/s/scim-skk/scim-skk_0.5.2-5.dsc
scim-skk_0.5.2-5_i386.deb
  to pool/main/s/scim-skk/scim-skk_0.5.2-5_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.
Ikuya Awashiro <[EMAIL PROTECTED]> (supplier of updated scim-skk 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, 12 May 2007 23:05:28 +0900
Source: scim-skk
Binary: scim-skk
Architecture: source i386
Version: 0.5.2-5
Distribution: unstable
Urgency: low
Maintainer: Akira TAGOH <[EMAIL PROTECTED]>
Changed-By: Ikuya Awashiro <[EMAIL PROTECTED]>
Description: 
 scim-skk   - SCIM IMEngine module like SKK input method
Closes: 323400 374156 422956
Changes: 
 scim-skk (0.5.2-5) unstable; urgency=low
 .
   * removed debian/patches/10_scim-plugin-module-install-dir.
     closes: #422956
 .
 scim-skk (0.5.2-4) unstable; urgency=low
 .
   * debian/patches/02_scim_skk_dictionary.cpp.dpatch:
     updated another fix by Ryo Dairiki.
   * remove im-switch support (Closes: #374156)
   * Standards-Version bumped to 3.7.2 (no changes requied)
 .
 scim-skk (0.5.2-3) unstable; urgency=low
 .
   * debian/patches/02_scim_skk_dictionary.cpp.dpatch:
     added. see detail:
     
http://lists.sourceforge.jp/mailman/archives/scim-imengine-dev/2006-January/000876.html
 .
 scim-skk (0.5.2-2) unstable; urgency=low
 .
   * debian/patches/01_error_check_to_cdb_get.dpatch:
     added from CVS.
 .
 scim-skk (0.5.2-1) unstable; urgency=low
 .
   * New upstream release
   * debian/docs: add README.ja
 .
 scim-skk (0.5.1-1) unstable; urgency=low
 .
   * New upstream release
 .
 scim-skk (0.5.0-1) unstable; urgency=low
 .
   * New upstream release
   * debian/docs: delete README.ja
   * debian/control: enable new feature (handling multi-dictionaries)
 .
 scim-skk (0.4.0-1) unstable; urgency=low
 .
   * New upstream release
 .
 scim-skk (0.3.0-8) unstable; urgency=low
 .
   * debian/im-switch/scim-skk: Quoted DEPENDS line.
 .
 scim-skk (0.3.0-7) unstable; urgency=low
 .
   * debian/control: correct wrong Description.
   * closes: bug#323400 (ITP)
   * fixed some mistakes.
 .
 scim-skk (0.3.0-6) unstable; urgency=low
 .
   * Bump Standards-Version to 3.6.2 (no changes required).
   * Add im-swich support.
 .
 scim-skk (0.3.0-5) unstable; urgency=low
 .
   * This package is for SCIM 1.3.x or later.
   * debian/control: changed Depends and Build-Depends for SCIM 1.3.x.
   * debian/rules: add pkg-config to Depends.
 .
 scim-skk (0.3.0-4) unstable; urgency=low
 .
   * depends on libscim6c2.
 .
 scim-skk (0.3.0-3) unstable; urgency=low
 .
   * rebuild on gcc 4.0
 .
 scim-skk (0.3.0-2) unstable; urgency=low
 .
   * debian/rules: enable dh_strip.
     Thanks to Yukiharu Yabuki <[EMAIL PROTECTED]>
 .
 scim-skk (0.3.0-1) unstable; urgency=low
 .
   * New upstream release
 .
 scim-skk (0.2.1-2) unstable; urgency=low
 .
   * debian/control: Build-Depends and Depends changed for  SCIM 1.2.x.
 .
 scim-skk (0.2.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/patches/00list:
     Delete 20_scim-skk-hidePreeditStringFix3.dpatch.
     This version contains this patch.
   * debian/rules: add option "--disable-rpath" to configure.
 .
 scim-skk (0.2.0-3) unstable; urgency=low
 .
   * debian/control: add autotools-dev to Build-depends.
   * debian/patches/10_scim-plugin-module-install-dir.dpatch:
     fixed SetupUI files are misplaced probrem.
   * po/stamp-po: delete.
   * debian/docs: delete NEWS.
     above all Thanks to Mike Hommey <[EMAIL PROTECTED]>
   * debian/control: add scim (<< 1.1) to Depends.
     This binary is for 1.0.x only.
 .
 scim-skk (0.2.0-2) unstable; urgency=low
 .
   * debian/02_scim-skk-hidePreeditStringFix3.dpatch
     by Teppei Tamra <http://nop.net-p.org/>
 .
 scim-skk (0.2.0-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: add libgtk2.0-dev to Build-Depends.
 .
 scim-skk (0.1.2-1) unstable; urgency=low
 .
   * New upstream release
 .
 scim-skk (0.1.1-1) unstable; urgency=low
 .
   * New upstream release
 .
 scim-skk (0.1.0-1) unstable; urgency=low
 .
   * Initial Release.
Files: 
 3196b1e3eaaf46b32e3e8e06a91a5112 633 utils optional scim-skk_0.5.2-5.dsc
 7f27da05c81760e9068238ea47b5116b 18559 utils optional scim-skk_0.5.2-5.diff.gz
 90e1eb526171f3590a21d46597a260b8 281342 utils optional 
scim-skk_0.5.2-5_i386.deb

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

iD8DBQFGbwRw/PbdRTnM8McRAl/9AJ9Vy6hxB0PQmOMfekqRY0EnHXYXcgCeNwXk
ZWACSibeglYtAEPw8K6u960=
=isAv
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to