From czchen at gmail.com Wed Oct 1 04:38:25 2014 From: czchen at gmail.com (ChangZhuo Chen =?utf-8?B?KOmZs+aYjOWArCk=?=) Date: Wed, 1 Oct 2014 12:38:25 +0800 Subject: [Pkg-ime-devel] Bug#745721: Name collision between libpinyin and libzhuyin (Was: Bug#745721: Bug#745721: RFS: libzhuyin/0.9.93-1) In-Reply-To: References: <20140824094446.GB13565@gmail.com> <20140825132012.GA3560@gmail.com> <20140826041735.GA27068@gmail.com> <20140828110236.GA3860@gmail.com> <20140930135618.GA27726@gmail.com> Message-ID: <20141001043825.GA11877@gmail.com> On Tue, Sep 30, 2014 at 02:51:05PM -0300, Eriberto wrote: > Hi ChangZhuo, > > 1. I found several differences between your orig.tar.gz and the > tarball in upstream site. I used the diff command to compare. Can you > check this? The tarball is from sourceforge [0] with the following SHA256. - cd4b7a73f44715050d2405491724ec657e40ee86946fc78321a514c37adfae6f It is the same one in *.dsc file. Do you use the tarball from github? The tarball from github does not contain data file used by libzhuyin, so upstream suggested using tarball from sourceforge [1]. > 2. d/control: please, change the DH level from 9.0.0 to 9. Thanks, I will update it. > 3. d/copyright: there are new authors and dates in new upstream code. > You need to review all files Use 'grep -sriA25 copyright * | less' to > help you. I don't find any new copyright not listed in d/copyright except from "FSF" and "X Consortium". Both "FSF" and "X Consortium" copyright are in autotools generating files, so I think I don't need to list them, right? The "2002-2006 James Su " does not present anywhere except AUTHORS file, shall I keep it in d/copyright? > > 4. You have a Lintian message: > > I: libzhuyin6: spelling-error-in-binary > usr/lib/x86_64-linux-gnu/libzhuyin.so.6.0.0 tEH the > > Please, create a lintian override and put a comment about this false positive. Thanks, I will update it. > > 5. After the build, I used the command 'blhc --all > libzhuyin_0.9.99.20140929-1_amd64.build' to see about the build > status. No data. So, I used 'export V=1' in debia/rules and blhc show > me several issues. To fix all issues, please, add to d/rules: > > export V = 1 > export DEB_BUILD_MAINT_OPTIONS = hardening=+all Thanks, I will update it. [0] http://sourceforge.net/projects/libzhuyin/?source=directory [1] https://github.com/libzhuyin/libzhuyin/issues/3 -- ChangZhuo Chen (???) http://czchen.info/ Key fingerprint = EC9F 905D 866D BE46 A896 C827 BE0C 9242 03F4 552D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From czchen at gmail.com Wed Oct 1 15:53:59 2014 From: czchen at gmail.com (ChangZhuo Chen =?utf-8?B?KOmZs+aYjOWArCk=?=) Date: Wed, 1 Oct 2014 23:53:59 +0800 Subject: [Pkg-ime-devel] Bug#745721: Name collision between libpinyin and libzhuyin (Was: Bug#745721: Bug#745721: RFS: libzhuyin/0.9.93-1) In-Reply-To: References: <20140825132012.GA3560@gmail.com> <20140826041735.GA27068@gmail.com> <20140828110236.GA3860@gmail.com> <20140930135618.GA27726@gmail.com> <20141001043825.GA11877@gmail.com> Message-ID: <20141001155359.GA4771@gmail.com> Hi, Just upload a new version in mentor [0] with the following update: - Fix debhelper version to >= 9 - Add lintian-overrides for force positive spelling-error-in-binary - Use hardening=+all - Update Source field in d/copyright to sourceforge - Add github release to d/watch Please help to review and sponsor, thanks. [0] https://mentors.debian.net/package/libzhuyin -- ChangZhuo Chen (???) http://czchen.info/ Key fingerprint = EC9F 905D 866D BE46 A896 C827 BE0C 9242 03F4 552D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From noreply at release.debian.org Thu Oct 2 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 02 Oct 2014 16:39:12 +0000 Subject: [Pkg-ime-devel] libchewing 0.4.0-2 MIGRATED to testing Message-ID: FYI: The status of the libchewing source package in Debian's testing distribution has changed. Previous version: 0.4.0-1 Current version: 0.4.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From czchen at gmail.com Fri Oct 3 12:28:20 2014 From: czchen at gmail.com (ChangZhuo Chen =?utf-8?B?KOmZs+aYjOWArCk=?=) Date: Fri, 3 Oct 2014 20:28:20 +0800 Subject: [Pkg-ime-devel] Bug#745721: Name collision between libpinyin and libzhuyin (Was: Bug#745721: Bug#745721: RFS: libzhuyin/0.9.93-1) In-Reply-To: References: <20140826041735.GA27068@gmail.com> <20140828110236.GA3860@gmail.com> <20140930135618.GA27726@gmail.com> <20141001043825.GA11877@gmail.com> <20141001155359.GA4771@gmail.com> Message-ID: <20141003122820.GA29199@gmail.com> On Wed, Oct 01, 2014 at 02:20:17PM -0300, Eriberto wrote: > Do you removed V=1 from d/rules? Why? > > Please, review my last mail saying about blhc and test the command to > you understand the issue. Try to learn, not execute a command only. Sorry about that, I just used to use DH_VERBOSE=1 to disable silent rules for autotools. As I know, the problem is due to autotools silent rules. To disable it, we can pass "--disable-silent-rules" during configure or set V=1. Since V=1 is less verbose and shorter then DH_VERBOSE=1, I change to use V=1 now. As for blhc, I use it with the following command. blhc --all libzhuyin_0.9.99.20140929-1_amd64.build > > Why you did a lintian override to amd64 only? The path contains multiarch tuple, so it only works on amd64. I tried to build i386 package via pbuilder, and there is no "tEH" in library. So I think it only happens in amd64. If anyone know how to use wildcard in lintian-overrides, I can update this override. As usual, the package is in mentor [0], please help to review and sponsor, thanks. The change is using "V=1" instead of "DH_VERBOSE=1" to disable silent rules. [0] https://mentors.debian.net/package/libzhuyin -- ChangZhuo Chen (???) http://czchen.info/ Key fingerprint = EC9F 905D 866D BE46 A896 C827 BE0C 9242 03F4 552D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From czchen at gmail.com Fri Oct 3 14:31:29 2014 From: czchen at gmail.com (ChangZhuo Chen =?utf-8?B?KOmZs+aYjOWArCk=?=) Date: Fri, 3 Oct 2014 22:31:29 +0800 Subject: [Pkg-ime-devel] Bug#745721: Name collision between libpinyin and libzhuyin (Was: Bug#745721: Bug#745721: RFS: libzhuyin/0.9.93-1) In-Reply-To: References: <20140930135618.GA27726@gmail.com> <20141001043825.GA11877@gmail.com> <20141001155359.GA4771@gmail.com> <20141003122820.GA29199@gmail.com> Message-ID: <20141003143129.GA2950@gmail.com> On Fri, Oct 03, 2014 at 09:38:15AM -0300, Eriberto wrote: > New situation: we already have a new Lintian (since yesterday). > Please, update the Standards-Version to 3.9.6. Just update the Standards-Version to 3.9.6. Looks like nothing need to change for 3.9.5 ~ 3.9.6. The package is in mentor [0], please help to review and sponsor, thanks. [0] https://mentors.debian.net/package/libzhuyin -- ChangZhuo Chen (???) http://czchen.info/ Key fingerprint = EC9F 905D 866D BE46 A896 C827 BE0C 9242 03F4 552D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From ftpmaster at ftp-master.debian.org Fri Oct 3 15:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Oct 2014 15:00:06 +0000 Subject: [Pkg-ime-devel] Processing of libzhuyin_0.9.99.20140929-1_amd64.changes Message-ID: libzhuyin_0.9.99.20140929-1_amd64.changes uploaded successfully to localhost along with the files: libzhuyin6_0.9.99.20140929-1_amd64.deb libzhuyin-data_0.9.99.20140929-1_amd64.deb libzhuyin-dev_0.9.99.20140929-1_amd64.deb libzhuyin-dbg_0.9.99.20140929-1_amd64.deb libzhuyin_0.9.99.20140929-1.dsc libzhuyin_0.9.99.20140929.orig.tar.gz libzhuyin_0.9.99.20140929-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri Oct 3 15:23:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Oct 2014 15:23:36 +0000 Subject: [Pkg-ime-devel] libzhuyin_0.9.99.20140929-1_amd64.changes is NEW Message-ID: binary:libzhuyin-data is NEW. binary:libzhuyin-dbg is NEW. binary:libzhuyin-dev is NEW. binary:libzhuyin6 is NEW. source:libzhuyin is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From owner at bugs.debian.org Sun Oct 5 20:45:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 05 Oct 2014 20:45:10 +0000 Subject: [Pkg-ime-devel] Processed: tagging 719821 References: <1412541772-3558-bts-culu.gyx@gmail.com> Message-ID: Processing commands for control at bugs.debian.org: > tags 719821 + moreinfo Bug #719821 [fcitx] fcitx crashes on starting Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 719821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719821 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Thu Oct 9 15:29:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 09 Oct 2014 15:29:38 +0000 Subject: [Pkg-ime-devel] Processing of ibus_1.5.8-3_amd64.changes Message-ID: ibus_1.5.8-3_amd64.changes uploaded successfully to localhost along with the files: ibus_1.5.8-3.dsc ibus_1.5.8-3.debian.tar.xz ibus_1.5.8-3_amd64.deb libibus-1.0-5_1.5.8-3_amd64.deb libibus-1.0-dev_1.5.8-3_amd64.deb ibus-gtk_1.5.8-3_amd64.deb ibus-gtk3_1.5.8-3_amd64.deb ibus-wayland_1.5.8-3_amd64.deb ibus-doc_1.5.8-3_all.deb gir1.2-ibus-1.0_1.5.8-3_amd64.deb ibus-dbg_1.5.8-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 9 15:50:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 09 Oct 2014 15:50:29 +0000 Subject: [Pkg-ime-devel] ibus_1.5.8-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 10 Oct 2014 00:18:09 +0900 Source: ibus Binary: ibus libibus-1.0-5 libibus-1.0-dev ibus-gtk ibus-gtk3 ibus-wayland ibus-doc gir1.2-ibus-1.0 ibus-dbg Architecture: source amd64 all Version: 1.5.8-3 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: gir1.2-ibus-1.0 - Intelligent Input Bus - introspection data ibus - Intelligent Input Bus - core ibus-dbg - Intelligent Input Bus - debugging symbols ibus-doc - Intelligent Input Bus - development documentation ibus-gtk - Intelligent Input Bus - GTK+2 support ibus-gtk3 - Intelligent Input Bus - GTK+3 support ibus-wayland - Intelligent Input Bus - Wayland support libibus-1.0-5 - Intelligent Input Bus - shared library libibus-1.0-dev - Intelligent Input Bus - development file Closes: 758385 Changes: ibus (1.5.8-3) unstable; urgency=medium . * Debian jessie has C.UTF-8 but doen't always have en_US.UTF-8. Closes: #758385 Checksums-Sha1: 532dc620aba05d29ba6f820cb1b2d0c39577ad2d 2804 ibus_1.5.8-3.dsc b50da0202c6e1b80636910ad9fe521ca49620f26 22216 ibus_1.5.8-3.debian.tar.xz 0baa446dfe8cc24273009c814986cfc1c1ee6cdc 469870 ibus_1.5.8-3_amd64.deb 55a5906533c042a1005afa86502662e5e24bb8d8 305932 libibus-1.0-5_1.5.8-3_amd64.deb a12823856bbf9c1ef91bf32ae781ebad10d6071e 332436 libibus-1.0-dev_1.5.8-3_amd64.deb 7045585ac7800163df288f532f8197da8535f913 206036 ibus-gtk_1.5.8-3_amd64.deb 6225846b5ed55ffa520bc8adf1485c233920086b 206084 ibus-gtk3_1.5.8-3_amd64.deb 9a0773db09773169107f066b065684539a6fd7ba 202266 ibus-wayland_1.5.8-3_amd64.deb 618a77879eb5746238d7afc3c954cb6b3998111a 433454 ibus-doc_1.5.8-3_all.deb a529c20d2ff908745300a3b2b73a71b05ed99aa2 256084 gir1.2-ibus-1.0_1.5.8-3_amd64.deb 253f380e08527c91c09c0004aeb74ae22b32cb45 1219080 ibus-dbg_1.5.8-3_amd64.deb Checksums-Sha256: 8823754ada74601fb2c7e4a1d7d4becdb11198f19f8a5bb807d279589d151485 2804 ibus_1.5.8-3.dsc 1e6fb178c192e89bd45ee9bfef4c2e56501833e2ac43b29574b5b29a07eb758d 22216 ibus_1.5.8-3.debian.tar.xz cbab99dbb0f62b6508761b8895768b14cc1a4c9a4051cd11ec185187318a8729 469870 ibus_1.5.8-3_amd64.deb 32915105995668004155e3da7005533364a58183c7fe83d70c6b94c826c8e1e9 305932 libibus-1.0-5_1.5.8-3_amd64.deb 0f6ed4cabbce69cb9a5a634ffea132a7556bb7068b59285ab6afd2061b8a4a4d 332436 libibus-1.0-dev_1.5.8-3_amd64.deb 3ea3fd3d8f108412ae0f7731fe518254cb68eef46f4d3944c0ef4137a4a28781 206036 ibus-gtk_1.5.8-3_amd64.deb a6bd5920cf8e0b03a3fccaf0ad22c383caa7c2f68c1e7f8c9d1406faa1984f99 206084 ibus-gtk3_1.5.8-3_amd64.deb 0a4e0366d75358ce6a74165ef1f679a081dd3a7900450a117ed6e1f0ace2b416 202266 ibus-wayland_1.5.8-3_amd64.deb f8f69f15cd67a06db9d65abeeca3c37682d37e41a9f91ad7935e4a015f1be69d 433454 ibus-doc_1.5.8-3_all.deb 02e2f5ccad45a9440a74df130f91ee5a7180b5181ea5d69d457207a1607aa03e 256084 gir1.2-ibus-1.0_1.5.8-3_amd64.deb fddd9a6eb2b23057776b170fa06dd1f9c34a4e7e586b9773acfa97b3e7e4031b 1219080 ibus-dbg_1.5.8-3_amd64.deb Files: be98a987ae7b3dc811449feca26596b4 2804 utils optional ibus_1.5.8-3.dsc a2ecdb9336d12a974100afd7d0dbc51c 22216 utils optional ibus_1.5.8-3.debian.tar.xz cf7dcc036cee66e7e2d313b4071e1f42 469870 utils optional ibus_1.5.8-3_amd64.deb 5a98f3a19e45f6b6b3e97fb37a0700a5 305932 libs optional libibus-1.0-5_1.5.8-3_amd64.deb d0e2f839a91ba1ef74b20dd0b443d11d 332436 libdevel optional libibus-1.0-dev_1.5.8-3_amd64.deb 14e8904bcc63b1ad9a01bf2fb2ff813b 206036 utils optional ibus-gtk_1.5.8-3_amd64.deb c704ee443c7eb6a673c778a3bb54e9ed 206084 utils optional ibus-gtk3_1.5.8-3_amd64.deb c7c57fd72e110399d4b20e4986aef31d 202266 utils optional ibus-wayland_1.5.8-3_amd64.deb ebf06b00aef2e426483d660273e93198 433454 doc optional ibus-doc_1.5.8-3_all.deb 8a5c5dbdbc9d9f25ab3f0c98e2469196 256084 introspection optional gir1.2-ibus-1.0_1.5.8-3_amd64.deb 7cd7c2e718f8b308da008b2f9d2d7df7 1219080 debug extra ibus-dbg_1.5.8-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUNqmeAAoJEB4TVogd2NeRJXcP/jtYmuLXuZ0ryWI7jNr6N4Pt EyzpY9tJ0kZ2+aQgdQ5W+LaDbby1BTUeliRkp1QPEdrHANMfrFL85qG7OQidGP5T 8kspU1v+mIMCa9t1oSjyi2uytRVzrZWEJOlfyaUySHl7uOnvxmDtiWea8/X3UlU8 my7XYb9/palzhY7BQwMok2oidcgD083HeUaqXMgSNWmn7l44jRY1qmjdF1Fq05NK SzwHIWt1n93Tb+dVbTjG51m5mHAmknDIZ+VxduK2nr/azqe06civHvKSBEIDzEWQ ch7C5IgXjtX3XgJwaURnIEggOH5CUPebfpRyXD29IqzwcE2HKv7IMny2U1+tgv86 ClH7dZ9gdrhdqsDyL37oi9dniLQO4O5JJUao1Cu/l7QYZhWPEk+bGP7Gp8yvNblv afWp18c4oSIEHF3bDtMFLAnuoQdHUwAVnUHqZSgcvtA1KKScwoCQjBzv4YMiwUtT dRckhpz2e3wp80IIu01fK34zo1AbtHcayM0GUsjcZ6HPlI5A1mEtvRyeMc0DrCF7 koamYimRnPZ18ZevW05qEL6OBuwmHbrpAP+omrxuoY0ACJ8FHq/zYIuayX7bDJdk 3YGTKoGU69BwYu0plQvreuEPDxVCpNy7xqzeMmfO8hGiw9AgcmzBjcjkjIN3cuY4 HM/R5Dg/56FD1pThUNyZ =474d -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu Oct 9 15:54:08 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 09 Oct 2014 15:54:08 +0000 Subject: [Pkg-ime-devel] Bug#758385: marked as done (ibus: Cannot choose any input method on ibus-setup) References: <53F010AA.6090301@d2.dion.ne.jp> Message-ID: Your message dated Thu, 09 Oct 2014 15:50:29 +0000 with message-id and subject line Bug#758385: fixed in ibus 1.5.8-3 has caused the Debian Bug report #758385, regarding ibus: Cannot choose any input method on ibus-setup 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 owner at bugs.debian.org immediately.) -- 758385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758385 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Kunihiko Imai Subject: ibus: Cannot choose any input method on ibus-setup Date: Sun, 17 Aug 2014 11:17:14 +0900 Size: 5644 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#758385: fixed in ibus 1.5.8-3 Date: Thu, 09 Oct 2014 15:50:29 +0000 Size: 7655 URL: From ftpmaster at ftp-master.debian.org Fri Oct 10 11:00:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 10 Oct 2014 11:00:12 +0000 Subject: [Pkg-ime-devel] gcin-voice_0~20140513-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 06 Aug 2014 23:24:51 +0800 Source: gcin-voice Binary: gcin-voice Architecture: source all Version: 0~20140513-1 Distribution: unstable Urgency: low Maintainer: IME Packaging Team Changed-By: ChangZhuo Chen (???) Description: gcin-voice - gcin voice data Closes: 748044 Changes: gcin-voice (0~20140513-1) unstable; urgency=low . * Initial release (Closes: #748044) Checksums-Sha1: 4bba29e790f6a273747c74a7175b75a4ea7699cb 1972 gcin-voice_0~20140513-1.dsc 269045ee03db87025107ceef23b45372b677fa76 4596547 gcin-voice_0~20140513.orig.tar.gz fcac46e10466dae834c2b48282c81f448fe00e2e 4652 gcin-voice_0~20140513-1.debian.tar.xz 348f0a0a41767d2cfc96056a618582cf49179872 4513564 gcin-voice_0~20140513-1_all.deb Checksums-Sha256: 8940f36195b19c820d27bae53cacc5fbca422ffe73c08f71d97f59d12c7a447f 1972 gcin-voice_0~20140513-1.dsc f1f0b0b21fc5b25cb29290ca3c02d37dfe5f378512600d513fa9422a0f244a3f 4596547 gcin-voice_0~20140513.orig.tar.gz c231431e0ee1d1142e156aaa06fbb34c3368c09056bd299feecf2e200cfa56af 4652 gcin-voice_0~20140513-1.debian.tar.xz 8b0e023e1f6f5c73e7ac0be1781d9a02afdfa1d1037432f9108bb7393b72dfb3 4513564 gcin-voice_0~20140513-1_all.deb Files: 4f34f28d3e5b651949f03c25f54827f8 4513564 utils optional gcin-voice_0~20140513-1_all.deb 8ef59c365e4c6cd518655c1ef4ff989f 1972 utils optional gcin-voice_0~20140513-1.dsc e1cd311310e7566386f51f9a23dbad0a 4596547 utils optional gcin-voice_0~20140513.orig.tar.gz 04d8852cd8094046ccd546e1d8633b77 4652 utils optional gcin-voice_0~20140513-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJT/K3mAAoJEAo5NUq25X3hg3UP/1hVWFCNCP7XrTNtjHmZ1L6v H9jhc/Cql8PbizS2hJ/t9umzROnH91DZopPTPRvKr4soSEgYVg+tdg0gkT7K0uOP zLOvObGuOOi53ZT6GJ6Qwcp534PLHU52iZCQMaF6DZKvUTDSfMI5q7z0oEibrN9t 9ETId8xsdqcKUbmhHCBvH6zxyK05wytbNR1uHK9ygJxXKWltVuQw3GFAEW92fP/U xA02mPISj74Ldx+yoSberst+gBTDwNvTNr9qSUzUUJNtFrQLTbx5zOQ7MmFKBxMQ +7D0d6BZTSJ04CPmEoTiW1cFsSzXC4ENuRMeQlpSQklPsD9ctxn+ZsrTjXiJbf0v cfJq/Q/trBpUgV5jvUXC7LqMlftREmEQmo+D6zYaeQbBAOuxkkN0RS80U/YIsN5E 32SiHrxIPsL6Ky3yFOXIz2EARRzS5rN2xZ/xNeMBY8y5SoEMmebey/ODYyzda3rT cepQj5WHy8NcQSH00jGmS74kIkyDMIiWQxdf1o9TeoPDFvFMum1Vb3NDqmZ/jSKe diKxvCc8j4EU5hIyH976BNyWUOo6wQ/QqsOBb7NevkCyXHXd51/zgF/PDh4vvoDF aU+OkxNWXtnSDRpFsBE5rttQAlLlA298qqyHytunMqNsPfQyQbATW1367dujD4sn c6Yl30Hqa3D19ipnye7k =PFKn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From osamu at debian.org Fri Oct 10 13:02:00 2014 From: osamu at debian.org (Osamu Aoki) Date: Fri, 10 Oct 2014 22:02:00 +0900 Subject: [Pkg-ime-devel] Bug#758385: ibus: Cannot choose any input method on ibus-setup In-Reply-To: <53F95C6D.5090500@d2.dion.ne.jp> References: <53F010AA.6090301@d2.dion.ne.jp> <20140823060821.GB29145@goofy.local> <53F95C6D.5090500@d2.dion.ne.jp> Message-ID: <20141010130200.GA3408@goofy.local> Hi, I just uploaded new version using C.UTF-8 etc. Can you check it is also working on your end too. Regards, Osamu From mty.shibata at gmail.com Fri Oct 10 17:34:42 2014 From: mty.shibata at gmail.com (Mitsuya Shibata) Date: Sat, 11 Oct 2014 02:34:42 +0900 Subject: [Pkg-ime-devel] RFS: marisa/libkkc/ibus-kkc In-Reply-To: References: Message-ID: 2014-09-25 0:34 GMT+09:00 Mitsuya Shibata : > Could you help to sporsor for new kkc related packages? Please help to sponsor for marisa/libkkc/ibus-kkc packages? > - marisa/0.2.4-8 > https://mentors.debian.net/package/marisa > > Following bug fix release: > #759527: Fail of tests in debci (autopkgtest) > #762001: FBTFS on mips64el > > and as marisa is used by not only kkc but also rime, change maintainer to > pkg-ime-devel. > > - libkkc/0.3.4-1 > https://mentors.debian.net/package/libkkc > http://anonscm.debian.org/cgit/pkg-ime/libkkc.git > > New upstream release and fix it: > #753873: depends on libgee2 which is deprecated > > - ibus-kkc/1.5.21-1 > https://mentors.debian.net/package/ibus-kkc > http://anonscm.debian.org/cgit/pkg-ime/ibus-kkc.git > > New upstream release and fix it: > #753865: depends on libgee2 which is deprecated > # sorry for just resend. Regards, -- Mitsuya Shibata mty.shibata at gmail.com From osamu at debian.org Fri Oct 10 23:38:42 2014 From: osamu at debian.org (Osamu Aoki) Date: Sat, 11 Oct 2014 08:38:42 +0900 Subject: [Pkg-ime-devel] RFS: marisa/libkkc/ibus-kkc In-Reply-To: References: Message-ID: <20141010233842.GA5831@goofy.local> HI, On Sat, Oct 11, 2014 at 02:34:42AM +0900, Mitsuya Shibata wrote: > 2014-09-25 0:34 GMT+09:00 Mitsuya Shibata : > > Could you help to sporsor for new kkc related packages? > > Please help to sponsor for marisa/libkkc/ibus-kkc packages? > > > - marisa/0.2.4-8 > > https://mentors.debian.net/package/marisa > > > > Following bug fix release: > > #759527: Fail of tests in debci (autopkgtest) > > #762001: FBTFS on mips64el > > > > and as marisa is used by not only kkc but also rime, change maintainer to > > pkg-ime-devel. > > > > - libkkc/0.3.4-1 > > https://mentors.debian.net/package/libkkc > > http://anonscm.debian.org/cgit/pkg-ime/libkkc.git > > > > New upstream release and fix it: > > #753873: depends on libgee2 which is deprecated > > > > - ibus-kkc/1.5.21-1 > > https://mentors.debian.net/package/ibus-kkc > > http://anonscm.debian.org/cgit/pkg-ime/ibus-kkc.git > > > > New upstream release and fix it: > > #753865: depends on libgee2 which is deprecated > > > > # sorry for just resend. Is this granted as exception? Library transition is freeze as I understand. Distribution wide freeze is coming soon. Regards, Osamu From mty.shibata at gmail.com Sat Oct 11 05:09:30 2014 From: mty.shibata at gmail.com (Mitsuya Shibata) Date: Sat, 11 Oct 2014 14:09:30 +0900 Subject: [Pkg-ime-devel] RFS: marisa/libkkc/ibus-kkc In-Reply-To: <20141010233842.GA5831@goofy.local> References: <20141010233842.GA5831@goofy.local> Message-ID: Hi Osamu, 2014-10-11 8:38 GMT+09:00 Osamu Aoki : >> > Could you help to sporsor for new kkc related packages? >> >> Please help to sponsor for marisa/libkkc/ibus-kkc packages? >> > Is this granted as exception? Thank you for your check. But isn't granted as exception, sorry. > Library transition is freeze as I understand. Distribution wide freeze > is coming soon. > Could you tell me where document about "library transition freeze"? I would like to try to get permission for its exception. For example, document by ubuntu is here: https://wiki.ubuntu.com/FreezeExceptionProcess "Distribution wide freeze" is about following? https://release.debian.org/jessie/freeze_policy.html However in the mean time (until Nov 5), no library package doesn't need to get an unblock. Is the interpretation correct? Rigards, -- Mitsuya Shibata mty.shibata at gmail.com From osamu at debian.org Sat Oct 11 13:29:31 2014 From: osamu at debian.org (Osamu Aoki) Date: Sat, 11 Oct 2014 22:29:31 +0900 Subject: [Pkg-ime-devel] RFS: marisa/libkkc/ibus-kkc In-Reply-To: References: <20141010233842.GA5831@goofy.local> Message-ID: <20141011132931.GA23100@goofy.local> Hi, I need to think and check a bit more ... read on. On Sat, Oct 11, 2014 at 02:09:30PM +0900, Mitsuya Shibata wrote: > Hi Osamu, > > 2014-10-11 8:38 GMT+09:00 Osamu Aoki : > >> > Could you help to sporsor for new kkc related packages? > >> > >> Please help to sponsor for marisa/libkkc/ibus-kkc packages? > >> > > Is this granted as exception? > > Thank you for your check. But isn't granted as exception, sorry. I do not know the protocol well to write it hear but I just read it: Date: Fri, 26 Sep 2014 12:32:41 +0100 From: "Adam D. Barratt" To: debian-devel-announce at lists.debian.org Subject: Bits from the Release Team: In this "bits": * Freeze reminder * Transition window closed * Final architecture health check * Testing migration and security review ... Transition Window Closed ====================================== The window for new transitions closed on 5th September 2014. We are no longer accepting new transitions for Jessie. Ongoing transitions still need to be finished, so we ask for your co-operation in completing them as quickly as possible so we can get on with the main event. Please do not start new transitions. They will most likely be reverted or packages removed from Jessie, both of which are ugly. We don't really want to do either. > > Library transition is freeze as I understand. Distribution wide freeze > > is coming soon. > > > > Could you tell me where document about "library transition freeze"? > I would like to try to get permission for its exception. > > For example, document by ubuntu is here: > https://wiki.ubuntu.com/FreezeExceptionProcess > > "Distribution wide freeze" is about following? > https://release.debian.org/jessie/freeze_policy.html > > However in the mean time (until Nov 5), no library package doesn't > need to get an unblock. Because you are not suppose to cause such situation. > Is the interpretation correct? If this update contain ABI change, I guess we should not upload it. If this is a just minor bug fix version only without major library version change, the best thing to do is use the previous upstream version and add patch with bumping debian revision. The version change from 0.3.3 -> 0.3.4 ... hmmmm this may be just a minor version only. Maybe we can upload.... Osamu From osamu at debian.org Sat Oct 11 14:06:38 2014 From: osamu at debian.org (Osamu Aoki) Date: Sat, 11 Oct 2014 23:06:38 +0900 Subject: [Pkg-ime-devel] RFS: marisa/libkkc/ibus-kkc In-Reply-To: References: Message-ID: <20141011140638.GA23990@goofy.local> Hi, On Sat, Oct 11, 2014 at 02:34:42AM +0900, Mitsuya Shibata wrote: > 2014-09-25 0:34 GMT+09:00 Mitsuya Shibata : > > Could you help to sporsor for new kkc related packages? > > Please help to sponsor for marisa/libkkc/ibus-kkc packages? > > > - marisa/0.2.4-8 > > https://mentors.debian.net/package/marisa > > > > Following bug fix release: > > #759527: Fail of tests in debci (autopkgtest) > > #762001: FBTFS on mips64el Despite the package name, this is C++ based library. Please do not add debian/libmarisa0.symbols unless someone said this is the right thing. (After reading http://www.eyrie.org/~eagle/journal/2012-01/008.html , it does not seem to be much useful to me.) If I understand correctly, the symbols file is good idea for C library but not for C++ due to reasons beyond my knowledge. Also your symbols file is not stripping Debian revision causing lintian to give warning. W: libmarisa0: symbols-file-contains-debian-revision on symbol _ZN6marisa10scope N: N: Debian revisions should be stripped from versions in symbols files. Not N: doing so leads to dependencies unsatisfiable by backports (1.0-1~bpo << N: 1.0-1 while 1.0-1~bpo >= 1.0). If the debian revision can't be stripped N: because the symbol really appeared between two specific Debian N: revisions, you should postfix the version with a single "~" (example: N: 1.0-3~ if the symbol appeared in 1.0-3). N: N: Refer to the dpkg-gensymbols(1) manual page and N: https://wiki.debian.org/UsingSymbolsFiles for details. N: N: Severity: normal, Certainty: certain N: N: Check: shared-libs, Type: binary, udeb Since this does not require recompilation of other programs, let me upload it after fixing this. Osamu From ftpmaster at ftp-master.debian.org Sat Oct 11 14:13:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Oct 2014 14:13:45 +0000 Subject: [Pkg-ime-devel] Processing of marisa_0.2.4-8_amd64.changes Message-ID: marisa_0.2.4-8_amd64.changes uploaded successfully to localhost along with the files: marisa_0.2.4-8.dsc marisa_0.2.4-8.debian.tar.xz marisa_0.2.4-8_amd64.deb libmarisa0_0.2.4-8_amd64.deb libmarisa-dev_0.2.4-8_amd64.deb python-marisa_0.2.4-8_amd64.deb python3-marisa_0.2.4-8_amd64.deb libmarisa-perl_0.2.4-8_amd64.deb ruby-marisa_0.2.4-8_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 11 14:28:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Oct 2014 14:28:53 +0000 Subject: [Pkg-ime-devel] Processing of libkkc_0.3.4-1_amd64.changes Message-ID: libkkc_0.3.4-1_amd64.changes uploaded successfully to localhost along with the files: libkkc_0.3.4-1.dsc libkkc_0.3.4.orig.tar.gz libkkc_0.3.4-1.debian.tar.xz libkkc2_0.3.4-1_amd64.deb libkkc-utils_0.3.4-1_amd64.deb libkkc2-dbg_0.3.4-1_amd64.deb libkkc-utils-dbg_0.3.4-1_amd64.deb libkkc-dev_0.3.4-1_amd64.deb libkkc-common_0.3.4-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 11 15:26:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Oct 2014 15:26:30 +0000 Subject: [Pkg-ime-devel] libkkc_0.3.4-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 16 Sep 2014 23:04:05 +0900 Source: libkkc Binary: libkkc2 libkkc-utils libkkc2-dbg libkkc-utils-dbg libkkc-dev libkkc-common Architecture: source amd64 all Version: 0.3.4-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Mitsuya Shibata Description: libkkc-common - Japanese Kana Kanji input library - common data libkkc-dev - Japanese Kana Kanji input library - development files libkkc-utils - Japanese Kana Kanji input library - testing utility libkkc-utils-dbg - Japanese Kana Kanji input library - utility debugging symbols libkkc2 - Japanese Kana Kanji input library libkkc2-dbg - Japanese Kana Kanji input library - library debugging symbols Closes: 753873 Changes: libkkc (0.3.4-1) unstable; urgency=medium . * New upsteam release * Change Build-Depends from libgee-dev to libgee-0.8-dev (Closes: #753873) Checksums-Sha1: c6fe586783b2d99aa8bbdc9466e2a527b4975aea 2348 libkkc_0.3.4-1.dsc f2dfa3bf5f639a7ede6968cd5d5b0d70e3d52147 1397822 libkkc_0.3.4.orig.tar.gz e105dd7abbcf042e835a0576edd7b3163e30db66 7044 libkkc_0.3.4-1.debian.tar.xz 91d2f011094626a438bdf310666529360899c266 181984 libkkc2_0.3.4-1_amd64.deb 1cd8d5a7b82bc6594fe7a8667d5b520eba4bd0c3 54164 libkkc-utils_0.3.4-1_amd64.deb 34e4410882ffe047a6d8be8c4470cd2d09e77afd 693994 libkkc2-dbg_0.3.4-1_amd64.deb 95ba358bc0a5b6f13471f6d00ced37b1ef69903d 66010 libkkc-utils-dbg_0.3.4-1_amd64.deb af733e8cbfc3b787ef9ae0b3fdc11a7d75292f7b 71978 libkkc-dev_0.3.4-1_amd64.deb 61b6cba9fe30ca0c21d519ada063392a6298cbfb 73456 libkkc-common_0.3.4-1_all.deb Checksums-Sha256: 389c38474d39ea6ffd007ad5338caa788879ac01c6b2426759bb76ed3b00d84b 2348 libkkc_0.3.4-1.dsc 5a401c511c9adf34eb55431522e976bc1bae454b4c28e4f3683a3d56c3d9e7cb 1397822 libkkc_0.3.4.orig.tar.gz 57b4222a6e5fbe02713c930dd28f79d03739db4901d843ab017692e774a2a153 7044 libkkc_0.3.4-1.debian.tar.xz c79e4d44446872959bd955b3b97a53669b6d8a949966607283b7f63ddd39e582 181984 libkkc2_0.3.4-1_amd64.deb 2d868ee0ced49aa907ab46903e0261d1a2786cb48360b74efaf227afe405a9bc 54164 libkkc-utils_0.3.4-1_amd64.deb b88a36459a8d792258674bffbbcb5bc5859bbd70b8245a22d445408eaf444758 693994 libkkc2-dbg_0.3.4-1_amd64.deb df49bb3374cf797d5889bfe3debdd72ccd519bec8e62ebccae3af04a27072749 66010 libkkc-utils-dbg_0.3.4-1_amd64.deb b78ad22a31d3b3aa3d5b9cc7a4b4692f62b305a13e2ea9f5e0282aa472a7c211 71978 libkkc-dev_0.3.4-1_amd64.deb f641f5a6092cd60ae1d2a899985e87fa4bcbdbc5ea8289906d9749f1e00ff731 73456 libkkc-common_0.3.4-1_all.deb Files: 33d471fe5f141b8a2006bbd1d5416d76 2348 libs extra libkkc_0.3.4-1.dsc 79eee6d192739da710f493f9762e5f20 1397822 libs extra libkkc_0.3.4.orig.tar.gz 392233afc1cece31199604c174a65db3 7044 libs extra libkkc_0.3.4-1.debian.tar.xz 7ca4a375457ff10e20d142d9f432c476 181984 libs extra libkkc2_0.3.4-1_amd64.deb 1f2980be0f07b4b7360dbdb49b14e73d 54164 utils extra libkkc-utils_0.3.4-1_amd64.deb 95cc132efddeb73ee25c10979ff8fafc 693994 debug extra libkkc2-dbg_0.3.4-1_amd64.deb 76de419a3956b546fc58b42dd695243c 66010 debug extra libkkc-utils-dbg_0.3.4-1_amd64.deb abc3b272112b5030148a0b76c81246d5 71978 libdevel extra libkkc-dev_0.3.4-1_amd64.deb 585c7133172bf7edcf6bfa492fefea63 73456 utils extra libkkc-common_0.3.4-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUOT4OAAoJEB4TVogd2NeRjm4P/2GxsaCLFcPwCsNn0EZlUBNu m71Y5Jt4BleTUV3su1KK/jU84oIxKthWN0spfAJD2PfWR1jEcnh0Apikvq1Cmgfj 4Y1af93/4vH9DOKCkWVd+CDecb/9kFinGQuk1RjM0+V9OBAQPfjrafMGdOZMDaW7 GQNO0WgM9C80MwnulKOx2m/gGprpBTJH/PGBbqGohqb4B13VhQZ59pH3oZLwf9te jpgxu4X2YzRv3k+2BboJfnDesZmaFiIIg9HfDvO+oZJPK5/iUjOqfYxruKgK2P+q ZxFb5+IFiJgzfszcmYSVmHIb7YNC6Ryv/swW/nJfg1IiSlNy4K+x2dOqLWhVxMhO tx4u2548hwbzxEyXxKfjGjJIl0xEVBjPaikvVx7Y885m3/2qIylQTVTzx5YUvf0l y+3rYuc8YwI1qDFqbhLaHc9S4hSC6Q3+TqaLykMC0VxzJJ1GwyRD0v7tPGEBnUCP l4RrPARLQY4xhK0diYM7I/4RWhgY2BpHww8/tYup0tLw3Us650Wi07/mVeMQ/AOq IfyaOyyqeHAUNckz+kIy1dbWxXNRxZet15y5YHFg/wd6+Fhsaw7o+/Vy9+fUPurO evw/eLQhiCFwGwqDHKaWU5PMsFOQDuYWoeoWRer/mzcV9yIyQInTDqN8z8MBRf9y f5zg+8R7RJIFfFkRZr2j =rrvg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Oct 11 15:29:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Oct 2014 15:29:13 +0000 Subject: [Pkg-ime-devel] marisa_0.2.4-8_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 18 Sep 2014 01:16:29 +0900 Source: marisa Binary: marisa libmarisa0 libmarisa-dev python-marisa python3-marisa libmarisa-perl ruby-marisa Architecture: source amd64 Version: 0.2.4-8 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Mitsuya Shibata Description: libmarisa-dev - developement files for libmarisa libmarisa-perl - Perl bindings for MARISA libmarisa0 - C++ library to provide an implementation of MARISA marisa - commmand line tools for libmarisa python-marisa - Python bindings for MARISA python3-marisa - Python3 bindings for MARISA ruby-marisa - Ruby bindings for MARISA Closes: 759527 762001 Changes: marisa (0.2.4-8) unstable; urgency=medium . [debian/control] * add ruby as a new dependency for ruby-marisa (Closes: #759527) Thanks to Lucas Kanashiro for the report. * set Maintainer as pkg-ime and add Uploaders me * split multi lines Depends and Build-Depends . [debian/copyright] * fix invalid copyright information . [debian/patches/support-mips64el.patch] * fix ftbfs on mips64el (Closes: #762001) Thanks to YunQiang Su for the report. Checksums-Sha1: d518ccedab580d71aa946c831eb9166fc9f282aa 2308 marisa_0.2.4-8.dsc bcf8dc24fb6b1d1fa2a614ba9a51f8c19e39ce5c 8068 marisa_0.2.4-8.debian.tar.xz 22d3750b42d91c3c127d3481759f13dffef220b4 29848 marisa_0.2.4-8_amd64.deb 2b7e19d91d098ab0476e8e015d6554572013920f 51590 libmarisa0_0.2.4-8_amd64.deb fdbccd91f01baff71bb17f37b6df412556b76924 78064 libmarisa-dev_0.2.4-8_amd64.deb 1eea60538a33adcfd84eebf38d98f903bb1a1959 27990 python-marisa_0.2.4-8_amd64.deb 749f1b1f4c9ac8356df4f1f35397962e7e68d2e1 27786 python3-marisa_0.2.4-8_amd64.deb ac6116d808d80011fc9efb166189c7bfcba5a33d 32430 libmarisa-perl_0.2.4-8_amd64.deb c6e57d950551ab77d3f427cee44461778ef243f3 23754 ruby-marisa_0.2.4-8_amd64.deb Checksums-Sha256: 422b421faa43f142938c802ee9efc3c459c476bd385d3ea11306c9720dfab3e9 2308 marisa_0.2.4-8.dsc c0661ca7414984087d646d3e77da95fc498780ffefec3ce12b34b340e4f58d72 8068 marisa_0.2.4-8.debian.tar.xz 6949004882a48051bc5efdb9e1650b575fc9eef47badafd30060e8bcf7b4ba1a 29848 marisa_0.2.4-8_amd64.deb 5c1c84ea5763d7318dedc82fd4c3caba2368541094c705722c2fc783f1beaee1 51590 libmarisa0_0.2.4-8_amd64.deb c04962c49c7660503fcb98471faa15e78b73329557d2c2b6fd84349d9b50e34d 78064 libmarisa-dev_0.2.4-8_amd64.deb 08f6e44023f23d24c609b3ba02c50a4e1668a58254b409edf8400cbd436be1b8 27990 python-marisa_0.2.4-8_amd64.deb e489958a91f463f770664fffc6aaf3de8e74faa189435576784ea372fa991c17 27786 python3-marisa_0.2.4-8_amd64.deb 47a96c9d0b6d5ddecf3fb11ad2ad75ebe40236ea72acf5d73e1eb42fbdfa3abe 32430 libmarisa-perl_0.2.4-8_amd64.deb cf21096cade163ecce6ef38a6d0dda1be805b467f297aa3682b9a29ab781193c 23754 ruby-marisa_0.2.4-8_amd64.deb Files: 6ffb3743b56581849720e717db11e06f 2308 libs extra marisa_0.2.4-8.dsc 3ec85076e8e0b50cb6ea90fbde8cb718 8068 libs extra marisa_0.2.4-8.debian.tar.xz a32bf72fe6f2c13cf468ed52730405ee 29848 utils extra marisa_0.2.4-8_amd64.deb e8c3f2ff33cc187ed58702d74cea3e72 51590 libs extra libmarisa0_0.2.4-8_amd64.deb c3e73fdc0ec4355da80f1e2857ce12e4 78064 libdevel extra libmarisa-dev_0.2.4-8_amd64.deb 17ceed5cd8d42f9a94fb08e32f07c55b 27990 python extra python-marisa_0.2.4-8_amd64.deb 1965f0fffb2e7d8c46168bd3f94ce538 27786 python extra python3-marisa_0.2.4-8_amd64.deb 4634dd149173c71646a3aea6a57204fb 32430 perl extra libmarisa-perl_0.2.4-8_amd64.deb 8f6fd7c95ab0038a793064b0ce31b866 23754 ruby extra ruby-marisa_0.2.4-8_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUOTpCAAoJEB4TVogd2NeR8W0P/2+DS2E/aj3AHNXSnNCbUirV tP4cDlCM/GVkmmLKBRLbMwKJArHrpdb+q3CqQ1hfMct+0Wro0tMXeXg1H9nvkUu/ 1GA+hmd58rQy1seFzlrvBsQtQixxgF5+iDus5h/itCvzktnEXViPgkkTlglGKYy9 PWT5hofUbyXaZwQk/8Gqxj+3lcQC9wj8DMJTPQ0cebQM/OGSWsxEbicMCevVekaX HAwkDFX3aE/b/LAG4/5KeBmXbqmDL/LHD7iBsFGOnL33lgnJ/w4+N5zCLur6s+eu VO4ivrSixlqYvHYFxNSnmPm0Z+CIKYKfjdWmF/O8Z/C4zTgeQ0dPVdY7lBYy4QSq NQFLhrJoiaDIsbF24oRdQ5Iy6oB/OB/DWOjK8Nj5oBWP5S5iisFkXuJZnty+zbYA eaf2SgvUEPsVYunl7JEJAd2LMsX0xk05L5GpsoCpmi0uUXMIIHvr232iUSeQvyCU LwhDiFv/2eH/bUnj8+XSYH92wlmFKCBpPYgEEmA/vsn4TtzNTuMUNofII5mDanpx XaE3RCP3xNKIsXX45SK6g21YrPj27e3ZbWoP+7MT1k5t04D3szY9C8tWNq28Veus EcDdzJP7H4FGFK4v2sxxaiNc+bjWNmPyqCYZySJdR9Whl+CswhaBRSD4fgatT7id 6ucPqHAso9dLq8KVPsVk =tYqt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat Oct 11 15:30:06 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 11 Oct 2014 15:30:06 +0000 Subject: [Pkg-ime-devel] Bug#753873: marked as done (libkkc: depends on libgee2 which is deprecated) References: <20140705180708.4E6C7EE05D6@titan> Message-ID: Your message dated Sat, 11 Oct 2014 15:26:30 +0000 with message-id and subject line Bug#753873: fixed in libkkc 0.3.4-1 has caused the Debian Bug report #753873, regarding libkkc: depends on libgee2 which is deprecated 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 owner at bugs.debian.org immediately.) -- 753873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753873 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: pochu at debian.org Subject: libkkc: depends on libgee2 which is deprecated Date: Sat, 05 Jul 2014 20:07:08 +0200 Size: 2799 URL: -------------- next part -------------- An embedded message was scrubbed... From: Mitsuya Shibata Subject: Bug#753873: fixed in libkkc 0.3.4-1 Date: Sat, 11 Oct 2014 15:26:30 +0000 Size: 7127 URL: From osamu at debian.org Sat Oct 11 15:49:46 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 12 Oct 2014 00:49:46 +0900 Subject: [Pkg-ime-devel] RFS: marisa/libkkc/ibus-kkc In-Reply-To: References: Message-ID: <20141011154946.GB23990@goofy.local> Hi, On Sat, Oct 11, 2014 at 02:34:42AM +0900, Mitsuya Shibata wrote: > 2014-09-25 0:34 GMT+09:00 Mitsuya Shibata : > > Could you help to sporsor for new kkc related packages? > > Please help to sponsor for marisa/libkkc/ibus-kkc packages? > > > - marisa/0.2.4-8 > > https://mentors.debian.net/package/marisa Uploaded with fix mentioned. Please update your VCS. > > - libkkc/0.3.4-1 > > https://mentors.debian.net/package/libkkc > > http://anonscm.debian.org/cgit/pkg-ime/libkkc.git No ABI change so I uploaded as is. > > - ibus-kkc/1.5.21-1 > > https://mentors.debian.net/package/ibus-kkc > > http://anonscm.debian.org/cgit/pkg-ime/ibus-kkc.git > > > > New upstream release and fix it: > > #753865: depends on libgee2 which is deprecated (Please address issues by updating VCS while updating tag too. Version number, please keep it as 1.5.21-1) Please add "ibus" to the Depends of ibus-kkc which makes it easy for people installing this package. All other ibus-foo packages do this. Compile failed. Can you fix this? | ... | checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | checking dynamic linker characteristics... (cached) GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking for pkg-config... /usr/bin/pkg-config | checking pkg-config is at least version 0.9.0... yes | checking for IBUS... yes | checking for LIBKKC... no | configure: error: can't find libkkc | ==> config.log <== | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by ibus-kkc configure 1.5.21, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/ Did you build under pbuilder? Arch=i386? / amd64? (Anyway, very cryptic error message. ) Good night, Osamu From bak at d2.dion.ne.jp Sun Oct 12 07:11:18 2014 From: bak at d2.dion.ne.jp (Kunihiko Imai) Date: Sun, 12 Oct 2014 16:11:18 +0900 Subject: [Pkg-ime-devel] Bug#758385: ibus: Cannot choose any input method on ibus-setup In-Reply-To: <20141010130200.GA3408@goofy.local> References: <53F010AA.6090301@d2.dion.ne.jp> <20140823060821.GB29145@goofy.local> <53F95C6D.5090500@d2.dion.ne.jp> <20141010130200.GA3408@goofy.local> Message-ID: <543A2996.6070607@d2.dion.ne.jp> Hi, Sorry for missing to respond. I installed ibus-1.5.8-3 and testing ibus-setup. It works fine. No problem!! Thanks On 2014/10/10 22:02, Osamu Aoki wrote: > Hi, > > I just uploaded new version using C.UTF-8 etc. > Can you check it is also working on your end too. > > Regards, > > Osamu > -- Kunihiko Imai From ftpmaster at ftp-master.debian.org Sun Oct 12 18:42:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Oct 2014 18:42:20 +0000 Subject: [Pkg-ime-devel] Processing of ibus-hangul_1.5.0-1_amd64.changes Message-ID: ibus-hangul_1.5.0-1_amd64.changes uploaded successfully to localhost along with the files: ibus-hangul_1.5.0-1.dsc ibus-hangul_1.5.0.orig.tar.gz ibus-hangul_1.5.0-1.debian.tar.xz ibus-hangul_1.5.0-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Oct 12 18:48:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Oct 2014 18:48:35 +0000 Subject: [Pkg-ime-devel] ibus-hangul_1.5.0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 13 Oct 2014 03:32:11 +0900 Source: ibus-hangul Binary: ibus-hangul Architecture: source amd64 Version: 1.5.0-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Changwoo Ryu Description: ibus-hangul - Hangul engine for IBus Changes: ibus-hangul (1.5.0-1) unstable; urgency=medium . * New upstream release * Use Python 3 * Standards-Version: 3.9.6 * debian/watch: Update for the new upstream downloads on github Checksums-Sha1: e88846b1f832d22a23b231fbeea3653c5d74f156 1471 ibus-hangul_1.5.0-1.dsc 3b0ff57be4c0dce2c2b39df0156a00588b0349f1 505707 ibus-hangul_1.5.0.orig.tar.gz 4901b0feaf4e6b1ca713b65d0a55d24b17e4f82b 5032 ibus-hangul_1.5.0-1.debian.tar.xz 1d4bf18d8415659d638d51faf5e9aeb4db3f504b 58818 ibus-hangul_1.5.0-1_amd64.deb Checksums-Sha256: 187690fa7e0f1b673673bdb298e0450f4ba4ce42a89339c9f84c8c3db06d7d99 1471 ibus-hangul_1.5.0-1.dsc a22d4030bb20f73914a9d8a28c71b823123a5d1902a30f8328111af50f4f1788 505707 ibus-hangul_1.5.0.orig.tar.gz ae837746667c5a670ef80d8b7b5859fd18ff60fef3e932c8e7d40fd674f41b11 5032 ibus-hangul_1.5.0-1.debian.tar.xz a1ee94cdf7c8654cd606976a2a3932e7ccccd1f89a898dfcbf364970da7e3a3d 58818 ibus-hangul_1.5.0-1_amd64.deb Files: 5a2bfd3e9686eea5c058a9bd660240cb 1471 utils optional ibus-hangul_1.5.0-1.dsc a171bf7b25752a1f71257fb85d56346b 505707 utils optional ibus-hangul_1.5.0.orig.tar.gz 089a601440865f5cabccd504aae3f6e4 5032 utils optional ibus-hangul_1.5.0-1.debian.tar.xz 3b6e838decb20d7faa3aa6719424f251 58818 utils optional ibus-hangul_1.5.0-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlQ6yxsACgkQAbRzNODUnpkFtQCfXUbhk9qN+fgZ4bZZ7uU9VPTZ JRQAn0ax6sciMol0j1h0BPIzecfQAo34 =5eIv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From mt at debian.org Mon Oct 13 08:51:12 2014 From: mt at debian.org (Michael Tautschnig) Date: Mon, 13 Oct 2014 09:51:12 +0100 Subject: [Pkg-ime-devel] Bug#765059: ibus-kkc: FTBFS - missing build dependency on libgee-0.8-dev Message-ID: <20141013085112.GS58615@l04.Home> Package: ibus-kkc Version: 1.5.20-1 Severity: serious Usertags: goto-cc During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder and pbuilder) the build failed with the following error. [...] configure:17343: checking for LIBKKC configure:17350: $PKG_CONFIG --exists --print-errors "kkc-1.0 >= 0.3.2" Package gee-0.8 was not found in the pkg-config search path. Perhaps you should add the directory containing `gee-0.8.pc' to the PKG_CONFIG_PATH environment variable Package 'gee-0.8', required by 'kkc-1.0', not found configure:17353: $? = 1 configure:17367: $PKG_CONFIG --exists --print-errors "kkc-1.0 >= 0.3.2" Package gee-0.8 was not found in the pkg-config search path. Perhaps you should add the directory containing `gee-0.8.pc' to the PKG_CONFIG_PATH environment variable Package 'gee-0.8', required by 'kkc-1.0', not found configure:17370: $? = 1 configure:17384: result: no Package 'gee-0.8', required by 'kkc-1.0', not found configure:17400: error: can't find libkkc [...] configure: exit 1 dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/x86_64-linux-gnu --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --libexecdir=/usr/lib/ibus returned exit code 1 debian/rules:19: recipe for target 'override_dh_auto_configure' failed make[1]: *** [override_dh_auto_configure] Error 255 make[1]: Leaving directory '/srv/jenkins-slave/workspace/sid-goto-cc-ibus-kkc/ibus-kkc-1.5.20' debian/rules:16: recipe for target 'build' failed make: *** [build] Error 2 The full build log is attached; please do let me know if the problem is unreproducible, in which case I shall try to investigate further. Yet it seems that the package providing gee-0.8.pc, libgee-0.8-dev, is not being installed as part of the build dependencies. Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: ibus-kkc-build-log.txt.gz Type: application/x-gunzip Size: 22833 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From wookey at debian.org Mon Oct 13 21:20:06 2014 From: wookey at debian.org (Wookey) Date: Mon, 13 Oct 2014 22:20:06 +0100 Subject: [Pkg-ime-devel] Bug#765204: fbterm-ucimf: run dh-autoreconf to update for new architectures Message-ID: <20141013212006.1204.39617.reportbug@kh.home.wookware.org> Source: fbterm-ucimf Version: 0.2.9-2 Severity: normal User: debian-arm at lists.debian.org Usertag: arm64 This package failed to build on arm64. Here is the buildd log: https://buildd.debian.org/status/fetch.php?pkg=fbterm-ucimf&arch=arm64&ver=0.2.9-2&stamp=1410035805 The problem appears to be out of date autoconf files (config.sub and guess). It is one of many packages which need autoconf updates in order to build on new architectures (such as arm64, mips64el, ppc64el and or1k). 'Autoreconf'ing is the recommended way to deal with this problem in Debian, as it works now and in the future, and ensures packages remain buildable from source. This page ( https://wiki.debian.org/Autoreconf ) contains information on this issue, and details for maintainers on how to update your packages: The arm64 and ppc64el porter teams are working hard to get these new architectures ready for jessie, and time is short, so do please try to fix this issue promptly. Unless the autofoo in the package is way out of date, it's often trivial to do. Please ignore/close this message if it is in error, and accept my apologies for the noise. It may have already been fixed, or a new upload done since the list was generated. Also the automated checks for characteristic log messages can sometimes produce false positives, despite our best efforts. -- System Information: Debian Release: jessie/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash From wookey at debian.org Mon Oct 13 21:22:08 2014 From: wookey at debian.org (Wookey) Date: Mon, 13 Oct 2014 22:22:08 +0100 Subject: [Pkg-ime-devel] Bug#765280: ucimf-chewing: run dh-autoreconf to update for new architectures Message-ID: <20141013212208.3630.95707.reportbug@kh.home.wookware.org> Source: ucimf-chewing Version: 0.3-1+build1 Severity: normal User: debian-arm at lists.debian.org Usertag: arm64 This package failed to build on arm64. Here is the buildd log: https://buildd.debian.org/status/fetch.php?pkg=ucimf-chewing&arch=arm64&ver=0.3-1%2Bbuild1&stamp=1410035824 The problem appears to be out of date autoconf files (config.sub and guess). It is one of many packages which need autoconf updates in order to build on new architectures (such as arm64, mips64el, ppc64el and or1k). 'Autoreconf'ing is the recommended way to deal with this problem in Debian, as it works now and in the future, and ensures packages remain buildable from source. This page ( https://wiki.debian.org/Autoreconf ) contains information on this issue, and details for maintainers on how to update your packages: The arm64 and ppc64el porter teams are working hard to get these new architectures ready for jessie, and time is short, so do please try to fix this issue promptly. Unless the autofoo in the package is way out of date, it's often trivial to do. Please ignore/close this message if it is in error, and accept my apologies for the noise. It may have already been fixed, or a new upload done since the list was generated. Also the automated checks for characteristic log messages can sometimes produce false positives, despite our best efforts. -- System Information: Debian Release: jessie/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash From iain at orangesquash.org.uk Tue Oct 14 10:19:04 2014 From: iain at orangesquash.org.uk (Iain Lane) Date: Tue, 14 Oct 2014 11:19:04 +0100 Subject: [Pkg-ime-devel] Bug#762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory In-Reply-To: <20140925145019.GA9786@raring> References: <20140925145019.GA9786@raring> Message-ID: <20141014101904.GA23226@iota> tags 762832 - pending thanks On Thu, Sep 25, 2014 at 03:50:19PM +0100, Iain Lane wrote: > Package: fcitx > Version: 1:4.2.8.5-1 > Severity: serious > Tags: patch pending > [?] > I've prepared an NMU for fcitx (versioned as 1:4.2.8.5-1.1) and > uploaded it to DELAYED/10. Please feel free to tell me if I > should delay it longer, or to supersede it, or whatever. Aron cancelled the NMU, so this bug is no longer pending. -- Iain Lane [ iain at orangesquash.org.uk ] Debian Developer [ laney at debian.org ] Ubuntu Developer [ laney at ubuntu.com ] -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From owner at bugs.debian.org Tue Oct 14 10:21:27 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Oct 2014 10:21:27 +0000 Subject: [Pkg-ime-devel] Processed: Re: Bug#762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory References: <20141014101904.GA23226@iota> Message-ID: Processing commands for control at bugs.debian.org: > tags 762832 - pending Bug #762832 [fcitx] fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory Removed tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 762832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue Oct 14 10:48:09 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Oct 2014 10:48:09 +0000 Subject: [Pkg-ime-devel] Processed: found 762832 in 1:4.2.8.4-3 References: <1413283556-3228-bts-iain@orangesquash.org.uk> Message-ID: Processing commands for control at bugs.debian.org: > found 762832 1:4.2.8.4-3 Bug #762832 [fcitx] fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory Marked as found in versions fcitx/1:4.2.8.4-3. > thanks Stopping processing here. Please contact me if you need assistance. -- 762832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From czchen at gmail.com Tue Oct 14 12:23:00 2014 From: czchen at gmail.com (ChangZhuo Chen =?utf-8?B?KOmZs+aYjOWArCk=?=) Date: Tue, 14 Oct 2014 20:23:00 +0800 Subject: [Pkg-ime-devel] Please help to sponsor ucimf-chewing Message-ID: <20141014122300.GA21459@gmail.com> Hi All, I just update ucimf-chewing to use "--with autoreconf". Please help to review and sponsor it, thanks. The code is in [0]. [0] https://anonscm.debian.org/cgit/pkg-ime/ucimf-chewing.git -- ChangZhuo Chen (???) http://czchen.info/ Key fingerprint = EC9F 905D 866D BE46 A896 C827 BE0C 9242 03F4 552D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From mty.shibata at gmail.com Tue Oct 14 13:31:31 2014 From: mty.shibata at gmail.com (Mitsuya Shibata) Date: Tue, 14 Oct 2014 22:31:31 +0900 Subject: [Pkg-ime-devel] RFS: marisa/libkkc/ibus-kkc In-Reply-To: <20141011154946.GB23990@goofy.local> References: <20141011154946.GB23990@goofy.local> Message-ID: Hi Osamu, > Transition Window Closed ... > If this update contain ABI change, I guess we should not upload it. > > If this is a just minor bug fix version only without major library > version change, the best thing to do is use the previous upstream > version and add patch with bumping debian revision. Thank you for your information. I see. It seems that I need to read the announce attentively. > Please do not add debian/libmarisa0.symbols unless someone said this is the > right thing. (After reading > http://www.eyrie.org/~eagle/journal/2012-01/008.html , it does not seem > to be much useful to me.) > > If I understand correctly, the symbols file is good idea for C library > but not for C++ due to reasons beyond my knowledge. Also your symbols file is > not stripping Debian revision causing lintian to give warning. Thank you for your advices and sorry for I failed to catch above warning. I updated VCS with your modification with following command: git import-dsc --allow-same-version marisa_0.2.4-8.dsc >> > - ibus-kkc/1.5.21-1 > > Please add "ibus" to the Depends of ibus-kkc which makes it easy for > people installing this package. All other ibus-foo packages do this. > > Compile failed. Can you fix this? > > | checking for LIBKKC... no > | configure: error: can't find libkkc The ibus-kkc 1.5.21-1 requires libkkc 0.3.4-1. This message means "not found libkkc 0.3.4". --- ref: configure.ac PKG_CHECK_MODULES(LIBKKC, [kkc-1.0 >= 0.3.4], , AC_MSG_ERROR([can't find libkkc])) --- It seems because libkkc 0.3.4 is archived, does not fail to build anymore. I uploaded fixed (about "ibus" dependency and update standards-version) package to mentors. https://mentors.debian.net/package/ibus-kkc Does not upload to VCS yet. Regards, -- Mitsuya Shibata mty.shibata at gmail.com From osamu at debian.org Tue Oct 14 15:13:34 2014 From: osamu at debian.org (Osamu Aoki) Date: Wed, 15 Oct 2014 00:13:34 +0900 Subject: [Pkg-ime-devel] RFS: marisa/libkkc/ibus-kkc In-Reply-To: References: <20141011154946.GB23990@goofy.local> Message-ID: <20141014151334.GB7927@goofy.local> Hi, On Tue, Oct 14, 2014 at 10:31:31PM +0900, Mitsuya Shibata wrote: > Hi Osamu, > > > Transition Window Closed > ... > > If this update contain ABI change, I guess we should not upload it. > > > > If this is a just minor bug fix version only without major library > > version change, the best thing to do is use the previous upstream > > version and add patch with bumping debian revision. > > Thank you for your information. I see. When I build these package, there were no symbol changes which may require rebuild of other packages. So no library transition. I guess, I overreacted to the announcement. All packages uploaded :-) Regards, Osamu From ftpmaster at ftp-master.debian.org Tue Oct 14 15:14:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Oct 2014 15:14:25 +0000 Subject: [Pkg-ime-devel] Processing of ibus-kkc_1.5.21-1_amd64.changes Message-ID: ibus-kkc_1.5.21-1_amd64.changes uploaded successfully to localhost along with the files: ibus-kkc_1.5.21-1.dsc ibus-kkc_1.5.21.orig.tar.gz ibus-kkc_1.5.21-1.debian.tar.xz ibus-kkc_1.5.21-1_amd64.deb ibus-kkc-dbg_1.5.21-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 14 15:37:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Oct 2014 15:37:55 +0000 Subject: [Pkg-ime-devel] ibus-kkc_1.5.21-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 14 Oct 2014 20:46:35 +0900 Source: ibus-kkc Binary: ibus-kkc ibus-kkc-dbg Architecture: source amd64 Version: 1.5.21-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Mitsuya Shibata Description: ibus-kkc - Japanese Kana Kanji input engine for IBus ibus-kkc-dbg - Japanese Kana Kanji input engine for IBus - debugging symbols Closes: 753865 765059 Changes: ibus-kkc (1.5.21-1) unstable; urgency=medium . * New upstream releasae. * Refresh patches. * Change Build-Depends from libgee-dev to libgee-0.8-dev. Closes: #753865, #765059 * Add "ibus (>= 1.5)" to Depends. * Update Standards-Version to 3.9.6. Checksums-Sha1: 1cc6823415fa2f4ca957a9fa421a3e9f199dd12f 2100 ibus-kkc_1.5.21-1.dsc 238c7003415a672d0578b5b8044c6bf2aa3f8cec 493129 ibus-kkc_1.5.21.orig.tar.gz 68b12554d01c2eccb7d2f3ffaf6b4482b398999a 5364 ibus-kkc_1.5.21-1.debian.tar.xz 78382eac9e88fa14d39ca5e81b9dd790ad5292a3 60606 ibus-kkc_1.5.21-1_amd64.deb 3c9d3ea120c0611457ae574ed1e85b801c20b70d 165676 ibus-kkc-dbg_1.5.21-1_amd64.deb Checksums-Sha256: a8edfff2d4a6b36bfebc94972daa16d3969f24e74d97fafce1f031cd1855eded 2100 ibus-kkc_1.5.21-1.dsc 25ce83265fb74a190577221cb6fb8d49f06c4a7aed8ffc0ebc8a8699d34106a1 493129 ibus-kkc_1.5.21.orig.tar.gz 26a61be079f750a2c8184be40e84eb295bd1de82538e1be0067f691c6587c78d 5364 ibus-kkc_1.5.21-1.debian.tar.xz 7fbaa69b2f66c88f3baa81e1744c7199a7935a60e74a37a73a75d1d5a4a8de78 60606 ibus-kkc_1.5.21-1_amd64.deb df9158c4ecf05f0f47b8f4a858545c7d0212794523303df58f04d3a5b28f7589 165676 ibus-kkc-dbg_1.5.21-1_amd64.deb Files: 836d73e666302d6fba6a2aed73b98097 2100 utils extra ibus-kkc_1.5.21-1.dsc 62e887dc2b89b6e71aba3c51f68e89a8 493129 utils extra ibus-kkc_1.5.21.orig.tar.gz d08eb8c56cab794d8b1db0464ebacf97 5364 utils extra ibus-kkc_1.5.21-1.debian.tar.xz 4eb724fa3d5c47ab841eb327b198ef1f 60606 utils extra ibus-kkc_1.5.21-1_amd64.deb 229e7485fe6a1c7dd09671f71ae4fc85 165676 debug extra ibus-kkc-dbg_1.5.21-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUPTzLAAoJEB4TVogd2NeRIWwP/AxsuVBUeTJGXVXgcYUlWs/u 0AhRShL+ksu30HJEKr+i/Sid39WONliZsidGxvKPi2WDgH78gx9KRcxCdpt3VWAe TJH1nRs6fxtqYDqqhCi/D8IfHjauZ/aw18CEdrLlrq0yE05CsBGG1NILOEf6fY0B +pF0kGQM3JnObm+iVwDORC5ZIzzpxThGaMJVAuJiYIqnCe+D52kz0l1t6jxT/+/X BVOesmuVi+z35EkeKrZOfeTqP8Cf2m6N5DX4YfXZS+RZNSDfRby3OZeYwphApIkp R7+T7eohdH0LJtJPeyaNZ6B7tAAtFXJtNp7eHKNsXO2qdFxz2RBpn103IvW2/PQR 9xGcENMKIC4H9JTlGSGn/ylgG7z2LbUr29q6ynGA0e6f/cFHtvjbJrNIE7YeqwDK ScEjJsDUKRm/pxp8Wp7A9O0R/Tl5OyGJis+mX7SQqnzqplGWLAYozrqReQvbG22S obmOWrpC4TMKh6FTXDsE34t8GlwzUfYEh07lpU049V57Yt5PtOrLnzvKaivirAqa VoHauy5I03WfV0o41hXi/fFa9l9dW4F7FJaGD56D6rrtfV1DiO8Iwo/G2U1+94dd LeOTebyF7yucHTy8PCGW4yueHSnIdQGZen6AHW67JiJ6A9eDNfAB2oPCQkZe3AJb 7OcIxddxDPfY0GIY/htd =HS0b -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Oct 14 15:39:09 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Oct 2014 15:39:09 +0000 Subject: [Pkg-ime-devel] Bug#753865: marked as done (ibus-kkc: depends on libgee2 which is deprecated) References: <20140705180707.DE029EE05BD@titan> Message-ID: Your message dated Tue, 14 Oct 2014 15:37:55 +0000 with message-id and subject line Bug#753865: fixed in ibus-kkc 1.5.21-1 has caused the Debian Bug report #753865, regarding ibus-kkc: depends on libgee2 which is deprecated 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 owner at bugs.debian.org immediately.) -- 753865: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753865 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: pochu at debian.org Subject: ibus-kkc: depends on libgee2 which is deprecated Date: Sat, 05 Jul 2014 20:07:07 +0200 Size: 2803 URL: -------------- next part -------------- An embedded message was scrubbed... From: Mitsuya Shibata Subject: Bug#753865: fixed in ibus-kkc 1.5.21-1 Date: Tue, 14 Oct 2014 15:37:55 +0000 Size: 5921 URL: From owner at bugs.debian.org Tue Oct 14 15:39:18 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Oct 2014 15:39:18 +0000 Subject: [Pkg-ime-devel] Bug#765059: marked as done (ibus-kkc: FTBFS - missing build dependency on libgee-0.8-dev) References: <20141013085112.GS58615@l04.Home> Message-ID: Your message dated Tue, 14 Oct 2014 15:37:55 +0000 with message-id and subject line Bug#765059: fixed in ibus-kkc 1.5.21-1 has caused the Debian Bug report #765059, regarding ibus-kkc: FTBFS - missing build dependency on libgee-0.8-dev 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 owner at bugs.debian.org immediately.) -- 765059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765059 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Tautschnig Subject: ibus-kkc: FTBFS - missing build dependency on libgee-0.8-dev Date: Mon, 13 Oct 2014 09:51:12 +0100 Size: 36236 URL: -------------- next part -------------- An embedded message was scrubbed... From: Mitsuya Shibata Subject: Bug#765059: fixed in ibus-kkc 1.5.21-1 Date: Tue, 14 Oct 2014 15:37:55 +0000 Size: 5897 URL: From ftpmaster at ftp-master.debian.org Tue Oct 14 16:04:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Oct 2014 16:04:52 +0000 Subject: [Pkg-ime-devel] Processing of ucimf-chewing_0.3-2_amd64.changes Message-ID: ucimf-chewing_0.3-2_amd64.changes uploaded successfully to localhost along with the files: ucimf-chewing_0.3-2.dsc ucimf-chewing_0.3-2.debian.tar.xz ucimf-chewing_0.3-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 14 16:09:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Oct 2014 16:09:54 +0000 Subject: [Pkg-ime-devel] Processing of fbterm-ucimf_0.2.9-3_amd64.changes Message-ID: fbterm-ucimf_0.2.9-3_amd64.changes uploaded successfully to localhost along with the files: fbterm-ucimf_0.2.9-3.dsc fbterm-ucimf_0.2.9-3.debian.tar.xz fbterm-ucimf_0.2.9-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 14 16:19:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Oct 2014 16:19:44 +0000 Subject: [Pkg-ime-devel] fbterm-ucimf_0.2.9-3_amd64.changes REJECTED Message-ID: fbterm-ucimf_0.2.9-3.dsc: Invalid size hash for fbterm-ucimf_0.2.9.orig.tar.gz: According to the control file the size hash should be 327737, but fbterm-ucimf_0.2.9.orig.tar.gz has 327253. If you did not include fbterm-ucimf_0.2.9.orig.tar.gz in you upload, a different version might already be known to the archive software. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Tue Oct 14 16:24:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Oct 2014 16:24:36 +0000 Subject: [Pkg-ime-devel] ucimf-chewing_0.3-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 14 Oct 2014 20:13:00 +0800 Source: ucimf-chewing Binary: ucimf-chewing Architecture: source amd64 Version: 0.3-2 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: ChangZhuo Chen (???) Description: ucimf-chewing - ucimf wrapper for Chewing input method Closes: 744535 765280 Changes: ucimf-chewing (0.3-2) unstable; urgency=medium . * Bump Standsrds-Version to 3.9.6 * Bump compat to 9 * Use dh-autoreconf (Closes: #744535, #765280) * Add ChangZhuo Chen (???) as Uploaders * Update Vcs-* fields * Update copyright Checksums-Sha1: 9401594e6dfbf2808242ca04275c1e4c35262d1f 2020 ucimf-chewing_0.3-2.dsc f7fdab28af71206b301b21543a1865a44481cf88 1920 ucimf-chewing_0.3-2.debian.tar.xz ace7298301a472a92719a6004e0393f19b10e122 54446 ucimf-chewing_0.3-2_amd64.deb Checksums-Sha256: ed8263ca944416e1175c9bd215315ccc99fb0b3798abd525411e8fb3577d9e60 2020 ucimf-chewing_0.3-2.dsc 194b7d27dec201ac25fbaaa12243a9b07a498d8b949adb60cfe723bb9a04ecef 1920 ucimf-chewing_0.3-2.debian.tar.xz fc9732d0d3e0bc89fa2ec3b481911d069c8cfa6e51da0a593969a8f56ed6e163 54446 ucimf-chewing_0.3-2_amd64.deb Files: 79c624a423b7209eb808c733e5a0e9a9 2020 utils optional ucimf-chewing_0.3-2.dsc 4aacd22a08fd11684b3e745502dd3091 1920 utils optional ucimf-chewing_0.3-2.debian.tar.xz fe97e42912ef0aa3a885b47eacc33f20 54446 utils optional ucimf-chewing_0.3-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJUPUbFAAoJEAo5NUq25X3hli8P/1iTNvAQyJtU1/p6RBDLyy7W 2zL94DqHYXSGFKaGzZj8l1grQAswP6Ctc/Mechy14OdctIhxj4zuv1Le4rKjZztr vRd2yfQ6pezsj4nlCR+6TxZoiQbG3c+2lczsWn30Fzam51HsRb1kifESRTVOEzsq yudJeXK/gH1RBqRuOktx7eIpeHGDBz9wrZNA1urbmvRlCHzQ9JUz683P8uQHSada aWyXVnNIQYaTFq0Go2xsRP63aNM6Vrr4kY3oiQ9OpcI4CHWSIWnWDULMqSPLVESx G2gYkdEtkOSqtobn00iXgtUXGlvSG7szwrcsDFVqF1WfzRHbTLljWOwoRasl3pW/ yqIQgH2KSqWZjmbigD+apm0n22f259sxT50VN0OAHvKFApve69TV9TJEUZ78so0J mcqcPpyljL/3iuKwCeqWk8pQdN2/E3w28Oppf0jyDNCsNXmCX5I5Nv1cyWTJZ4KU iI+O7rYTwUGFZVkrxJQGbuEehq3Zcby7mr2X8ll7Km1sgbDkESTVM8H4k7R9DHZJ LqyuXN1LwpBajmAydXkZ2D2rfe3VDAZUOC1lSAuCmJ4C4rH7w2SthiE83tMziq7Z F3AoPCaVAn1eeTEQJswTUpmG6aFP419ZvNHEAmT9ZgT1Y4zR2c3zSvOam2La04hr +wEPUxILNqOh8lp5L0R3 =qYcO -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Oct 14 16:27:18 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Oct 2014 16:27:18 +0000 Subject: [Pkg-ime-devel] Bug#744535: marked as done (ucimf-chewing: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4) References: Message-ID: Your message dated Tue, 14 Oct 2014 16:24:36 +0000 with message-id and subject line Bug#744535: fixed in ucimf-chewing 0.3-2 has caused the Debian Bug report #744535, regarding ucimf-chewing: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 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 owner at bugs.debian.org immediately.) -- 744535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744535 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Matthias Klose Subject: ucimf-chewing: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 Date: Sun, 13 Apr 2014 16:44:25 +0000 Size: 4530 URL: -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?b?Q2hhbmdaaHVvIENoZW4gKOmZs+aYjOWArCk=?= Subject: Bug#744535: fixed in ucimf-chewing 0.3-2 Date: Tue, 14 Oct 2014 16:24:36 +0000 Size: 5341 URL: From owner at bugs.debian.org Tue Oct 14 16:27:27 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Oct 2014 16:27:27 +0000 Subject: [Pkg-ime-devel] Bug#765280: marked as done (ucimf-chewing: run dh-autoreconf to update for new architectures) References: <20141013212208.3630.95707.reportbug@kh.home.wookware.org> Message-ID: Your message dated Tue, 14 Oct 2014 16:24:36 +0000 with message-id and subject line Bug#765280: fixed in ucimf-chewing 0.3-2 has caused the Debian Bug report #765280, regarding ucimf-chewing: run dh-autoreconf to update for new architectures 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 owner at bugs.debian.org immediately.) -- 765280: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765280 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Wookey Subject: ucimf-chewing: run dh-autoreconf to update for new architectures Date: Mon, 13 Oct 2014 22:22:08 +0100 Size: 3662 URL: -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?b?Q2hhbmdaaHVvIENoZW4gKOmZs+aYjOWArCk=?= Subject: Bug#765280: fixed in ucimf-chewing 0.3-2 Date: Tue, 14 Oct 2014 16:24:36 +0000 Size: 5366 URL: From koster at debian.org Tue Oct 14 16:07:44 2014 From: koster at debian.org (=?utf-8?B?S2FuLVJ1IENoZW4gKOmZs+S+g+Wmgik=?=) Date: Wed, 15 Oct 2014 00:07:44 +0800 Subject: [Pkg-ime-devel] Please help to sponsor ucimf-chewing In-Reply-To: <20141014122300.GA21459@gmail.com> ("ChangZhuo Chen \=\?utf-8\?B\?XCIo6Zmz5piM5YCsKVwiIidz\?\= message of "Tue, 14 Oct 2014 20:23:00 +0800") References: <20141014122300.GA21459@gmail.com> Message-ID: <87r3ya63e7.fsf@isil.kanru.info> ChangZhuo Chen "(???)" writes: > Hi All, > > I just update ucimf-chewing to use "--with autoreconf". Please help to > review and sponsor it, thanks. > > The code is in [0]. > > [0] https://anonscm.debian.org/cgit/pkg-ime/ucimf-chewing.git Uploaded. Thanks! Kanru -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 818 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Tue Oct 14 17:30:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Oct 2014 17:30:51 +0000 Subject: [Pkg-ime-devel] Processing of fbterm-ucimf_0.2.9-3_amd64.changes Message-ID: fbterm-ucimf_0.2.9-3_amd64.changes uploaded successfully to localhost along with the files: fbterm-ucimf_0.2.9-3.dsc fbterm-ucimf_0.2.9-3.debian.tar.xz fbterm-ucimf_0.2.9-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 14 17:34:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Oct 2014 17:34:19 +0000 Subject: [Pkg-ime-devel] fbterm-ucimf_0.2.9-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 14 Oct 2014 23:08:59 +0800 Source: fbterm-ucimf Binary: fbterm-ucimf Architecture: source amd64 Version: 0.2.9-3 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: ChangZhuo Chen (???) Description: fbterm-ucimf - ucimf input method interface for fbterm Closes: 650778 765204 Changes: fbterm-ucimf (0.2.9-3) unstable; urgency=medium . * Bump compat to 9 * Bump Standards-Version: to 3.9.6 * Use machine-readable debian/copyright * Add Vcs-* fields * Use dh-autoreconf. Thanks to Wookey (Closes: #765204) * Fix typo. Thanks to Davide Prina (Closes: #650778) * Add ChangZhuo Chen (???) as Uploader Checksums-Sha1: 31f0e49468e646ce6749be5887d60c1ce28a55fd 2045 fbterm-ucimf_0.2.9-3.dsc b613e34b7f5e25484bde24369ece01c0f15959a8 3388 fbterm-ucimf_0.2.9-3.debian.tar.xz c39c60896203f8b1e2b9ca96b68132c71a5c3def 8484 fbterm-ucimf_0.2.9-3_amd64.deb Checksums-Sha256: c939fa52302fbb0cd60e27d9c49018c0f53f7557c65b0947a0f5a62bcc142b4f 2045 fbterm-ucimf_0.2.9-3.dsc 35d9b615715c832c0954a27f27191d610ffde87ce792cbd01c4e56a8606f716d 3388 fbterm-ucimf_0.2.9-3.debian.tar.xz 2ac49a7b64edf43f87474129cf202c2ca75dfe518296806c29cda121d8addfd2 8484 fbterm-ucimf_0.2.9-3_amd64.deb Files: 0e36d9f9ec823b345b6ffddbc1b6047f 2045 utils optional fbterm-ucimf_0.2.9-3.dsc 986a8559212699711090d352bc4a175e 3388 utils optional fbterm-ucimf_0.2.9-3.debian.tar.xz 0e8cc06cb4397be9fa313dd4ac186db5 8484 utils optional fbterm-ucimf_0.2.9-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJUPVxZAAoJEAo5NUq25X3hJKIQAI+PWGO6CeSEz7mwHAu7Wdl7 C04cUHEW446z5gBwNE3JRL9hdLjI81e0LlFHTxBBnCsRILcwdHmn0RUD6W8EW7mb TpJnBe0zWBGoNf+7gJ3dzl1L9S4OueWDpbtpjvSAFVapUY2mchcC1ZJxIWBINext c/n6HHTAC/U25awBG9j1smkpScsTexMIRg7lG4URfW6LmAZhqDvU4MnWtbNpCwpU GYOutpf9SbqdTn0520aHAKVc11ABZ07swo1B6rZ7oT0C9jmi1oww2UqdxLCjVu8T CnGTRJEClFEjQR5kEtEGSlbFwLl8FKfesl8khjGqtNyeQctFiSF7spaoHBfsLWwQ HUZMAc1ENx5n7XbUogtkYkygLAgxdyYCooTP2Zmqrs/PXXtrrJUZv6kicCMAOo2P vnIEPgqv9nPRR3CS8S2XXgNok5Ajuc6ZwUB8k1dkdyhEg9lbNO1m/bXOWB9tRM1d JajWATTRcCSWX0inL5qDLdsJFzKihkeVhL/fy2ikH8RZCCJBke+YIvN/A+baeIz9 Yc34b/8QA3MsfOUl0+1sFqwlVc1F9svHMzauoYzjliVz8iuCJaWGFxysMswYGlXP NxrcjogoMQdLpfNIAl6vR9PWuo2ByZaUSwUJld87y5Q8eNiCefksCviQuJCgJGxQ /ysYR2LU3wO9nUSNgbzY =6dzV -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Oct 14 17:36:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Oct 2014 17:36:05 +0000 Subject: [Pkg-ime-devel] Bug#650778: marked as done (fbterm-ucimf: typo in package description) References: <4ED93EED.5060201@gmail.com> Message-ID: Your message dated Tue, 14 Oct 2014 17:34:19 +0000 with message-id and subject line Bug#650778: fixed in fbterm-ucimf 0.2.9-3 has caused the Debian Bug report #650778, regarding fbterm-ucimf: typo in package description 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 owner at bugs.debian.org immediately.) -- 650778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650778 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Davide Prina Subject: fbterm-ucimf: typo in package description Date: Fri, 02 Dec 2011 22:11:09 +0100 Size: 2762 URL: -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?b?Q2hhbmdaaHVvIENoZW4gKOmZs+aYjOWArCk=?= Subject: Bug#650778: fixed in fbterm-ucimf 0.2.9-3 Date: Tue, 14 Oct 2014 17:34:19 +0000 Size: 5465 URL: From owner at bugs.debian.org Tue Oct 14 17:36:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Oct 2014 17:36:14 +0000 Subject: [Pkg-ime-devel] Bug#765204: marked as done (fbterm-ucimf: run dh-autoreconf to update for new architectures) References: <20141013212006.1204.39617.reportbug@kh.home.wookware.org> Message-ID: Your message dated Tue, 14 Oct 2014 17:34:19 +0000 with message-id and subject line Bug#765204: fixed in fbterm-ucimf 0.2.9-3 has caused the Debian Bug report #765204, regarding fbterm-ucimf: run dh-autoreconf to update for new architectures 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 owner at bugs.debian.org immediately.) -- 765204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765204 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Wookey Subject: fbterm-ucimf: run dh-autoreconf to update for new architectures Date: Mon, 13 Oct 2014 22:20:06 +0100 Size: 3647 URL: -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?b?Q2hhbmdaaHVvIENoZW4gKOmZs+aYjOWArCk=?= Subject: Bug#765204: fixed in fbterm-ucimf 0.2.9-3 Date: Tue, 14 Oct 2014 17:34:19 +0000 Size: 5440 URL: From noreply at release.debian.org Wed Oct 15 04:39:05 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:05 +0000 Subject: [Pkg-ime-devel] fcitx-fbterm is marked for autoremoval from testing Message-ID: fcitx-fbterm 0.2.0-2 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:06 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:06 +0000 Subject: [Pkg-ime-devel] fcitx-chewing is marked for autoremoval from testing Message-ID: fcitx-chewing 0.2.2-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:05 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:05 +0000 Subject: [Pkg-ime-devel] fcitx-rime is marked for autoremoval from testing Message-ID: fcitx-rime 0.3.1-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:06 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:06 +0000 Subject: [Pkg-ime-devel] fcitx-m17n is marked for autoremoval from testing Message-ID: fcitx-m17n 0.2.3-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:06 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:06 +0000 Subject: [Pkg-ime-devel] fcitx-qt5 is marked for autoremoval from testing Message-ID: fcitx-qt5 0.1.2-2 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:07 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:07 +0000 Subject: [Pkg-ime-devel] fcitx-anthy is marked for autoremoval from testing Message-ID: fcitx-anthy 0.2.1-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:06 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:06 +0000 Subject: [Pkg-ime-devel] fcitx-configtool is marked for autoremoval from testing Message-ID: fcitx-configtool 0.4.7-2 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:05 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:05 +0000 Subject: [Pkg-ime-devel] fcitx-sayura is marked for autoremoval from testing Message-ID: fcitx-sayura 0.1.1-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:07 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:07 +0000 Subject: [Pkg-ime-devel] fcitx is marked for autoremoval from testing Message-ID: fcitx 1:4.2.8.4-3 is marked for autoremoval from testing on 2014-11-13 It is affected by these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:07 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:07 +0000 Subject: [Pkg-ime-devel] fcitx-table-other is marked for autoremoval from testing Message-ID: fcitx-table-other 0.2.2-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:09 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:09 +0000 Subject: [Pkg-ime-devel] fcitx-table-extra is marked for autoremoval from testing Message-ID: fcitx-table-extra 0.3.4-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:08 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:08 +0000 Subject: [Pkg-ime-devel] fcitx-cloudpinyin is marked for autoremoval from testing Message-ID: fcitx-cloudpinyin 0.3.4-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:09 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:09 +0000 Subject: [Pkg-ime-devel] fcitx-googlepinyin is marked for autoremoval from testing Message-ID: fcitx-googlepinyin 0.1.6-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:10 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:10 +0000 Subject: [Pkg-ime-devel] fcitx-libpinyin is marked for autoremoval from testing Message-ID: fcitx-libpinyin 0.3.1-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:09 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:09 +0000 Subject: [Pkg-ime-devel] kcm-fcitx is marked for autoremoval from testing Message-ID: kcm-fcitx 0.4.3-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:07 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:07 +0000 Subject: [Pkg-ime-devel] fcitx-unikey is marked for autoremoval from testing Message-ID: fcitx-unikey 0.2.4-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From noreply at release.debian.org Wed Oct 15 04:39:08 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 15 Oct 2014 04:39:08 +0000 Subject: [Pkg-ime-devel] fcitx-hangul is marked for autoremoval from testing Message-ID: fcitx-hangul 0.3.0-1 is marked for autoremoval from testing on 2014-11-13 It (build-)depends on packages with these RC bugs: 762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory From ftpmaster at ftp-master.debian.org Wed Oct 15 14:11:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 15 Oct 2014 14:11:06 +0000 Subject: [Pkg-ime-devel] Processing of ibus-anthy_1.5.6-1_amd64.changes Message-ID: ibus-anthy_1.5.6-1_amd64.changes uploaded successfully to localhost along with the files: ibus-anthy_1.5.6-1.dsc ibus-anthy_1.5.6.orig.tar.gz ibus-anthy_1.5.6-1.debian.tar.xz ibus-anthy_1.5.6-1_amd64.deb ibus-anthy-dev_1.5.6-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Oct 15 15:39:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 15 Oct 2014 15:39:18 +0000 Subject: [Pkg-ime-devel] ibus-anthy_1.5.6-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 16 Oct 2014 00:52:45 +0900 Source: ibus-anthy Binary: ibus-anthy ibus-anthy-dev Architecture: source amd64 Version: 1.5.6-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-anthy - anthy engine for IBus ibus-anthy-dev - anthy engine for IBus, development files Changes: ibus-anthy (1.5.6-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 395ac58c980c93a6f0614a894cd5386171a09277 2202 ibus-anthy_1.5.6-1.dsc 9efe1bc9b7b128b971ee0dedd47cefa403088af3 207526 ibus-anthy_1.5.6.orig.tar.gz 1f116e21cceb0e4b6fe64848ea6d1b094b3787d3 4376 ibus-anthy_1.5.6-1.debian.tar.xz 26219efa38b5e69662a910be5ad10d5354e63e6d 81736 ibus-anthy_1.5.6-1_amd64.deb 0ea6c0fdbba1c44f173c48bd037e1c77916f5021 7568 ibus-anthy-dev_1.5.6-1_amd64.deb Checksums-Sha256: eb5a72055667a25d840c4d2db15b5e1f9147412da5564b64086f28f7f0ccd7e3 2202 ibus-anthy_1.5.6-1.dsc 1117db0dd4150cb5e0ca0c72d76303c7968657cac6681f20bc8976f55d43ce85 207526 ibus-anthy_1.5.6.orig.tar.gz 7cb654e48b6ebaefabcf154721cf0d50ac64c8d2fe1018c4259daaf60733a3a6 4376 ibus-anthy_1.5.6-1.debian.tar.xz 3076828e2571ef8382e68af9b365bae3901d0ef43766587549e3b962557fe4db 81736 ibus-anthy_1.5.6-1_amd64.deb 61f674050b2989fe4b5247edea426cb61d527b02ed6aedc442d06d77c1f61c50 7568 ibus-anthy-dev_1.5.6-1_amd64.deb Files: 97a6fdb0190eaf8f714918c8f2503d48 2202 utils optional ibus-anthy_1.5.6-1.dsc 50c8068d789a24c68619136835dcc36f 207526 utils optional ibus-anthy_1.5.6.orig.tar.gz 23b857ff8157b366e758446cda5a632d 4376 utils optional ibus-anthy_1.5.6-1.debian.tar.xz dcbb9c3ae2530ea2cafa0608d0f56a6f 81736 utils optional ibus-anthy_1.5.6-1_amd64.deb 059ada3a82b2e4da31e6026fcad4c1d6 7568 libdevel optional ibus-anthy-dev_1.5.6-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUPn+eAAoJEB4TVogd2NeRBEwQAJ+Q+FHVMmqfE7HMpZFgRbCJ AkxHFPnANM7UZjMbLMcAdkgXgj/ePdyW9vLXoNDzqbtuehNJoKSs44kI8Fkbyarw y7QtoytIsAOA6vdbH7nTbGYwD7VzmwK8vS3VV0Ip0pYAv5uRGCOtotEG3edAFLXA ffQ8XgPbdXBADe7lwPWW9KIm6Uh36h/qTDYLLzTfFPKSWIm9Wxc6nhvjrFD6qrAA bvC9AqMbgi5QM/JyJlSufjTlr9dsRQ3Hh+HNEM5kosTbcfTOyTgL78ESlqjSXVOJ tdp69OvrcYNejbm5I4ZthwGMo4+C6Dc17KEsknjIs+Ii/d8B6kWhmlWS56CdTQEF A4EBXa0iAYm0aHV2w0lfGG2XTGIDUrUMTm6enhxVBmoSoGieCkDpXEr8Rv8uT9Dp 876BAK2VD6etxRYLvWACYEtw8hktqP0IUn4BwJTrfNuqLNogzPyMWejTfxiaRy1H y0CNSeF0F0xpa/K1XbtH9wms71wLkx19H/HwdqTo0ZeK4EcQLdohb8NXYur/DDZG Rm5jE5ZOCre+OQ58I+l4A8JKx88QKohNSVD9G/+jUJXQxA3DFXETDyJUVbCuqQb+ p2k1DTUhEH5WwxJOdql7qvI5Ny6wXeUMMXDSppJ00ke1RSkIlJ15sP5UNDhL/ojr P8GIjknlPBSaSoyxTEP0 =53bj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From kmuto at debian.org Thu Oct 16 00:19:59 2014 From: kmuto at debian.org (Kenshi Muto) Date: Thu, 16 Oct 2014 09:19:59 +0900 Subject: [Pkg-ime-devel] Bug#762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory Message-ID: <20141016001959.AA1B74920477@mail.topstudio.co.jp> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi, Is there any update for this bug#762832? mlterm depends fcitx, and I got a message from Release team; "mlterm 3.3.8-1 is marked for autoremoval from testing on 2014-11-13". Thanks, - -- Kenshi Muto kmuto at debian.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.9 iQIcBAEBCgAGBQJUPw8lAAoJEB0hyD3EUuD8rGQP/1vXiCDo/j1ZE/LBPMxy/F6w 95TQczAAu/okG9zj6ypMY8otdQopej9/mkCzTzIdsui7gt7j7e37R+xlJ1SGn0E4 WUxlZqH5yzbk8fW1k9+tBHfHBycY/AVKm2B3/Vd4Fsbr2SVS9ixJ9ZWe+2RwJ7Jk 5VbFJLyfuB6Lo1iM67wA57I8IBBMZJrVo+Ej+RCZcP+CNO4yt/p/e5G+i/CpmWcu THowiyyRzJ3OzFjBpg5HvEqZy55rV9/eD4meTp2aJE2ZSttIDC7HeGdzs2IuNX0H xHK4UrIBTGbxQ1RHIRuoSrul5xfnmk5O/f0jiAXLnU7lFJbOPF2HaNuZT48XYKoA sLEpRXuZc05ki+B5R7X8XBUk4hqvTiyrwIm9o/obBsMj2Duk/g8Ucz3cp2MXKHWz 9uk87bkHvBoDG/XjSBmTj7Zpf/FyUxjgeqomoofyT1hx6fSrcTOYsOzvx3gGdKUJ 21BtkuheF7j6eFxgcWvwVePE1zQVi/5SXfTBiN+4NFFk6Uy87HNYecQrsE+ksySV KtKBWdUnsE7gd6xje3oQ/SEpqtqjwqLPmu+AIwbiA+n7o6lO1SEDQ3VPWv2ml1CJ uvID/tQbVzZlkPQHmWen4o20jHOtIq6muKN5Q/68rnm17gFaiE73SDk2AINZlP6o FpRBxVXdiokpNLScKCcj =M0vl -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Thu Oct 16 10:22:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 16 Oct 2014 10:22:42 +0000 Subject: [Pkg-ime-devel] Processing of ibus-array_0.0.3-1_amd64.changes Message-ID: ibus-array_0.0.3-1_amd64.changes uploaded successfully to localhost along with the files: ibus-array_0.0.3-1.dsc ibus-array_0.0.3.orig.tar.gz ibus-array_0.0.3-1.debian.tar.xz ibus-array_0.0.3-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 16 10:38:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 16 Oct 2014 10:38:47 +0000 Subject: [Pkg-ime-devel] ibus-array_0.0.3-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 16 Oct 2014 18:11:05 +0800 Source: ibus-array Binary: ibus-array Architecture: source amd64 Version: 0.0.3-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Keng-Yu Lin Description: ibus-array - Array 30 input engine for iBus Changes: ibus-array (0.0.3-1) unstable; urgency=medium . * New upstream release Checksums-Sha1: c907c1eb44a6397be708ecb4052e508695e6915a 2086 ibus-array_0.0.3-1.dsc f0df785304453d387b92da58b348866a0a8c2a4a 3257132 ibus-array_0.0.3.orig.tar.gz 27c805ff9245ce205a8145fd73606087eb120d0d 2904 ibus-array_0.0.3-1.debian.tar.xz 2ad45f1b9f029d562bc30f0147cf60d543e8b174 743016 ibus-array_0.0.3-1_amd64.deb Checksums-Sha256: dfcc1cbd7e4626c4c69882baf96a0aa7cf574acd5212405dd033330c28239c78 2086 ibus-array_0.0.3-1.dsc 615073e8cae077e371ec3ab69b1e1b3f6045a3ae1047637d4b9e9847df5f6386 3257132 ibus-array_0.0.3.orig.tar.gz 0b4489f63920115c4e185e54640736b47ed833fee41ae223e6a3267af83887f2 2904 ibus-array_0.0.3-1.debian.tar.xz 42f5e6bcd8ab13575affc44d1b2898138040e7018d12a8d18a82dd15f6bc2177 743016 ibus-array_0.0.3-1_amd64.deb Files: 367aa9442dbb1ffc04198deff4be457e 2086 utils optional ibus-array_0.0.3-1.dsc a529a57fed7dd296a22326d28e58eb11 3257132 utils optional ibus-array_0.0.3.orig.tar.gz eff0d6907fd4d27a604339262ac50873 2904 utils optional ibus-array_0.0.3-1.debian.tar.xz b745d92dad4ece2d505b44578657fbad 743016 utils optional ibus-array_0.0.3-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUP5uDAAoJEMYXhp8UeFBOaYQP/1xb50bZXZECY2ePZu1dkwkP an2SmRNwhTu0oidbTf9sihIt7ztktQQgFAtK/UrzPI8RLAUhN/rDqQikLedm+qkQ Lwgyh/uZkSFPcqgfrTOlNsKfU9PUsZdNnduohZKryRNHzz3IWLg8f+80wCOJlzQA oM4fZ/bxckaigEtFfau/bb4hw+TYt/cIuP1Gg0HtEy/VfcmYp1JPUnT+stTmwJF+ iBCXOBrfv4C4N17+RMLirEIve8pbBqC1x4DyNNj4BzOxGY7FbA50ENu7JMmUoUaD FYICPx0UsPHOJ0WYy+Hdl90ydMIqk0decb2i7/RhhF/dvffEhqzoawyG8cqWl8f5 JKvA1ax0SlbOietydI9D6Pjpd6fig/fifMF7U8wlQAUHfKTpATI0Tg0l0xBsMYg2 vs65GZftY9AvfiuUCLFPX0AHvUbLPKs0b46oDGh0V63g6hZ6Fgf98EbQT2wn4z3R KbISpdYOiJKOhhMpQ2GO48AGQfyvsah+d4ysxUhjR7bVzYC3JwJ61X1Q88A3ubNn juditvcW2jhTi7iOIUUo/C81wFZSBzxGgEM/lwfqor106VXMJPiEe18pIJSeQATM PqIUBSSQ6RM5MwxdqHR1KsEDX/9fB5bSDes0xoqzCL4AuL8TmLNvFPCgk4leOg6G CKPcvR8CQykJ15umJpwj =Wu9D -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From knok at daionet.gr.jp Fri Oct 17 06:05:47 2014 From: knok at daionet.gr.jp (NOKUBI Takatsugu) Date: Fri, 17 Oct 2014 15:05:47 +0900 Subject: [Pkg-ime-devel] Bug#762832: Bug#762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory In-Reply-To: <20141016001959.AA1B74920477@mail.topstudio.co.jp> References: <20141016001959.AA1B74920477@mail.topstudio.co.jp> Message-ID: <87bnpb2ptw.wl%knok@daionet.gr.jp> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 At Thu, 16 Oct 2014 09:19:59 +0900, Kenshi Muto wrote: > Is there any update for this bug#762832? > > mlterm depends fcitx, and I got a message from Release team; > "mlterm 3.3.8-1 is marked for autoremoval from testing on 2014-11-13". I tested fcitx-4.2.8.5-1.1-nmu.diff on git HEAD, it seems fine for me. I'll try to upload it with DELAYED/7. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.9 iQIVAwUBVECxsLBmYuycDBQEAQgf5RAAqdBleFNfEW10KiymCkIWl5gkiL01Ug8s qdBQKitj6OI2avveEcLywY4Fc52PItIYTH5evfgDjZ0ig7JvbhQ/tbXb1R3AROp5 p/dRG+jG5fF4EKesfSFiS/On5iuUV4VMxqZ/fACBrcEFNyfrXXV6dFxEhRZRicKF OXtrHZDUn+ge05NJ/W/MnumtvGZxflijAM2ZmKphbdjnOldaYT+iJeBOSDR5jdlh acvC7EwIfsO3YQQTxLT/2SDnqUrqD67ABgh43vVRsj/fU7PMG5yCopoI9c7E54El cmCPHf37Rk3pj08f2RnH6pZfpZgmdLAIn9+iFg6C1Eiqmep6dmO1iKNsrwGxJRoF ni1kwzwHvY0Lj3Qn1pu/TCj0ldmswKrZ/jggjFYZx/O1qdXMUP/HkPCggG9Tt9FZ t4dz80L0CQX/GLHbly+eKrPu21Bzrf3H8+7XrEWR/jPlIa8fMqbmuPoqJpA7J+oH n3cXT6WEX4onFAG2WHVXRCcPfeXXE+xFY0ffQM0uZ3M/M8yT2u/1XHRB/bhp8Z4y dqnzeYqLULjE4PZzasy/g+UzMvjpDQ4/3OHXXaiEXZR5iEGqEPrK/R3RJQX7X8Sd wHNWRJurKopDUO2whpB8XqxgLI773d5XO70QowvcRVHZFVUR2nlZ8OohNWCdvwy8 NXRA1eiZwjk= =3UMx -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Fri Oct 17 06:51:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 17 Oct 2014 06:51:55 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.8.5-1.1_i386.changes Message-ID: fcitx_4.2.8.5-1.1_i386.changes uploaded successfully to localhost along with the files: fcitx_4.2.8.5-1.1_all.deb fcitx-bin_4.2.8.5-1.1_i386.deb fcitx-data_4.2.8.5-1.1_all.deb fcitx-libs_4.2.8.5-1.1_all.deb libfcitx-config4_4.2.8.5-1.1_i386.deb libfcitx-core0_4.2.8.5-1.1_i386.deb libfcitx-utils0_4.2.8.5-1.1_i386.deb fcitx-libs-gclient_4.2.8.5-1.1_all.deb libfcitx-gclient0_4.2.8.5-1.1_i386.deb fcitx-libs-qt_4.2.8.5-1.1_all.deb libfcitx-qt0_4.2.8.5-1.1_i386.deb fcitx-libs-dev_4.2.8.5-1.1_i386.deb gir1.2-fcitx-1.0_4.2.8.5-1.1_i386.deb fcitx-dbg_4.2.8.5-1.1_i386.deb fcitx-ui-classic_4.2.8.5-1.1_i386.deb fcitx-frontend-all_4.2.8.5-1.1_all.deb fcitx-frontend-gtk2_4.2.8.5-1.1_i386.deb fcitx-frontend-gtk3_4.2.8.5-1.1_i386.deb fcitx-frontend-qt4_4.2.8.5-1.1_i386.deb fcitx-pinyin_4.2.8.5-1.1_i386.deb fcitx-qw_4.2.8.5-1.1_i386.deb fcitx-table_4.2.8.5-1.1_i386.deb fcitx-table-all_4.2.8.5-1.1_all.deb fcitx-table-bingchan_4.2.8.5-1.1_i386.deb fcitx-table-cangjie_4.2.8.5-1.1_i386.deb fcitx-table-dianbaoma_4.2.8.5-1.1_i386.deb fcitx-table-erbi_4.2.8.5-1.1_i386.deb fcitx-table-wanfeng_4.2.8.5-1.1_i386.deb fcitx-table-wbpy_4.2.8.5-1.1_i386.deb fcitx-table-wubi_4.2.8.5-1.1_i386.deb fcitx-table-ziranma_4.2.8.5-1.1_i386.deb fcitx-modules_4.2.8.5-1.1_i386.deb fcitx-module-dbus_4.2.8.5-1.1_i386.deb fcitx-module-x11_4.2.8.5-1.1_i386.deb fcitx-module-lua_4.2.8.5-1.1_i386.deb fcitx-module-kimpanel_4.2.8.5-1.1_i386.deb fcitx-module-quickphrase-editor_4.2.8.5-1.1_i386.deb fcitx-tools_4.2.8.5-1.1_i386.deb fcitx_4.2.8.5-1.1.dsc fcitx_4.2.8.5-1.1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From aelmahmoudy at users.sourceforge.net Mon Oct 20 08:14:44 2014 From: aelmahmoudy at users.sourceforge.net (=?UTF-8?Q?=D8=A3=D8=AD=D9=85=D8=AF_?= =?UTF-8?Q?=D8=A7=D9=84=D9=85=D8=AD=D9=85=D9=88=D8=AF=D9=8A?=) Date: Mon, 20 Oct 2014 10:14:44 +0200 Subject: [Pkg-ime-devel] Bug#762832: Bug#762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory In-Reply-To: <87bnpb2ptw.wl%knok@daionet.gr.jp> References: <20141016001959.AA1B74920477@mail.topstudio.co.jp> <87bnpb2ptw.wl%knok@daionet.gr.jp> Message-ID: <20141020081444.GA1269@ants.local> Hello, On Fri, Oct 17, 2014 at 03:05:47PM +0900, NOKUBI Takatsugu wrote: > I tested fcitx-4.2.8.5-1.1-nmu.diff on git HEAD, it seems fine for me. > I'll try to upload it with DELAYED/7. ---end quoted text--- Any progress regarding that issue ? -- ????? ???????? (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: From noreply at release.debian.org Mon Oct 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Oct 2014 16:39:17 +0000 Subject: [Pkg-ime-devel] ibus 1.5.8-3 MIGRATED to testing Message-ID: FYI: The status of the ibus source package in Debian's testing distribution has changed. Previous version: 1.5.8-2 Current version: 1.5.8-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Tue Oct 21 12:45:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Oct 2014 12:45:30 +0000 Subject: [Pkg-ime-devel] Processing of libskk_1.0.2-1_amd64.changes Message-ID: libskk_1.0.2-1_amd64.changes uploaded successfully to localhost along with the files: libskk_1.0.2-1.dsc libskk_1.0.2.orig.tar.gz libskk_1.0.2-1.debian.tar.xz libskk-common_1.0.2-1_all.deb libskk0_1.0.2-1_amd64.deb libskk-dev_1.0.2-1_amd64.deb libskk-dbg_1.0.2-1_amd64.deb gir1.2-skk-1.0_1.0.2-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 21 12:49:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Oct 2014 12:49:12 +0000 Subject: [Pkg-ime-devel] libskk_1.0.2-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 20 Oct 2014 00:09:49 +0900 Source: libskk Binary: libskk-common libskk0 libskk-dev libskk-dbg gir1.2-skk-1.0 Architecture: source all amd64 Version: 1.0.2-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: gir1.2-skk-1.0 - library to deal with Japanese kana-kanji conversion method - intr libskk-common - library to deal with Japanese kana-kanji conversion method - comm libskk-dbg - library to deal with Japanese kana-kanji conversion method - debu libskk-dev - library to deal with Japanese kana-kanji conversion method - deve libskk0 - library to deal with Japanese kana-kanji conversion method Closes: 742214 753872 760856 Changes: libskk (1.0.2-1) unstable; urgency=medium . * Team upload. * New upstream release for B-D: libgee-0.8-dev. Closes: #753872 * Fix return-type in upstream. Closes: #742214 * Update URL for watch file and control. Closes: #760856 Checksums-Sha1: 950b80597e96490d480cd5adf353c06809911c3a 2257 libskk_1.0.2-1.dsc 78ac1d0d4017d6b5f45fa753c492331ea3f40799 188063 libskk_1.0.2.orig.tar.gz 72c98e205c8741a2658c4155d0f7b50e75acb82e 4524 libskk_1.0.2-1.debian.tar.xz cbe5829ca97ebe3eee1751f92df8a670c1b3f26e 34780 libskk-common_1.0.2-1_all.deb b407e2b7fe5d011e6270344ab52705696499da67 82410 libskk0_1.0.2-1_amd64.deb 44ac5aac7e7fd6b8a5fe83d629d6279c5032fd11 54682 libskk-dev_1.0.2-1_amd64.deb 6e8f343c56e62cbb20cd27e211fa511a938b471b 320180 libskk-dbg_1.0.2-1_amd64.deb d2a14db4c79c262fd14061de6251b6fe7e4db97e 31548 gir1.2-skk-1.0_1.0.2-1_amd64.deb Checksums-Sha256: e11b2c4c40f00d4634d295eaa7a4ca25806e872398f7c7574aa80876b04c3386 2257 libskk_1.0.2-1.dsc 5a68d100e006c3525e7f94579428c1cf015320f4f2e879e18c470dce3cba93c5 188063 libskk_1.0.2.orig.tar.gz e7b37332b9c3b95d5e59181fc3a1065d98678fde50e64af8cbe0bd832ae842c6 4524 libskk_1.0.2-1.debian.tar.xz 9419eda91a8604fed501e921a191ba3dc5b6ba35ff1192d31f7379bf6732d1bc 34780 libskk-common_1.0.2-1_all.deb 0b3566a312645cb92d88b713c082f9408d1d3aaea75ffbd349e7d450372ab91a 82410 libskk0_1.0.2-1_amd64.deb 39f964b1ac70de7bbf0059ec3eadcc4274f19808a7918401f8af7626ca6cdbb5 54682 libskk-dev_1.0.2-1_amd64.deb ffee98b52745d1b25c74aa2d1e70eefd917dee302eec206cc5fae1e8990fd954 320180 libskk-dbg_1.0.2-1_amd64.deb 60ba0e93e0abd3df7108e08a3506700d6827e416f0c97ff0fda87cd7733ec110 31548 gir1.2-skk-1.0_1.0.2-1_amd64.deb Files: e766859229a75748d431943c08a58cb1 2257 libs optional libskk_1.0.2-1.dsc 2a13821b5a7b7db49c983a6fcb490a3d 188063 libs optional libskk_1.0.2.orig.tar.gz d2e2c31e7a4611d283a3c0af74d7f15e 4524 libs optional libskk_1.0.2-1.debian.tar.xz e290939dac39f0e783c9f4ae93bac2d3 34780 libs optional libskk-common_1.0.2-1_all.deb 468b341588e26585fd92354717813f13 82410 libs optional libskk0_1.0.2-1_amd64.deb 9ab9d5ac62e5d07de0ce55ac3e4b6172 54682 libdevel optional libskk-dev_1.0.2-1_amd64.deb b9a9360fc5f0167bf4507c8f4527c501 320180 debug extra libskk-dbg_1.0.2-1_amd64.deb 0b89ed80887c6b36f7b23b52a1bf3461 31548 introspection optional gir1.2-skk-1.0_1.0.2-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJURlT2AAoJEB4TVogd2NeRm58P/jSWf+sJRrKzLjl5oLKV0cV8 hVqXTesyVBS9oW0svpq5DeC+hk/3lP0LvW6TyRMqlEeQNzha4p5niCRcATlgJYG7 erQ3e1lmTJfbSKBLHrIUBj6VJSNY+dmLakbGIZRzjtKuQ+975HFlWBIxBH3ewKFS FgXBeG9B+D+GgU+xQc/2NjYrEgVBy0PKxg80vt4mY2KPBy9hOuUILgrBS6RgO/qQ MWZJmp2nEZ3p6vEbY15BaSjcWPY0FA59locPFTTM1olZCqeTmLRVdCU6zyGnJ1ag DR2Zefx3i8CPox4WvtJpEi3AbSZQx7042oaJB54UW20CI48fMyBhD3Nv+WlJheDV YQUgIi7tmEUPGhgVr1FeMMRF4fZHB7F1DaYhou7dY+eo/+uleIwHDNoo7Xws5l4+ JEluoFME53qqSqiap0a+JJtvIB63vjpsCiYbg9xK975K7txrYR4CFjqlNjePquLJ OsORQrfrpEnAT763sFZbvPA3Zn2NdJ4PvRMy+09rg0e+QKG4iWRMNdwYGWqkMRN6 YyrwxDJhRMP2RNriMmg2ontPBfWZNWECXuDfkBq53qopaGdArtyD+0d3tJ/lv20T lCGQ7cN8IjsTM49p5S5IO2j0IHk2rCYgeWHZmjD4bDSFP0Im0kcJYVDbqv9GZOgY LLKYg/vuFpBamFAk7wGT =+Bcd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Oct 21 12:50:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Oct 2014 12:50:32 +0000 Subject: [Pkg-ime-devel] Processing of ibus-skk_1.4.2-1_amd64.changes Message-ID: ibus-skk_1.4.2-1_amd64.changes uploaded successfully to localhost along with the files: ibus-skk_1.4.2-1.dsc ibus-skk_1.4.2.orig.tar.gz ibus-skk_1.4.2-1.debian.tar.xz ibus-skk_1.4.2-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Tue Oct 21 12:51:17 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Oct 2014 12:51:17 +0000 Subject: [Pkg-ime-devel] Bug#742214: marked as done (libskk: fails to build with clang instead of gcc) References: <20140320192310.22690.1182.reportbug@core.localdomain> Message-ID: Your message dated Tue, 21 Oct 2014 12:49:12 +0000 with message-id and subject line Bug#742214: fixed in libskk 1.0.2-1 has caused the Debian Bug report #742214, regarding libskk: fails to build with clang instead of gcc 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 owner at bugs.debian.org immediately.) -- 742214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742214 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?q?Nicolas_S=C3=A9velin-Radiguet?= Subject: libskk: fails to build with clang instead of gcc Date: Thu, 20 Mar 2014 20:23:10 +0100 Size: 3591 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#742214: fixed in libskk 1.0.2-1 Date: Tue, 21 Oct 2014 12:49:12 +0000 Size: 6840 URL: From owner at bugs.debian.org Tue Oct 21 12:51:21 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Oct 2014 12:51:21 +0000 Subject: [Pkg-ime-devel] Bug#753872: marked as done (libskk: depends on libgee2 which is deprecated) References: <20140705180708.88046EE0606@titan> Message-ID: Your message dated Tue, 21 Oct 2014 12:49:12 +0000 with message-id and subject line Bug#753872: fixed in libskk 1.0.2-1 has caused the Debian Bug report #753872, regarding libskk: depends on libgee2 which is deprecated 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 owner at bugs.debian.org immediately.) -- 753872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753872 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: pochu at debian.org Subject: libskk: depends on libgee2 which is deprecated Date: Sat, 05 Jul 2014 20:07:08 +0200 Size: 2805 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#753872: fixed in libskk 1.0.2-1 Date: Tue, 21 Oct 2014 12:49:12 +0000 Size: 6864 URL: From owner at bugs.debian.org Tue Oct 21 12:51:25 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Oct 2014 12:51:25 +0000 Subject: [Pkg-ime-devel] Bug#760856: marked as done (libskk: New upstream version and watch file update) References: <20140908144629.GA6654@goofy.local> Message-ID: Your message dated Tue, 21 Oct 2014 12:49:12 +0000 with message-id and subject line Bug#760856: fixed in libskk 1.0.2-1 has caused the Debian Bug report #760856, regarding libskk: New upstream version and watch file update 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 owner at bugs.debian.org immediately.) -- 760856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760856 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: libskk: New upstream version and watch file update Date: Mon, 8 Sep 2014 23:46:29 +0900 Size: 2974 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#760856: fixed in libskk 1.0.2-1 Date: Tue, 21 Oct 2014 12:49:12 +0000 Size: 6864 URL: From ftpmaster at ftp-master.debian.org Tue Oct 21 13:04:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Oct 2014 13:04:04 +0000 Subject: [Pkg-ime-devel] ibus-skk_1.4.2-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 21 Oct 2014 21:13:57 +0900 Source: ibus-skk Binary: ibus-skk Architecture: source amd64 Version: 1.4.2-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-skk - SKK engine for IBus Closes: 753867 Changes: ibus-skk (1.4.2-1) unstable; urgency=medium . * New upstream release to use libgee-0.8-dev. Closes: #753867 Checksums-Sha1: 7b8f414666bdf6a7dfea9b7b95df9a28a27df7a0 2065 ibus-skk_1.4.2-1.dsc bd670b38bae7ed8851c4fab7954bb4b09f73e79c 54757 ibus-skk_1.4.2.orig.tar.gz 218bac490ff0e2dd28ee94a4286dd56c89e1c496 2808 ibus-skk_1.4.2-1.debian.tar.xz 2f3eeaa667e9392da867c10ece211ca219963e35 42632 ibus-skk_1.4.2-1_amd64.deb Checksums-Sha256: 06ba8ff763abca943c0666cfd1f776c4abd6ea060cc39c79bb46aec19f5e5ceb 2065 ibus-skk_1.4.2-1.dsc a73b50181f30bbdfb4b6942a87f73e18a1e08e2bcabbb99112406281eb8ef44e 54757 ibus-skk_1.4.2.orig.tar.gz b9bcc473a7233f627571d474e57816c6413c4e39a51272efeef74c78cb1de113 2808 ibus-skk_1.4.2-1.debian.tar.xz 2949d9fc528edc812679d4423dc9c9ff7f4ccca90b54c50c90bb6a905505462b 42632 ibus-skk_1.4.2-1_amd64.deb Files: c9a49a9f0e56e8af5508ee44dbd81fd6 2065 utils optional ibus-skk_1.4.2-1.dsc 7727d2d006c1c7c0f33d47531b386845 54757 utils optional ibus-skk_1.4.2.orig.tar.gz e821b06c740c2df9ab811a2b40b0f02f 2808 utils optional ibus-skk_1.4.2-1.debian.tar.xz cada47be80b918f69cb4de2fb10236f3 42632 utils optional ibus-skk_1.4.2-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJURlXCAAoJEB4TVogd2NeR2v4QALguLgCCJoz7BMBRK5TdXiiu WjDyjZW/9dmJFQRWNG12DfS0Otms1gZIWmii/VZC1v3hn62RMyuV2LCuEwi1FL4n +3y5KVeAl62PK0rZXOdA1ZX9WpluEEk6f0+9a5Makn4Zi5aLQRj+uR1WQ5kfBiBM g+4SrCPv3sweQoJ5IViLKkkoGpu35ps1B7n6uEFs+m3OPG5lara7FM9q8Bl2Im1x 6Y1lqZSch8Z1YgLiyee5e6sE/XGDj1zsTkiolYJI+VyZ968bWfzR+n6hnANhF4IA CSedy0/1iIM944S9n2It9E0ePgdmulXG33uYKz2Mz5+j//6zgZKTZUiAf+EhH0Ic 8rdyZZTmawtLViMwaa8ugjQkhqQW8P+RtiugDTVYarkHfZrIz7O15OkGwURGufMO 9KthHe/sLYSQU95BLKJg1j65+pOIHWWy1hSkzl+ocUjdsVYbouahQpOtAkffOf2F pA6s6a/ke/CZiJgf88N0exwpNMG9lDfdTEOkcW38xCwAqNhp9YTU5NxeTave2aHc D81Ft5LdwVgXyc63ku8UIU4uyxkyNwBbMusigDrLrwk/sVjqb+RkDkdkeRzJxmt7 fuHC+v93JYbtcrsaKiITa8AOCQHYtPhhMfG/dnzZzQHWc5MhbH90RrzyQYlE1cHm Tw6VWdiYDIpCYPWLPeYD =bF7x -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Oct 21 13:09:27 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Oct 2014 13:09:27 +0000 Subject: [Pkg-ime-devel] Bug#753867: marked as done (ibus-skk: depends on libgee2 which is deprecated) References: <20140705180707.CF7A2EE05B9@titan> Message-ID: Your message dated Tue, 21 Oct 2014 13:04:04 +0000 with message-id and subject line Bug#753867: fixed in ibus-skk 1.4.2-1 has caused the Debian Bug report #753867, regarding ibus-skk: depends on libgee2 which is deprecated 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 owner at bugs.debian.org immediately.) -- 753867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753867 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: pochu at debian.org Subject: ibus-skk: depends on libgee2 which is deprecated Date: Sat, 05 Jul 2014 20:07:07 +0200 Size: 2809 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#753867: fixed in ibus-skk 1.4.2-1 Date: Tue, 21 Oct 2014 13:04:04 +0000 Size: 5238 URL: From osamu at debian.org Tue Oct 21 14:00:32 2014 From: osamu at debian.org (Osamu Aoki) Date: Tue, 21 Oct 2014 23:00:32 +0900 Subject: [Pkg-ime-devel] Bug#727823: for Japanese IM Message-ID: <20141021140032.GA31369@goofy.local> Control: tags 727823 - patch Control: severity 727823 wishlist Control: tags 727823 + wontfix Hi, Please note that the value set to default and jp by the ibus-foo system default can be overriden by the user via GUI menu. I used to think default is the best ... but I changed my mind and go with upstream choice basically now. Here is the background and the situation. ibus-anthy: upstream default is jp ./configure is used to set package to default (It was this way, ...so I am not changing this unless someone complain.) ibus-skk: upstream default is jp ibus-kkc: upstream default is jp ibus-hangul: upstream default is us (User selectable alternative: default) Why use: "jp" Even if user select XKB setting of Russian as the previous input mode, keyboard input works OK in ibus-*. Usually, "us" users are technical and should be able to find user configuration setting :-) Why use: "default" US keyboard user are OK. But unless "jp" keyboard user setup XKB mode to "jp" previously, GNOME may set XKB to "us". If Russian XKB keyboard is used, unusable in ibus-*. Quite annoying. There are more "jp" keyboard users for ibus- and we should care them more. Conclusion: Go with what has been and do not change upstream setting from now on. Regards, Osamu PS: I came to this conclusion after discussing with skk/kkc upstream (ueno-san @ gnu) FYI: Fedora as the distribution seems to like default. From owner at bugs.debian.org Tue Oct 21 14:06:21 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Oct 2014 14:06:21 +0000 Subject: [Pkg-ime-devel] Processed: for Japanese IM References: <20141021140032.GA31369@goofy.local> <20131027132211.18993.4653.reportbug@saver> Message-ID: Processing control commands: > tags 727823 - patch Bug #727823 [ibus-skk] ibus-skk: Unwanted keyboard layout change Removed tag(s) patch. > severity 727823 wishlist Bug #727823 [ibus-skk] ibus-skk: Unwanted keyboard layout change Severity set to 'wishlist' from 'normal' > tags 727823 + wontfix Bug #727823 [ibus-skk] ibus-skk: Unwanted keyboard layout change Added tag(s) wontfix. -- 727823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727823 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue Oct 21 14:06:25 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Oct 2014 14:06:25 +0000 Subject: [Pkg-ime-devel] Processed: for Japanese IM References: <20141021140032.GA31369@goofy.local> <20131027132211.18993.4653.reportbug@saver> Message-ID: Processing control commands: > tags 727823 - patch Bug #727823 [ibus-skk] ibus-skk: Unwanted keyboard layout change Ignoring request to alter tags of bug #727823 to the same tags previously set > severity 727823 wishlist Bug #727823 [ibus-skk] ibus-skk: Unwanted keyboard layout change Ignoring request to change severity of Bug 727823 to the same value. > tags 727823 + wontfix Bug #727823 [ibus-skk] ibus-skk: Unwanted keyboard layout change Ignoring request to alter tags of bug #727823 to the same tags previously set -- 727823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727823 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From noreply at release.debian.org Tue Oct 21 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 21 Oct 2014 16:39:17 +0000 Subject: [Pkg-ime-devel] gcin-voice 0~20140513-1 MIGRATED to testing Message-ID: FYI: The status of the gcin-voice source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0~20140513-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Tue Oct 21 19:49:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Oct 2014 19:49:11 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.8.5-2_amd64.changes Message-ID: fcitx_4.2.8.5-2_amd64.changes uploaded successfully to localhost along with the files: fcitx_4.2.8.5-2.dsc fcitx_4.2.8.5-2.debian.tar.xz fcitx_4.2.8.5-2_all.deb fcitx-bin_4.2.8.5-2_amd64.deb fcitx-data_4.2.8.5-2_all.deb fcitx-libs_4.2.8.5-2_amd64.deb fcitx-libs-gclient_4.2.8.5-2_amd64.deb fcitx-libs-qt_4.2.8.5-2_amd64.deb fcitx-libs-dev_4.2.8.5-2_amd64.deb gir1.2-fcitx-1.0_4.2.8.5-2_amd64.deb fcitx-dbg_4.2.8.5-2_amd64.deb fcitx-ui-classic_4.2.8.5-2_amd64.deb fcitx-frontend-all_4.2.8.5-2_all.deb fcitx-frontend-gtk2_4.2.8.5-2_amd64.deb fcitx-frontend-gtk3_4.2.8.5-2_amd64.deb fcitx-frontend-qt4_4.2.8.5-2_amd64.deb fcitx-pinyin_4.2.8.5-2_amd64.deb fcitx-qw_4.2.8.5-2_amd64.deb fcitx-table_4.2.8.5-2_amd64.deb fcitx-table-all_4.2.8.5-2_all.deb fcitx-table-bingchan_4.2.8.5-2_amd64.deb fcitx-table-cangjie_4.2.8.5-2_amd64.deb fcitx-table-dianbaoma_4.2.8.5-2_amd64.deb fcitx-table-erbi_4.2.8.5-2_amd64.deb fcitx-table-wanfeng_4.2.8.5-2_amd64.deb fcitx-table-wbpy_4.2.8.5-2_amd64.deb fcitx-table-wubi_4.2.8.5-2_amd64.deb fcitx-table-ziranma_4.2.8.5-2_amd64.deb fcitx-modules_4.2.8.5-2_amd64.deb fcitx-module-dbus_4.2.8.5-2_amd64.deb fcitx-module-x11_4.2.8.5-2_amd64.deb fcitx-module-lua_4.2.8.5-2_amd64.deb fcitx-module-kimpanel_4.2.8.5-2_amd64.deb fcitx-module-quickphrase-editor_4.2.8.5-2_amd64.deb fcitx-tools_4.2.8.5-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From jwilk at debian.org Tue Oct 21 19:50:54 2014 From: jwilk at debian.org (Jakub Wilk) Date: Tue, 21 Oct 2014 21:50:54 +0200 Subject: [Pkg-ime-devel] Bug#766262: gir1.2-skk-1.0: arch-dependent file in "Multi-Arch: same" package Message-ID: <20141021195054.GA9863@jwilk.net> Package: gir1.2-skk-1.0 Version: 1.0.2-1 Severity: important User: multiarch-devel at lists.alioth.debian.org Usertags: multiarch gir1.2-skk-1.0 is marked as "Multi-Arch: same", but the following file is architecture-dependent: /usr/lib/girepository-1.0/Skk-1.0.typelib MD5 sums of the file are: e4eeafd9b8c765f086f569b578c3909d on i386, kfreebsd-i386, armel, armhf; 71daa906b1aab9f8bbc0b3371d5a61ec on amd64, kfreebsd-amd64, arm64; 0fed8ee826ed7932da65c34d0360dfbc on s390x; e4dc076b2336a57e120886df90e44773 on mips, powerpc. -- Jakub Wilk From ftpmaster at ftp-master.debian.org Tue Oct 21 20:26:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Oct 2014 20:26:30 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.8.5-2_amd64.changes Message-ID: /fcitx_4.2.8.5-2_amd64.changes is already present on target host: fcitx-tools_4.2.8.5-2_amd64.deb Either you already uploaded it, or someone else came first. Job fcitx_4.2.8.5-2_amd64.changes removed. Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 21 20:36:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Oct 2014 20:36:38 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.8.5-2_amd64.changes Message-ID: /fcitx_4.2.8.5-2_amd64.changes is already present on target host: fcitx-tools_4.2.8.5-2_amd64.deb Either you already uploaded it, or someone else came first. Job fcitx_4.2.8.5-2_amd64.changes removed. Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Tue Oct 21 21:09:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Oct 2014 21:09:10 +0000 Subject: [Pkg-ime-devel] Processed: your mail References: Message-ID: Processing commands for control at bugs.debian.org: > tags 762832 + pending Bug #762832 [fcitx] fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory Added tag(s) pending. > End of message, stopping processing here. Please contact me if you need assistance. -- 762832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Tue Oct 21 21:21:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Oct 2014 21:21:58 +0000 Subject: [Pkg-ime-devel] fcitx_4.2.8.5-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 25 Sep 2014 15:28:24 +0100 Source: fcitx Binary: fcitx fcitx-bin fcitx-data fcitx-libs fcitx-libs-gclient fcitx-libs-qt fcitx-libs-dev gir1.2-fcitx-1.0 fcitx-dbg fcitx-ui-classic fcitx-frontend-all fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-frontend-qt4 fcitx-pinyin fcitx-qw fcitx-table fcitx-table-all fcitx-table-bingchan fcitx-table-cangjie fcitx-table-dianbaoma fcitx-table-erbi fcitx-table-wanfeng fcitx-table-wbpy fcitx-table-wubi fcitx-table-ziranma fcitx-modules fcitx-module-dbus fcitx-module-x11 fcitx-module-lua fcitx-module-kimpanel fcitx-module-quickphrase-editor fcitx-tools Architecture: source all amd64 Version: 1:4.2.8.5-2 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Aron Xu Description: fcitx - Flexible Input Method Framework fcitx-bin - Flexible Input Method Framework - essential binaries fcitx-data - Flexible Input Method Framework - essential data files fcitx-dbg - Flexible Input Method Framework - debugging symbols fcitx-frontend-all - Flexible Input Method Framework - frontends metapackage fcitx-frontend-gtk2 - Flexible Input Method Framework - GTK+ 2 IM Module frontend fcitx-frontend-gtk3 - Flexible Input Method Framework - GTK+ 3 IM Module frontend fcitx-frontend-qt4 - Flexible Input Method Framework - Qt4 IM Module frontend fcitx-libs - Flexible Input Method Framework - library files fcitx-libs-dev - Flexible Input Method Framework - library development files fcitx-libs-gclient - Flexible Input Method Framework - D-Bus client library for Glib fcitx-libs-qt - Flexible Input Method Framework - D-Bus client library for Qt fcitx-module-dbus - Flexible Input Method Framework - D-Bus module and IPC frontend fcitx-module-kimpanel - Flexible Input Method Framework - KIMPanel protocol module fcitx-module-lua - Flexible Input Method Framework - Lua module fcitx-module-quickphrase-editor - Flexible Input Method Framework - Quick Phrase editor module fcitx-module-x11 - Flexible Input Method Framework - X11 module and XIM frontend fcitx-modules - Flexible Input Method Framework - core modules fcitx-pinyin - Flexible Input Method Framework - classic Pinyin engine fcitx-qw - Flexible Input Method Framework - QuWei engine fcitx-table - Flexible Input Method Framework - table engine fcitx-table-all - Flexible Input Method Framework - tables metapackage fcitx-table-bingchan - Flexible Input Method Framework - Bingchan table fcitx-table-cangjie - Flexible Input Method Framework - Cangjie table fcitx-table-dianbaoma - Flexible Input Method Framework - Dianbaoma table fcitx-table-erbi - Flexible Input Method Framework - Erbi table fcitx-table-wanfeng - Flexible Input Method Framework - Wanfeng table fcitx-table-wbpy - Flexible Input Method Framework - WubiPinyin table fcitx-table-wubi - Flexible Input Method Framework - Wubi table fcitx-table-ziranma - Flexible Input Method Framework - Ziranma table fcitx-tools - Flexible Input Method Framework - various tools fcitx-ui-classic - Flexible Input Method Framework - Classic user interface gir1.2-fcitx-1.0 - Flexible Input Method Framework - GObject introspection Closes: 762832 Changes: fcitx (1:4.2.8.5-2) unstable; urgency=medium . * Install typelib file in multiarch libdir and mark gir package as M-A: same, versioned B-D on gobject-introspection (>= 1.41.4). Closes: #762832 Checksums-Sha1: 2110f6cbac07bfe00d0c28d7575955bd8a629c35 4392 fcitx_4.2.8.5-2.dsc aa1755d9efef2348824b97483ea48eb84d115777 21592 fcitx_4.2.8.5-2.debian.tar.xz 9e73aa1a93ad35809d7d9507397bd8ff5befde88 26064 fcitx_4.2.8.5-2_all.deb 9c6307ae2c49aeb2f52fc419466cd04c2bfb130b 60648 fcitx-bin_4.2.8.5-2_amd64.deb eef50b569813a288cc3035a7fe6e10b5d6cfade8 167400 fcitx-data_4.2.8.5-2_all.deb 2b3ffe2f750804f7eb0832579a92c8e629e9b7d9 130588 fcitx-libs_4.2.8.5-2_amd64.deb 211e5947b7b471f26d4a16291b8dbabfe346979d 40232 fcitx-libs-gclient_4.2.8.5-2_amd64.deb 6ed2c67a76bd64f48b9fc56afdbfe951f7ee2047 94580 fcitx-libs-qt_4.2.8.5-2_amd64.deb a80086405ceb3012a3c5cf3e5dd2df952987e8fe 251560 fcitx-libs-dev_4.2.8.5-2_amd64.deb c5690f10e7f51a92934823b3afafddbd39230bce 30372 gir1.2-fcitx-1.0_4.2.8.5-2_amd64.deb cd3e7430c5ea792f3559cfb0c03abaf3cab1e1ea 4670398 fcitx-dbg_4.2.8.5-2_amd64.deb 01cbc5c0daacf2730f52a045e0f4fb2d3f2bddd3 134094 fcitx-ui-classic_4.2.8.5-2_amd64.deb f7cb934a2bb4d8844a4fdeab91f9eb99ca29577a 24540 fcitx-frontend-all_4.2.8.5-2_all.deb 6dd8c62a2f19d6da9468a26e3847a07770634b4f 34954 fcitx-frontend-gtk2_4.2.8.5-2_amd64.deb be5dd2b2c275cc03c04d4b1515dd276f6bbab0df 35648 fcitx-frontend-gtk3_4.2.8.5-2_amd64.deb bb76e375f359e260f59d13ebc419bd013ad60d5f 58900 fcitx-frontend-qt4_4.2.8.5-2_amd64.deb 8a277dc736b7384a603eda52fa8282d5b8245c35 2076402 fcitx-pinyin_4.2.8.5-2_amd64.deb b8818201f120e30dbaa45f1b7e522a50cfabd233 28312 fcitx-qw_4.2.8.5-2_amd64.deb ce614e1e8b2a669b3b3284aad5b70f1dd6f8b046 65642 fcitx-table_4.2.8.5-2_amd64.deb 02db574086c1a9029e40b63717c67d2c93e3a47f 24594 fcitx-table-all_4.2.8.5-2_all.deb fd1a4ab1666cba7f7a00cd8a91a1e503dea42968 129550 fcitx-table-bingchan_4.2.8.5-2_amd64.deb d2203b0660299153d8d6786a2b456bbd120852f2 47282 fcitx-table-cangjie_4.2.8.5-2_amd64.deb 979663925090d9425e71fb49bdf81082d02f098b 37712 fcitx-table-dianbaoma_4.2.8.5-2_amd64.deb 24ea0189d4c74dd3ac77db6bac5327784bd6ba68 385254 fcitx-table-erbi_4.2.8.5-2_amd64.deb 0c1035af65bf701944a665685c745eb48548db5a 521220 fcitx-table-wanfeng_4.2.8.5-2_amd64.deb 0731bc98d7fb4508121316f87c10ef4137b02639 1663628 fcitx-table-wbpy_4.2.8.5-2_amd64.deb 991688ecf4890a54c6bccb6a5b9da2ba47c620dd 517918 fcitx-table-wubi_4.2.8.5-2_amd64.deb 219eacb357d670d1b679e2c4c008b1baca4ef746 326810 fcitx-table-ziranma_4.2.8.5-2_amd64.deb e747706b4f8f1a34164f3740a6a57b17fb79f9c9 1448562 fcitx-modules_4.2.8.5-2_amd64.deb df2da051f18c753ba0956bd2222c364ed8cf6dad 49956 fcitx-module-dbus_4.2.8.5-2_amd64.deb c888ed3980efa7e05b7ac31597e3d93d81f01f90 105254 fcitx-module-x11_4.2.8.5-2_amd64.deb 47fc666c3c3cb3b3731f8d161472818a177902e7 38074 fcitx-module-lua_4.2.8.5-2_amd64.deb b0b9485fba0b4940e6fc07fb6840da6f7cfcad2c 38748 fcitx-module-kimpanel_4.2.8.5-2_amd64.deb d0c0902a1d1428df7efc5726860d6ea2144af1ab 63134 fcitx-module-quickphrase-editor_4.2.8.5-2_amd64.deb d61013aab3bc29f35ccf3b0b47afb10091efff95 76520 fcitx-tools_4.2.8.5-2_amd64.deb Checksums-Sha256: 9c8efd54a042cc9e3d1e866ffd3fea791ef7fe1c319e2ecc3d1afd1246205eca 4392 fcitx_4.2.8.5-2.dsc 59521ce75d9b74bb07402c0a4abcd77ddbdc0a39b606002068d9d503e588f02a 21592 fcitx_4.2.8.5-2.debian.tar.xz eedaa8fbeb4d8456bc0013b54a8246f4ebaf6401ff27a3e1d20e906511f94172 26064 fcitx_4.2.8.5-2_all.deb 00c111f47b42e29e192c189c56f5b0247d10cfb1a3ab9c413386016c3a6184f7 60648 fcitx-bin_4.2.8.5-2_amd64.deb f215dcc4d2b3e4b43327cef6b10c11d196a3c40ccc4aab89967a247bbb3a0573 167400 fcitx-data_4.2.8.5-2_all.deb 6415a9bbec02327522592ff75ac7ecbf7c48b5a6fd8cac9ff08101302be6e536 130588 fcitx-libs_4.2.8.5-2_amd64.deb 0c7b6c28455f63c87bbb006924657ee3f8548f3fc2a5d609edbf5639ea9d5616 40232 fcitx-libs-gclient_4.2.8.5-2_amd64.deb e7a4e1a8b207f5e3df0c5dd916ddfe308095f2d036697941a4f10c9282d61618 94580 fcitx-libs-qt_4.2.8.5-2_amd64.deb bf981a2c93cba2274ba934e9fedde32c39ff16458ff42341009ec081906413c0 251560 fcitx-libs-dev_4.2.8.5-2_amd64.deb be2f46c7fdf16c78b8373acd90b82356829b5556337eefac5b7235e25f78f763 30372 gir1.2-fcitx-1.0_4.2.8.5-2_amd64.deb dc86f288d40f2cbe0d43ec544e4170e53d31baf1409971c6cd632e55cca47b00 4670398 fcitx-dbg_4.2.8.5-2_amd64.deb ecea95992367ec09e46c089dd0cee86ead3b48a1cc3f6e64afce4e447409fd57 134094 fcitx-ui-classic_4.2.8.5-2_amd64.deb 1114c30a2f3277b49fc61e243acf4821d1086341d1308d0ff35b8ba9a6a0cb2c 24540 fcitx-frontend-all_4.2.8.5-2_all.deb 1888e4743ad501e3ffddaf268c6c97a908b9b6dc411a9023ca2e06a3ea7c3d4a 34954 fcitx-frontend-gtk2_4.2.8.5-2_amd64.deb 7fbfaf292b05e199c7dd97d644eb1a9c80f7eb920c843f993472d8c4ef87c635 35648 fcitx-frontend-gtk3_4.2.8.5-2_amd64.deb b6397610999ed60ce070046b657f1739a8d17975e15138e98b69f4cbbd807940 58900 fcitx-frontend-qt4_4.2.8.5-2_amd64.deb d3c00ae789aab44df455014cc5e4ab9a1b92d6cbf48f0cf5a7f27b2ee8806490 2076402 fcitx-pinyin_4.2.8.5-2_amd64.deb f251b11836f8d97e3a376031a937a08e2e664fe9b1d63305fde403652f71b1a5 28312 fcitx-qw_4.2.8.5-2_amd64.deb 9fdd86e8c24795eef74076e82098b0a16d140de158cc806d5f0122fbc13ab6a3 65642 fcitx-table_4.2.8.5-2_amd64.deb d745270a5913d8e5d7068d71e1e6a0da3241820f93b79b6dd2a54fb8fbbcf529 24594 fcitx-table-all_4.2.8.5-2_all.deb 0411e712830b2ee04f6deed9b4825d70a75469ef9c9955f06e9d9627daa3851c 129550 fcitx-table-bingchan_4.2.8.5-2_amd64.deb 091db7ea0c9d64be1794b45880707db9b13cd4ce9fa9f9423d0cb2dce484c8fb 47282 fcitx-table-cangjie_4.2.8.5-2_amd64.deb 00a600820079a8363b00f37eca6256c2b54e1782bbd4760afd59efe62704aced 37712 fcitx-table-dianbaoma_4.2.8.5-2_amd64.deb 069f888035a2d626a7164300ee34d1a28c7f64461e49e24cd4c9d0f7a9b27210 385254 fcitx-table-erbi_4.2.8.5-2_amd64.deb f02e1c112989850ed9c2124182184ccfe440adb7c9b1e390e9748aaae79300ae 521220 fcitx-table-wanfeng_4.2.8.5-2_amd64.deb 4fce649d03fd7e64861a612d6387311fb71406574f604ca8c224cf662d169b4b 1663628 fcitx-table-wbpy_4.2.8.5-2_amd64.deb b776439222f645f9b9da25de4db07961d746af1d4bb9466be3046834e0eb6d80 517918 fcitx-table-wubi_4.2.8.5-2_amd64.deb bb7f3bb1e827cbc15786ba7dbe55285c6db39a3357897449d4b5fc74b5463a21 326810 fcitx-table-ziranma_4.2.8.5-2_amd64.deb 8bd54ebe0226d876b5a01018b5152a72288efa3800d0cc9406e621af2f5956ec 1448562 fcitx-modules_4.2.8.5-2_amd64.deb 93c210eb80a5d7a7a4c980223a40f5d686dffa09b34726f7af9595768658d84f 49956 fcitx-module-dbus_4.2.8.5-2_amd64.deb 6ebbd0a05fcd77d36f94daed3b44b8e3f6ec216ee08bf42a418782257b19a761 105254 fcitx-module-x11_4.2.8.5-2_amd64.deb 01868a2b1ae9f2daa1861b9dfaf607ffe7d7187e0d86fa231adb3c79a3a024d0 38074 fcitx-module-lua_4.2.8.5-2_amd64.deb 813e9067b0168e4866bc5883a0e0385ce88a90384ff460b33f2bf150ad3859bc 38748 fcitx-module-kimpanel_4.2.8.5-2_amd64.deb dbfce8fe04ccf93bb656b890595c372f0503e2848b85bf2a8b7cbcb15e2e4d3e 63134 fcitx-module-quickphrase-editor_4.2.8.5-2_amd64.deb ef897961003dfb0bb6d3b9778c60fb5db8dcc8ad81aa2b48c7e820d6530fa1c8 76520 fcitx-tools_4.2.8.5-2_amd64.deb Files: 29d24d0c4f928d69535197ea5b55ef8b 4392 utils optional fcitx_4.2.8.5-2.dsc 90c503705e805f1ff129886310b156d9 21592 utils optional fcitx_4.2.8.5-2.debian.tar.xz aa4025865263e5e65833d080b17a9f8c 26064 utils optional fcitx_4.2.8.5-2_all.deb 51251ca40012708108ca96cfb07c5a6a 60648 utils optional fcitx-bin_4.2.8.5-2_amd64.deb 4051bf4621a5a814e3dc09e06ef1bdf7 167400 utils optional fcitx-data_4.2.8.5-2_all.deb be57753ec1034bb7b184fc81a5d8117b 130588 libs optional fcitx-libs_4.2.8.5-2_amd64.deb 41a8aced9e68333db262de6b73b3867a 40232 libs optional fcitx-libs-gclient_4.2.8.5-2_amd64.deb 14c1ea990979c9f4a58576e809f839a6 94580 libs optional fcitx-libs-qt_4.2.8.5-2_amd64.deb e33611426e5919cec4461c4ea56408c0 251560 libdevel optional fcitx-libs-dev_4.2.8.5-2_amd64.deb ad73ad82d45aec7b45b48a6c794f27eb 30372 introspection optional gir1.2-fcitx-1.0_4.2.8.5-2_amd64.deb a321d1431a45284b09a722a26b6d4e32 4670398 debug extra fcitx-dbg_4.2.8.5-2_amd64.deb b5f71b1fe36fd7f022325bfdc809963a 134094 utils optional fcitx-ui-classic_4.2.8.5-2_amd64.deb ad23bfc3df0b94b6a0303f8d8ba2d81d 24540 utils optional fcitx-frontend-all_4.2.8.5-2_all.deb 3ade4cd564ca7423db10a1c052053895 34954 utils optional fcitx-frontend-gtk2_4.2.8.5-2_amd64.deb ce916b01081aae4db84647419e25baa1 35648 utils optional fcitx-frontend-gtk3_4.2.8.5-2_amd64.deb 6295a23cb281e6329c3cc5d5ff548dfb 58900 utils optional fcitx-frontend-qt4_4.2.8.5-2_amd64.deb b0701238945cb6cdb265b9f903057070 2076402 utils optional fcitx-pinyin_4.2.8.5-2_amd64.deb 28a174f5d6bda08e09f5ff5a51502caf 28312 utils optional fcitx-qw_4.2.8.5-2_amd64.deb 7cfa62fa45062173a96b7ef704d01d2b 65642 utils optional fcitx-table_4.2.8.5-2_amd64.deb 3f518b227dd9f520385a5f484b191d97 24594 utils optional fcitx-table-all_4.2.8.5-2_all.deb 43dff651ddfcc2efd83935a48ea20dfe 129550 utils optional fcitx-table-bingchan_4.2.8.5-2_amd64.deb 8e68a7897798eeabb64052076423ecae 47282 utils optional fcitx-table-cangjie_4.2.8.5-2_amd64.deb 363a02da42cfb57ecdff863371453feb 37712 utils optional fcitx-table-dianbaoma_4.2.8.5-2_amd64.deb ccd32e0a2d4da1657ff404613d2b3ffe 385254 utils optional fcitx-table-erbi_4.2.8.5-2_amd64.deb 07ab98c8e671686b8147bfb0291d844e 521220 utils optional fcitx-table-wanfeng_4.2.8.5-2_amd64.deb 32bb30db299c12f750b65371e7022e68 1663628 utils optional fcitx-table-wbpy_4.2.8.5-2_amd64.deb eab97c6860b708403cca4a3a8411ac6b 517918 utils optional fcitx-table-wubi_4.2.8.5-2_amd64.deb c23f8fd3814cc5d43809b926399ea67f 326810 utils optional fcitx-table-ziranma_4.2.8.5-2_amd64.deb 3316069bf0b417a1623f16aa52d6098d 1448562 utils optional fcitx-modules_4.2.8.5-2_amd64.deb 4b217236de522e3f1661ac28c41a9fcf 49956 utils optional fcitx-module-dbus_4.2.8.5-2_amd64.deb 29d37120823d7835ed24b41e374bce7c 105254 utils optional fcitx-module-x11_4.2.8.5-2_amd64.deb d510c1c104804864ffcba8e34c9c11a5 38074 utils optional fcitx-module-lua_4.2.8.5-2_amd64.deb 215f326ed0cdccd375a34c9fcc9b232b 38748 utils optional fcitx-module-kimpanel_4.2.8.5-2_amd64.deb 443ab9a7460158eb9cfd85fce35af7a3 63134 utils optional fcitx-module-quickphrase-editor_4.2.8.5-2_amd64.deb 559d3b33285c6bc9812a72539187c08f 76520 utils optional fcitx-tools_4.2.8.5-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJURrgLAAoJEMOOgWCheEH+jL0QAJqh0xM6lLksD76ykBROAl1L MN/vf0uh5QISHzlIiZdFK+/4NJ/+myUt8ir0Mt6kmavRJWq1GzeSqT+XSDNMi9W3 JzaVQDVnujdvEKBbe3MeIRqMX4K3BuGOY1iRXpGbNxHy0Fsuom6fbpQUR6j9YVmu TtZXdnUHY/P6iZCSfAviblEU2wRV7WbcLIujoV2go7t8jdXt/kCb4h4N89aoTCt4 gAFU0M42ZgAnwoPoYQcrTqiRKfLJfJx1NVt+XDiVM4YefkK+2kAKzft0jOiD+sX0 X2DBju0WEg3m30R6ujgu3bb00F0YCzuVe+o8ukjg7HFDH6Y08hcd7P9jBtr4IhnG Vh2p8RtGSVpVOPAvACcmO3B9F5DZUBKJd2IzrY0VpBMmgrRjRrUQftPqh4oRBJdr s2+qix190QRvZAZVWeKZ2xxY2fGWGFjZON90F+oYelj8H7ep8i6Yv3iOSbR6zGoA hNe5BgnBGvkUuFgegd+qdKM3VOw5SETQrXXN4KtsnlJ8kF1M36S5gIcREA4nquBY qCW/28v3M6znvVFuZfvfixqEgofcvpgeJqOnL5DJTlOOHr+h5Qu2XFKbc3cC4jDc DluajlJnDSMn+YrahtsRsw+xG1kzDn7FyrpwmMvfR5SbBzWGjvVmPtXyQ7kM64Pr UOBSFPaJDstARAUbLytw =iDcZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Oct 21 21:33:38 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Oct 2014 21:33:38 +0000 Subject: [Pkg-ime-devel] Bug#762832: marked as done (fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory) References: <20140925145019.GA9786@raring> Message-ID: Your message dated Tue, 21 Oct 2014 21:21:58 +0000 with message-id and subject line Bug#762832: fixed in fcitx 1:4.2.8.5-2 has caused the Debian Bug report #762832, regarding fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory 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 owner at bugs.debian.org immediately.) -- 762832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Iain Lane Subject: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory Date: Thu, 25 Sep 2014 15:50:19 +0100 Size: 6384 URL: -------------- next part -------------- An embedded message was scrubbed... From: Aron Xu Subject: Bug#762832: fixed in fcitx 1:4.2.8.5-2 Date: Tue, 21 Oct 2014 21:21:58 +0000 Size: 17141 URL: From ftpmaster at ftp-master.debian.org Wed Oct 22 12:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Oct 2014 12:00:07 +0000 Subject: [Pkg-ime-devel] libzhuyin_0.9.99.20140929-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 30 Sep 2014 21:24:37 +0800 Source: libzhuyin Binary: libzhuyin6 libzhuyin-data libzhuyin-dev libzhuyin-dbg Architecture: source amd64 Version: 0.9.99.20140929-1 Distribution: unstable Urgency: low Maintainer: IME Packaging Team Changed-By: ChangZhuo Chen (???) Description: libzhuyin-data - Data for zhuyin input method library libzhuyin-dbg - Debug symbols for zhuyin input method library libzhuyin-dev - Development files for zhuyin input method library libzhuyin6 - Zhuyin input method library Closes: 745498 Changes: libzhuyin (0.9.99.20140929-1) unstable; urgency=low . * Initial release (Closes: #745498) Checksums-Sha1: ebfb6aeb123d1a9e29d13117858a3fec993feb2d 2259 libzhuyin_0.9.99.20140929-1.dsc 8f562465815fb5e7aa96efbc85bec15635cd004a 12864750 libzhuyin_0.9.99.20140929.orig.tar.gz d272aa38f4b0a404d34068469e379e47ce3abe92 3284 libzhuyin_0.9.99.20140929-1.debian.tar.xz 625f951660fd0abdd894c6ab5e396916901ffe44 116116 libzhuyin6_0.9.99.20140929-1_amd64.deb 5d32257ea3623bce9fefbe84b0ea37503599b905 5689392 libzhuyin-data_0.9.99.20140929-1_amd64.deb af834ec092e71f274184e461590f908e1e60b8b0 7414 libzhuyin-dev_0.9.99.20140929-1_amd64.deb 14cadea1c33df38270b0623a9bbcd91fcf70be82 584188 libzhuyin-dbg_0.9.99.20140929-1_amd64.deb Checksums-Sha256: 5a0dbf0f5f4baded8fd006bde1f71ad1d08b9c24a7d3cc9b82cbff7e1a27f792 2259 libzhuyin_0.9.99.20140929-1.dsc cd4b7a73f44715050d2405491724ec657e40ee86946fc78321a514c37adfae6f 12864750 libzhuyin_0.9.99.20140929.orig.tar.gz d99137a79aa865f482bb983756c835851edc12e2cc2954436506fdc298a869fc 3284 libzhuyin_0.9.99.20140929-1.debian.tar.xz 6a4f38c3f5133db914518004bd57ecafc9130adc54afbaed8fdb981aac5d7f01 116116 libzhuyin6_0.9.99.20140929-1_amd64.deb 8273582df72945e69e3698d90d64b6f4e2da09fce033776b56dcbfc645c4ac7c 5689392 libzhuyin-data_0.9.99.20140929-1_amd64.deb df6fa065abb8ee88fbb74de5e83ef9bbca2a596e546c2267dcef981f12cbe519 7414 libzhuyin-dev_0.9.99.20140929-1_amd64.deb 22cd49c9b4aafc7dedf64fd6cb5b867bbca7f882b2b788c245f5ef4564adb1a2 584188 libzhuyin-dbg_0.9.99.20140929-1_amd64.deb Files: 50668f49b57212b01cfbf489418269ec 116116 libs optional libzhuyin6_0.9.99.20140929-1_amd64.deb 8c336e50cce239124c88eaf2b509eeba 5689392 libs optional libzhuyin-data_0.9.99.20140929-1_amd64.deb 6e2c9fef61f567b42aecea476a513b87 7414 libdevel optional libzhuyin-dev_0.9.99.20140929-1_amd64.deb 912ca5e662d78fa4d703e8516610dc1c 584188 debug extra libzhuyin-dbg_0.9.99.20140929-1_amd64.deb e810d28bcb062581bf0e36689c4d8259 2259 libs optional libzhuyin_0.9.99.20140929-1.dsc 71853d61063d6065236a448466bef7ad 12864750 libs optional libzhuyin_0.9.99.20140929.orig.tar.gz ff672b142f736ea2b60b8180e389a5bd 3284 libs optional libzhuyin_0.9.99.20140929-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJULrfZAAoJEN5juccE6+nvS9MP/1Gjb4zqHbS5VosMlm5IudWE a9PH1vgpHQs1THN+YNGh2OjBC+WhVp5k7wOSR2d2gpuVGivx1A1k5ps4ehnNZx6m sKQRBY1/IaUpX2NTlHaoDnBnuQk53cSw6A7z8OcevWiy67mw0Nwu15ASIuL4KbHa +dHPG8HyS/M12OUFzI8tfJCXcl8w7GGqOWJExCSD5Mmriry/YHzrwHjlwstGcqKE UPFWM65DUR7GNvsg+6oPVAkmYFjbXXzJaI/p+bsYsN4vBBDh4T6QE9RHAZ6tfE0B 2pxs0FzxJF5IVNjcqdi65EMrBXDFdmFInVMtax1lVDQ5Xg997IvLYDy4Qoc1stuZ fejFfdei1j9KHWSSy3zFUkFF+YZlNjQVVaDb9Qfgrl+rnazqcRk6fWEaUQHAUohZ ZAC7Lnoo3Uo8ohUbMde2P5ZpLSd1C/MfU4DLF5fTW6xe6N8PLh6I6qQHUyNM99HA FFLAFGOOs7DFSn7VVNvub5H3fuDEBNFe28YJHvxk7dpH4JQok+KuxodMtzr/qGyY S4Hnvvb99WoxpuLFQh6IXpewuaH0Xw6e7STIWojF5q/7Osk4b+4+fZ73d2UMbSfb 8mV+CTGwG5M4Jk7dUJ3ibUxhKdvQU8xECubanpSuPWbkSFLitYeNnpm/OOAIVLqn qyGo4b0R0D/pVqXkw10l =bFwN -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From czchen at gmail.com Wed Oct 22 13:46:57 2014 From: czchen at gmail.com (ChangZhuo Chen (=?UTF-8?Q?=E9=99=B3=E6=98=8C=E5=80=AC?=)) Date: Wed, 22 Oct 2014 21:46:57 +0800 Subject: [Pkg-ime-devel] Bug#766358: ITP: ibus-libzhuyin -- New Zhuyin engine based on libzhuyin for IBus Message-ID: <20141022134657.GA22268@gmail.com> Package: wnpp Severity: wishlist Owner: "ChangZhuo Chen (???)" * Package name : ibus-libzhuyin Version : 1.6.99.20140929 Upstream Author : Peng Wu * URL : https://github.com/libzhuyin/ibus-libzhuyin * License : GPL-2+ Programming Lang: C++ Description : New Zhuyin engine based on libzhuyin for IBus ibus-libzhuyin is a Chinese Zhuyin (Bopomofo) input method based on libzhuyin. -- ChangZhuo Chen (???) http://czchen.info/ Key fingerprint = EC9F 905D 866D BE46 A896 C827 BE0C 9242 03F4 552D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From osamu at debian.org Wed Oct 22 14:00:06 2014 From: osamu at debian.org (Osamu Aoki) Date: Wed, 22 Oct 2014 23:00:06 +0900 Subject: [Pkg-ime-devel] Bug#766262: Bug#766262: gir1.2-skk-1.0: arch-dependent file in "Multi-Arch: same" package In-Reply-To: <20141021195054.GA9863@jwilk.net> References: <20141021195054.GA9863@jwilk.net> Message-ID: <20141022140006.GA13852@goofy.local> Hi, On Tue, Oct 21, 2014 at 09:50:54PM +0200, Jakub Wilk wrote: > Package: gir1.2-skk-1.0 > Version: 1.0.2-1 > Severity: important > User: multiarch-devel at lists.alioth.debian.org > Usertags: multiarch > > gir1.2-skk-1.0 is marked as "Multi-Arch: same", but the following file is > architecture-dependent: > > /usr/lib/girepository-1.0/Skk-1.0.typelib I guess I need to move these to /usr/lib/x86_64-linux-gnu/girepository-1.0/Skk-1.0.typelib Oh, wait it was in M-A path and "install" file instruct to move to this old path. Maybe this was needed for old gobject-introspection library but it seems not now. Interesting to see this gobject-introspection library change is hitting people. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762832 Let me make required changes. Osamu From ftpmaster at ftp-master.debian.org Wed Oct 22 14:20:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Oct 2014 14:20:15 +0000 Subject: [Pkg-ime-devel] Processing of libskk_1.0.2-2_amd64.changes Message-ID: libskk_1.0.2-2_amd64.changes uploaded successfully to localhost along with the files: libskk_1.0.2-2.dsc libskk_1.0.2-2.debian.tar.xz libskk-common_1.0.2-2_all.deb libskk0_1.0.2-2_amd64.deb libskk-dev_1.0.2-2_amd64.deb libskk-dbg_1.0.2-2_amd64.deb gir1.2-skk-1.0_1.0.2-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Oct 22 15:00:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Oct 2014 15:00:28 +0000 Subject: [Pkg-ime-devel] Processing of ibus_1.5.8-4_amd64.changes Message-ID: ibus_1.5.8-4_amd64.changes uploaded successfully to localhost along with the files: ibus_1.5.8-4.dsc ibus_1.5.8-4.debian.tar.xz ibus_1.5.8-4_amd64.deb libibus-1.0-5_1.5.8-4_amd64.deb libibus-1.0-dev_1.5.8-4_amd64.deb ibus-gtk_1.5.8-4_amd64.deb ibus-gtk3_1.5.8-4_amd64.deb ibus-wayland_1.5.8-4_amd64.deb ibus-doc_1.5.8-4_all.deb gir1.2-ibus-1.0_1.5.8-4_amd64.deb ibus-dbg_1.5.8-4_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Oct 22 15:20:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Oct 2014 15:20:14 +0000 Subject: [Pkg-ime-devel] ibus_1.5.8-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 22 Oct 2014 23:20:35 +0900 Source: ibus Binary: ibus libibus-1.0-5 libibus-1.0-dev ibus-gtk ibus-gtk3 ibus-wayland ibus-doc gir1.2-ibus-1.0 ibus-dbg Architecture: source amd64 all Version: 1.5.8-4 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: gir1.2-ibus-1.0 - Intelligent Input Bus - introspection data ibus - Intelligent Input Bus - core ibus-dbg - Intelligent Input Bus - debugging symbols ibus-doc - Intelligent Input Bus - development documentation ibus-gtk - Intelligent Input Bus - GTK+2 support ibus-gtk3 - Intelligent Input Bus - GTK+3 support ibus-wayland - Intelligent Input Bus - Wayland support libibus-1.0-5 - Intelligent Input Bus - shared library libibus-1.0-dev - Intelligent Input Bus - development file Changes: ibus (1.5.8-4) unstable; urgency=medium . * Enable M-A. Checksums-Sha1: ceeba7b103d2a1cbe0cfb294c49eb6ac65af7206 2804 ibus_1.5.8-4.dsc c76ddc40fcfd9e782c51cb384176a0ab4ac8eebe 22276 ibus_1.5.8-4.debian.tar.xz a7981b24350a474f5970a715419fa3fc9419c4e8 470176 ibus_1.5.8-4_amd64.deb c6697a4d3efdfcf0b109722f9d0155e9bf1a83fd 304892 libibus-1.0-5_1.5.8-4_amd64.deb 28be4447a757f609c820495209e0bcc05e44ad68 332328 libibus-1.0-dev_1.5.8-4_amd64.deb da3b6006a2b554a957bae7d3a095cc9993db1268 206072 ibus-gtk_1.5.8-4_amd64.deb 811b0c086d894cc7dba0d387deeac86f5ef11c5e 206116 ibus-gtk3_1.5.8-4_amd64.deb 5745bab220a5aecadbb4cc11825681cf2a255629 202290 ibus-wayland_1.5.8-4_amd64.deb 8c3d30ced747e24f99b5934e7f864c816e714d2b 433236 ibus-doc_1.5.8-4_all.deb 36e695cd593b08cbf4edc2bec60d5eff75fe793c 256036 gir1.2-ibus-1.0_1.5.8-4_amd64.deb 4deb8759ac1a2644504a57eee704dac410de34ec 1219026 ibus-dbg_1.5.8-4_amd64.deb Checksums-Sha256: eb70b7b3a1b8e42f356109ee961e451ac175493de6bbdf3faceff5694dfe62b7 2804 ibus_1.5.8-4.dsc b35e66fa2e4209f56763030ea1ca37ea4a762eccede37d0ace197486ac9c4fab 22276 ibus_1.5.8-4.debian.tar.xz 8f6c3a6d965d375b44cd5756247ceec518aaf6a4faa34d431d25ffc5c88896c8 470176 ibus_1.5.8-4_amd64.deb 20030021815ec14d905e0f7eb4e4054e8c6135ba22cdc997f83253aee04d33c5 304892 libibus-1.0-5_1.5.8-4_amd64.deb 898c6e521c24610796e44233e481e8008c8e34f60730ee80ad059c73a885900a 332328 libibus-1.0-dev_1.5.8-4_amd64.deb 6deaf134e1a19dfb676dfbb3d4b59ed89f7d09bfd1e7e2186de0f934ce3acc35 206072 ibus-gtk_1.5.8-4_amd64.deb 94dce5c111d1bafb02f9d32817a0f6a7aef2d0ba86798de69ce02e661732f19b 206116 ibus-gtk3_1.5.8-4_amd64.deb d8646d538955e16b7efbe2be4c3023b494df96ffc5e6e0311fdb39ed568dcca8 202290 ibus-wayland_1.5.8-4_amd64.deb 04f065c17b2573a7e565f82b23eefbc7ccd96b74dbbb85cd2454acefd04ba2c1 433236 ibus-doc_1.5.8-4_all.deb aad9c4d064df3560faafa6e5ec46ef6b385f310b81d1e9657dc978004d034ead 256036 gir1.2-ibus-1.0_1.5.8-4_amd64.deb 936e70d21ddb7bf9b95fbd61c161a876113c382dd616b6e71c1b8988a931fdf2 1219026 ibus-dbg_1.5.8-4_amd64.deb Files: 67c368d430b7f21ce2907cb617feceb0 2804 utils optional ibus_1.5.8-4.dsc bc669e77d33f822b98ef8418e7999d7c 22276 utils optional ibus_1.5.8-4.debian.tar.xz bfef1e1c90e620da078ba16de7ac3ee2 470176 utils optional ibus_1.5.8-4_amd64.deb 8e59c622b893c0bbe9a531483b71f2d1 304892 libs optional libibus-1.0-5_1.5.8-4_amd64.deb 15f1084f2f60a0f6a4b755fb9220eee9 332328 libdevel optional libibus-1.0-dev_1.5.8-4_amd64.deb d579f9ed86d6911af741b492e517124f 206072 utils optional ibus-gtk_1.5.8-4_amd64.deb e91f7dcd9a08b2468ad3b297e3161e23 206116 utils optional ibus-gtk3_1.5.8-4_amd64.deb 5b997681b78c31a15498982dee416fc5 202290 utils optional ibus-wayland_1.5.8-4_amd64.deb 6befd6cd7b2bb36346a15c1c9cb1c21c 433236 doc optional ibus-doc_1.5.8-4_all.deb 25f57a5de1ca8dba447374fde3a7e9c1 256036 introspection optional gir1.2-ibus-1.0_1.5.8-4_amd64.deb b398eca0d75f2e8e4e5dcd000a09ff89 1219026 debug extra ibus-dbg_1.5.8-4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUR8XLAAoJEB4TVogd2NeRHj4P/3pD7uN6eWLMbKkXE7CX3gtt PDzdO3NKHd5c5JruIbuWmBmBjdyed7LX7lWuDTURLB8g9YO8eOCjtdxLvYB6QBfU U5DNABfi82x0/yxUo/znJ/4ALkmKYKRbrIlys0ywBVupcd2IICFMazMHiZdv63Cu 1HI+HPPTJ7HeGOMEZsEe8H0H78UjPm0dqyac1YNOAfbCX8b3N++FXzB3WziCTAaF G10JFaLCU4cS2suocLrFBiwGQBd91wVuYQC63peKuQ37lCapaeZbak1+dNKaEWU5 RX1eeNzs3xCXMbWe4zhYRpCOdeqoxqRvTDI8RVEQoTOjt1Y8SgwwmniACPiGBTHY f8Yk2UeE5Qt4wgGRABbGXKg5Qp5JczfVMvyUMiOiWY0qablGBQAVyO28Q+fLpYfC XRNpVT77ImPXCwRTXynFi0wgZuIHpNdnR9f8E6Fw8U1Z8zWPzS59HR/W0Iqc0qaJ UWutu+0kYn6kzGzifHjPvOt7XlWE1+noCuU63wUKpkXe5S///ck1aKd/QF/MQ5yR KGFG5bajGLuTnIg/FTCFgrh9KDOr/D05uokfHkcg33gjtosVqvMC2ocVfSKceAn6 0at6BovTA2VzZJsTInvBWR/TVmN0GAe+q8udYhW4AbcCkMMxHENuCSxBB8s21c5C bSiPU4397COwCvdcHHn9 =ckPc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Oct 22 15:24:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Oct 2014 15:24:07 +0000 Subject: [Pkg-ime-devel] libskk_1.0.2-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 22 Oct 2014 23:09:09 +0900 Source: libskk Binary: libskk-common libskk0 libskk-dev libskk-dbg gir1.2-skk-1.0 Architecture: source all amd64 Version: 1.0.2-2 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: gir1.2-skk-1.0 - library to deal with Japanese kana-kanji conversion method - intr libskk-common - library to deal with Japanese kana-kanji conversion method - comm libskk-dbg - library to deal with Japanese kana-kanji conversion method - debu libskk-dev - library to deal with Japanese kana-kanji conversion method - deve libskk0 - library to deal with Japanese kana-kanji conversion method Closes: 766262 Changes: libskk (1.0.2-2) unstable; urgency=medium . * Install typelib in M-A path. Closes: #766262 Checksums-Sha1: f04dc3e217ed63d999f9e50e5487515cbb6ae442 2257 libskk_1.0.2-2.dsc a54e6576cec511134bd525670113a8698202bc00 4552 libskk_1.0.2-2.debian.tar.xz 98cd610454b53d8303314a2f9a8d515398bf518d 35098 libskk-common_1.0.2-2_all.deb bb335d0eec3789445a8474e2472fac426d57b1ca 82380 libskk0_1.0.2-2_amd64.deb ed45861faf2f2602e38fd5986259cc4af2e49e11 54746 libskk-dev_1.0.2-2_amd64.deb 7b512bf91a00f26933bd23180301ca38f8ae0d39 320232 libskk-dbg_1.0.2-2_amd64.deb 33575a8f6b327842a6656baf68b711727af804b5 31634 gir1.2-skk-1.0_1.0.2-2_amd64.deb Checksums-Sha256: 321703c3592a51ebbdc4a57ad45ea6a0a1779e1e4d500e0b9b45b94c5bd5a383 2257 libskk_1.0.2-2.dsc 4bbcd336a416eff830215dabb6b0df092fd538dbaeca41846c50c488e1a44e9b 4552 libskk_1.0.2-2.debian.tar.xz 6dfc74d984c56c2a69190d210d1b79b7e3971f755f21ff563769fed6b66e0338 35098 libskk-common_1.0.2-2_all.deb 3a5b87f50d5f86c151a7fb8e4201c1679a467c746d3e0c0fb19bd62849b38521 82380 libskk0_1.0.2-2_amd64.deb ad08f19a64fd35553a23d21bdf0f6ff2245b4b9b9378d17d180dc48d81be172b 54746 libskk-dev_1.0.2-2_amd64.deb 12e20886cd4d62e1e2dacfe234bceb209b1cde5d4eb0776462026a01552ea3ee 320232 libskk-dbg_1.0.2-2_amd64.deb e2a1b715944867d3b38c25f107b8b77c69ebda90c44fa9944e42a50109f732d8 31634 gir1.2-skk-1.0_1.0.2-2_amd64.deb Files: 56f816d17a01b5d6689949cb8f8070d1 2257 libs optional libskk_1.0.2-2.dsc 562fc5681643b86c5fbbfdc694b4475f 4552 libs optional libskk_1.0.2-2.debian.tar.xz d6f734f6a5210241aa9772cba4c13b08 35098 libs optional libskk-common_1.0.2-2_all.deb ee914677cba2fbe0f44120d1db78600b 82380 libs optional libskk0_1.0.2-2_amd64.deb 6f93026be9a17351ff6e4a6e8df5cd3c 54746 libdevel optional libskk-dev_1.0.2-2_amd64.deb 6b7940de19c7c3cf317673b9e8ab76e4 320232 debug extra libskk-dbg_1.0.2-2_amd64.deb 0b12e8636bb2fe6d5314ade473d8522e 31634 introspection optional gir1.2-skk-1.0_1.0.2-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUR7yuAAoJEB4TVogd2NeRzIwQAI1m5yQ6HvXFxAMxh38a3Co+ 1bZ0wEbeMy51FPe1RAVkdCzsh2A4g93ABGmkaE5fer5hHQ5Q6gkOdI2rW8HercpF EIwmFB+pN8QSX3KahkB/3R3Be0q85ndRlKPu7X3XqsZscegjrYPwlY957OFcAn9u vwn47XmlUFrOWF3YDjTUnWM5iuzZ0HNmXCXAHjdYUW/XXNsrTSFqgUrTL+5iMTlg 3cgA9KnTODUvIjS5aAOK9geGBuSByX/CrrDuUhoV9SOKWO41kLXFljOFvFf6x+If w5nHyqqFdnqXu+TZUXGlrNGxulfbOMceY0N/quZSoFdiRmEKEsA7IN8U59sG1ZMQ JIIkidwczDqcfO7GBhOS5JQfXbRCm7QIOuxWwqotVa0YrURxPoIRECNW+IckYsal pWLa54XUmNGQCZxfEQPX1mwPsoYsYM0A82Ag2EU/2M33Gbe2DWgY6o6+iRFUELkd ANViaZQy7apsK1HXNPQjYY7Xbb4jyTUHh/zdFZ156BSlrstxzBcap4KxshdriEM3 R8Wvgehm5d5838Clzq7sVMVl0D2JOSXowIVkGJIaQAK2NYbc1Sr1Chf4h8C9RaJq 5Gkaqc8DIijdE8inlv1tQsCxOBXZan6SpPSOqYva1iw3vpBBwFs/mzYz8dIRqiRv 4R0efRc+SbToVkBfPh4N =W/vq -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Wed Oct 22 15:27:25 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 22 Oct 2014 15:27:25 +0000 Subject: [Pkg-ime-devel] Bug#766262: marked as done (gir1.2-skk-1.0: arch-dependent file in "Multi-Arch: same" package) References: <20141021195054.GA9863@jwilk.net> Message-ID: Your message dated Wed, 22 Oct 2014 15:24:07 +0000 with message-id and subject line Bug#766262: fixed in libskk 1.0.2-2 has caused the Debian Bug report #766262, regarding gir1.2-skk-1.0: arch-dependent file in "Multi-Arch: same" package 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 owner at bugs.debian.org immediately.) -- 766262: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766262 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jakub Wilk Subject: gir1.2-skk-1.0: arch-dependent file in "Multi-Arch: same" package Date: Tue, 21 Oct 2014 21:50:54 +0200 Size: 2731 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#766262: fixed in libskk 1.0.2-2 Date: Wed, 22 Oct 2014 15:24:07 +0000 Size: 6428 URL: From ftpmaster at ftp-master.debian.org Wed Oct 22 16:16:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Oct 2014 16:16:06 +0000 Subject: [Pkg-ime-devel] Processing of ibus_1.5.9-1_amd64.changes Message-ID: ibus_1.5.9-1_amd64.changes uploaded successfully to localhost along with the files: ibus_1.5.9-1.dsc ibus_1.5.9.orig.tar.gz ibus_1.5.9-1.debian.tar.xz ibus_1.5.9-1_amd64.deb libibus-1.0-5_1.5.9-1_amd64.deb libibus-1.0-dev_1.5.9-1_amd64.deb ibus-gtk_1.5.9-1_amd64.deb ibus-gtk3_1.5.9-1_amd64.deb ibus-wayland_1.5.9-1_amd64.deb ibus-doc_1.5.9-1_all.deb gir1.2-ibus-1.0_1.5.9-1_amd64.deb ibus-dbg_1.5.9-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Oct 22 16:20:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Oct 2014 16:20:30 +0000 Subject: [Pkg-ime-devel] ibus_1.5.9-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 23 Oct 2014 01:09:09 +0900 Source: ibus Binary: ibus libibus-1.0-5 libibus-1.0-dev ibus-gtk ibus-gtk3 ibus-wayland ibus-doc gir1.2-ibus-1.0 ibus-dbg Architecture: source amd64 all Version: 1.5.9-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: gir1.2-ibus-1.0 - Intelligent Input Bus - introspection data ibus - Intelligent Input Bus - core ibus-dbg - Intelligent Input Bus - debugging symbols ibus-doc - Intelligent Input Bus - development documentation ibus-gtk - Intelligent Input Bus - GTK+2 support ibus-gtk3 - Intelligent Input Bus - GTK+3 support ibus-wayland - Intelligent Input Bus - Wayland support libibus-1.0-5 - Intelligent Input Bus - shared library libibus-1.0-dev - Intelligent Input Bus - development file Changes: ibus (1.5.9-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 16ab59b8d6e1a5ed2503c12c5cbc497787c9be3f 2804 ibus_1.5.9-1.dsc 6ba4ba4056f7bff252b6d0622914828e947092a7 2128459 ibus_1.5.9.orig.tar.gz 580e53e77c2a1488fc8e9fb3b313dcc9de6ef969 22372 ibus_1.5.9-1.debian.tar.xz 2422898aac11576dfee95e4e20b316bca6ac78d5 471572 ibus_1.5.9-1_amd64.deb 32bac656bb471a26d94d025a01f2cdf5fa2619ad 306710 libibus-1.0-5_1.5.9-1_amd64.deb 95705398791cbf160cf0d1b797be328a2cd63106 333002 libibus-1.0-dev_1.5.9-1_amd64.deb 7ec0308778621953eb6d8f1249be02e863999ff4 206630 ibus-gtk_1.5.9-1_amd64.deb 510895aa140da4e023ca2f1121221d8ba45f0cd4 206658 ibus-gtk3_1.5.9-1_amd64.deb 597b46866237aa3464dd1d16ff69b96195241ed5 202850 ibus-wayland_1.5.9-1_amd64.deb 7bb517d88ac90f16e96c16d818cf3f33737be111 433738 ibus-doc_1.5.9-1_all.deb 17a83d8d11714abd99d03d881268370527057a84 256584 gir1.2-ibus-1.0_1.5.9-1_amd64.deb 06cb14ef081096dede9ff4e1acf66ca488aa9dc8 1221690 ibus-dbg_1.5.9-1_amd64.deb Checksums-Sha256: 4f0d0e8a37ef95c98451d5164f0c522866cd629697fa5161674b9f8063492d94 2804 ibus_1.5.9-1.dsc ad41014aa3cb961854ee0aa392a5abd7452fab2c6b77d8ff2d736b7405b48ac6 2128459 ibus_1.5.9.orig.tar.gz 9de4eb9c1b1e6b788b8e45241620524c9b6693dac71ad53eb61ab5ffb9e4c7fa 22372 ibus_1.5.9-1.debian.tar.xz 805ec72c940c87fbcafa95aa07a20cf5d88f422347cf0e26fe7cf7cc6ca26847 471572 ibus_1.5.9-1_amd64.deb d08dddcb2101ef1c93d630cb69f930a4943fb553aea572526d9f8a6a3a9e65b0 306710 libibus-1.0-5_1.5.9-1_amd64.deb a50e70457e0949f30fc196ba5124cf72940d2dc21f4e7386a537c7972b708908 333002 libibus-1.0-dev_1.5.9-1_amd64.deb 886c7032850b593ca569c29e1e04e80395b59b2c41d59048a3f0c605e46d888e 206630 ibus-gtk_1.5.9-1_amd64.deb 6fb9f586c92415528870254587f58f5e4dc8c9aad48bf70829021d913842b7c5 206658 ibus-gtk3_1.5.9-1_amd64.deb 9f62ae0e02be5bda3db893c2e1c0ec05f0b4db9ca13a01d58032996b9d73875e 202850 ibus-wayland_1.5.9-1_amd64.deb 571b4a0a33c8f6a1714e282fdeb423f02571eb0ce08b4be77e2457834074c061 433738 ibus-doc_1.5.9-1_all.deb 3153f2ac5420025c5ee9d4ba1b46c362f327c9ae940e0ccd33977b680043e8eb 256584 gir1.2-ibus-1.0_1.5.9-1_amd64.deb 3bcdb8a786c46ed38919fe2de1584340c3485e3cc5eb68d26686a4e7e2600286 1221690 ibus-dbg_1.5.9-1_amd64.deb Files: 0edba67139b95f72b354975c2e6b7ba7 2804 utils optional ibus_1.5.9-1.dsc a6e820db4fe3d82c825398f1ed19c77e 2128459 utils optional ibus_1.5.9.orig.tar.gz 060214d40a5c0044a8a11149398db890 22372 utils optional ibus_1.5.9-1.debian.tar.xz b1ea8b13cdbf9b0b66af58efe8ad1596 471572 utils optional ibus_1.5.9-1_amd64.deb 3eae7fe1eaff2abb559e64f898421649 306710 libs optional libibus-1.0-5_1.5.9-1_amd64.deb d8548544b0ab8b5ed92b30f8589bab1a 333002 libdevel optional libibus-1.0-dev_1.5.9-1_amd64.deb 37d0dd83177cc05f29f239bb76b9ef8f 206630 utils optional ibus-gtk_1.5.9-1_amd64.deb c3c150891830cbe5296a63bda32e9168 206658 utils optional ibus-gtk3_1.5.9-1_amd64.deb e193bdd60a6d2d0260c2f4b615eb730f 202850 utils optional ibus-wayland_1.5.9-1_amd64.deb cccb7c475ac53152552150613577b90e 433738 doc optional ibus-doc_1.5.9-1_all.deb ba67883480a0b2a05bc552f8b0732a3a 256584 introspection optional gir1.2-ibus-1.0_1.5.9-1_amd64.deb 4348a83d890e2846811887508c70aeaa 1221690 debug extra ibus-dbg_1.5.9-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUR9e7AAoJEB4TVogd2NeRiVoQAKzR2cOcZL7sFSoxoKV6iqpS IZtmAzVXjF4nDTiFEigJ02W7rci3tZk4uC075Eb6gOi/GocL9eQV+3Qe2pST7/H5 uLu0Xw8HlLGf+s3zFkEgckjKOHJXpc5fw8rn2ht/lBfScgYSgGFu5br3WGfcO4Bl jl49vN3keasSIrXB6wKMmeqPKOPWN6lfWpe6/crsc+O9pKtsm7g+1ilWlUmbP84K RuE4y4OpPGPmhj+28S+vSWyhn6/bxMUWyKSSDk3QKIaAL7HiJVet4SdJ0Ys/Vsb2 1+YBz4Y3JSVN554RBKbTloYJCIxi2PMYGD9DUe+Ib6Q/WVuaBKUjdLjTC5ruhyHs nB/O2rFTNnlJ1cCOfX8ZDfzA5My70taG0dyNk0Jik/JKc4UdGXDF7PO8SMwRuLCX gNLjGuV670DgV3uMyaJoaCAv0wZrLgX+YBU9oRF/SjH0WTWSOGINxxaikotGFQGK fUKIUaKWJX0CEU5JuvisLCBahpLYSg5gtjswoGQj+aW24ovqvZNK7Z14w85r3OhJ hJqbtQklGjk511G39SdYoLeYR/+t8YILW/WQFCAgnkXhMWnhTJGT6C71YucJLeAl ESIS1lOina9mGZU4A7HPqKEghE6II4Xlr3gb8/7k58Mld/BHZqL6wXptKZkibL2K pocKjDgTo3fK8LAH1BM3 =QXfi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Wed Oct 22 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 22 Oct 2014 16:39:18 +0000 Subject: [Pkg-ime-devel] libkkc 0.3.4-1 MIGRATED to testing Message-ID: FYI: The status of the libkkc source package in Debian's testing distribution has changed. Previous version: 0.3.3-1 Current version: 0.3.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Oct 22 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 22 Oct 2014 16:39:18 +0000 Subject: [Pkg-ime-devel] marisa 0.2.4-8 MIGRATED to testing Message-ID: FYI: The status of the marisa source package in Debian's testing distribution has changed. Previous version: 0.2.4-7 Current version: 0.2.4-8 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From jwilk at debian.org Thu Oct 23 08:00:50 2014 From: jwilk at debian.org (Jakub Wilk) Date: Thu, 23 Oct 2014 10:00:50 +0200 Subject: [Pkg-ime-devel] Bug#766451: libskk-dev: arch-dependent file in "Multi-Arch: same" package Message-ID: <20141023080050.GA4350@jwilk.net> Package: libskk-dev Version: 1.0.2-2 Severity: important User: multiarch-devel at lists.alioth.debian.org Usertags: multiarch libskk-dev is marked as "Multi-Arch: same", but the following file is an architecture-dependent ELF: /usr/bin/skk -- Jakub Wilk From osamu at debian.org Thu Oct 23 10:45:05 2014 From: osamu at debian.org (Osamu Aoki) Date: Thu, 23 Oct 2014 19:45:05 +0900 Subject: [Pkg-ime-devel] Bug#766467: ibus-array: Update package dependency (python-ibus -> python-gi) Message-ID: <20141023104505.GA1882@goofy.local> Package: ibus-array Version: 0.0.3-1 Severity: important Thank you (Keng-Yu Lin) for updating upstream tarball. But this package still is shipped with binary dependency to python-ibus which is not in the archive. As seen on: https://qa.debian.org/excuses.php?package=ibus-array | Excuse for ibus-array | | Too young, only 6 of 10 days old | ibus-array/i386 unsatisfiable Depends: python-ibus | ibus-array/amd64 unsatisfiable Depends: python-ibus | ibus-array/armel unsatisfiable Depends: python-ibus | ibus-array/armhf unsatisfiable Depends: python-ibus | ibus-array/kfreebsd-amd64 unsatisfiable Depends: python-ibus | ibus-array/kfreebsd-i386 unsatisfiable Depends: python-ibus | ibus-array/mips unsatisfiable Depends: python-ibus | ibus-array/mipsel unsatisfiable Depends: python-ibus | ibus-array/powerpc unsatisfiable Depends: python-ibus | ibus-array/s390x unsatisfiable Depends: python-ibus | ibus-array/arm64 unsatisfiable Depends: python-ibus | ibus-array/ppc64el unsatisfiable Depends: python-ibus | Not considered ^^^^^^^^^^^^^^ This is bad. Let's remove python-ibus and add python-gi gir-* package. Since this is just simple fix, I will upload fixed package soon. Please test uploaded package and report bugs since I have no idea how to input Chinese with array30. With this, all ibus packages are in good shape for the upcoming freeze on Nov. 5th. If anyone find issues and need help uploading fixed package, file a bug report CC ing IME Packaging Team fcitx is also fixed now:-) So all the funny AUTORM tags should go away. Please keep your eyes on: https://qa.debian.org/developer.php?login=pkg-ime-devel at lists.alioth.debian.org Thanks and regards, Osamu -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash From czchen at gmail.com Thu Oct 23 11:05:19 2014 From: czchen at gmail.com (ChangZhuo Chen =?utf-8?B?KOmZs+aYjOWArCk=?=) Date: Thu, 23 Oct 2014 19:05:19 +0800 Subject: [Pkg-ime-devel] RFS: ibus-libzhuyin/1.6.99.20140929-1 [ITP] Message-ID: <20141023110519.GA3469@gmail.com> Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "ibus-libzhuyin" * Package name : ibus-libzhuyin Version : 1.6.99.20140929-1 Upstream Author : Peng Wu * URL : https://github.com/libzhuyin/ibus-libzhuyin * License : GPL-2+ Section : utils It builds those binary packages: ibus-libzhuyin - New Zhuyin engine based on libzhuyin for IBus ibus-libzhuyin-dbg - Debug symbols for ibus-libzhuyin To access further information about this package, please visit the following URL: http://mentors.debian.net/package/ibus-libzhuyin Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/i/ibus-libzhuyin/ibus-libzhuyin_1.6.99.20140929-1.dsc -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- ChangZhuo Chen (???) http://czchen.info/ Key fingerprint = EC9F 905D 866D BE46 A896 C827 BE0C 9242 03F4 552D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From osamu at debian.org Thu Oct 23 12:57:36 2014 From: osamu at debian.org (Osamu Aoki) Date: Thu, 23 Oct 2014 21:57:36 +0900 Subject: [Pkg-ime-devel] Bug#766451: Bug#766451: libskk-dev: arch-dependent file in "Multi-Arch: same" package In-Reply-To: <20141023080050.GA4350@jwilk.net> References: <20141023080050.GA4350@jwilk.net> Message-ID: <20141023125736.GA1903@goofy.local> control: clone 766451 -1 control: retitle -1 split out skk from libskk-dev libskk-utils control: severity -1 wishlist Hi, On Thu, Oct 23, 2014 at 10:00:50AM +0200, Jakub Wilk wrote: > Package: libskk-dev > Version: 1.0.2-2 > Severity: important > User: multiarch-devel at lists.alioth.debian.org > Usertags: multiarch > > libskk-dev is marked as "Multi-Arch: same", but the following file is an > architecture-dependent ELF: Agh. It should be moved to separate package l(as FEDORA). Considering we are close to the FREEZE, I am going to make this -dev package as non-M-A to avoid NEW. M-A should be fixed properly in jessie+1 Osamu From owner at bugs.debian.org Thu Oct 23 13:03:12 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Oct 2014 13:03:12 +0000 Subject: [Pkg-ime-devel] Processed: Re: Bug#766451: libskk-dev: arch-dependent file in "Multi-Arch: same" package References: <20141023125736.GA1903@goofy.local> <20141023080050.GA4350@jwilk.net> Message-ID: Processing control commands: > clone 766451 -1 Bug #766451 [libskk-dev] libskk-dev: arch-dependent file in "Multi-Arch: same" package Bug 766451 cloned as bug 766480 > retitle -1 split out skk from libskk-dev libskk-utils Bug #766480 [libskk-dev] libskk-dev: arch-dependent file in "Multi-Arch: same" package Changed Bug title to 'split out skk from libskk-dev libskk-utils' from 'libskk-dev: arch-dependent file in "Multi-Arch: same" package' > severity -1 wishlist Bug #766480 [libskk-dev] split out skk from libskk-dev libskk-utils Severity set to 'wishlist' from 'important' -- 766451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766451 766480: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766480 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Thu Oct 23 13:09:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 13:09:46 +0000 Subject: [Pkg-ime-devel] Processing of libskk_1.0.2-3_amd64.changes Message-ID: libskk_1.0.2-3_amd64.changes uploaded successfully to localhost along with the files: libskk_1.0.2-3.dsc libskk_1.0.2-3.debian.tar.xz libskk-common_1.0.2-3_all.deb libskk0_1.0.2-3_amd64.deb libskk-dev_1.0.2-3_amd64.deb libskk-dbg_1.0.2-3_amd64.deb gir1.2-skk-1.0_1.0.2-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 23 13:18:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 13:18:56 +0000 Subject: [Pkg-ime-devel] libskk_1.0.2-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 23 Oct 2014 22:01:14 +0900 Source: libskk Binary: libskk-common libskk0 libskk-dev libskk-dbg gir1.2-skk-1.0 Architecture: source all amd64 Version: 1.0.2-3 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: gir1.2-skk-1.0 - library to deal with Japanese kana-kanji conversion method - intr libskk-common - library to deal with Japanese kana-kanji conversion method - comm libskk-dbg - library to deal with Japanese kana-kanji conversion method - debu libskk-dev - library to deal with Japanese kana-kanji conversion method - deve libskk0 - library to deal with Japanese kana-kanji conversion method Closes: 766451 Changes: libskk (1.0.2-3) unstable; urgency=medium . * Team upload. * Keep libskk-dev as non M-A since it contains skk. Closes: #766451 Checksums-Sha1: f6ba859d44576c6b6c07f415000217bfb3066a77 2257 libskk_1.0.2-3.dsc cf542bab7fa177e3b1f4e6759a3e23cf72e87dcc 4592 libskk_1.0.2-3.debian.tar.xz 6e1f19a83b98e5f8911c586cd0045b857735be51 34768 libskk-common_1.0.2-3_all.deb d8dce6cad226f27dc4f73394daf684d7e332a898 82378 libskk0_1.0.2-3_amd64.deb 501e24b7ef810461a4cb83c8ed51769be5d4ba47 54758 libskk-dev_1.0.2-3_amd64.deb 4c07bc472f116d80becbe339585511317171e3d2 320286 libskk-dbg_1.0.2-3_amd64.deb e8ce3de0ac72e4dfaaaceed87c8fc73421d7c71c 31810 gir1.2-skk-1.0_1.0.2-3_amd64.deb Checksums-Sha256: afb37ef30773170c34a01090f26d856a7bca65ba554c54794b4311347dfb02fc 2257 libskk_1.0.2-3.dsc bf8f2fdd0c327d84031c4038c1278b2cc367d52b2ae89f8b13f51ac3dd1cdc23 4592 libskk_1.0.2-3.debian.tar.xz 5dd1a05ee09410e6c6f7b5c99338435c5a285bd54b74196d9cfbcaca1b93e278 34768 libskk-common_1.0.2-3_all.deb 0da8e52d949909d86aa1da6192744ba581d3a0f362b232c55bbf8b2a56ec2b16 82378 libskk0_1.0.2-3_amd64.deb 5e1b29860def03a952dbde25aa6508d4101ccf8fab63fdb34ebd644475338e86 54758 libskk-dev_1.0.2-3_amd64.deb 6cfa90d8b6a9f70f23b1ce688adced4eb49a420cca46315a9a646e7f1266c5b3 320286 libskk-dbg_1.0.2-3_amd64.deb a53ee438810e44cb8252aa154c3c891983644b506a463e7515cd62774cb038f7 31810 gir1.2-skk-1.0_1.0.2-3_amd64.deb Files: 6e3b58d2bb3496282fdb1a6d6b767679 2257 libs optional libskk_1.0.2-3.dsc f6dfd1b858621d75d4e936df55b2d705 4592 libs optional libskk_1.0.2-3.debian.tar.xz 5c36c7aa25c0cafcb86bba741ac912bd 34768 libs optional libskk-common_1.0.2-3_all.deb 436140ec81d6d2a5312e7bada8877d44 82378 libs optional libskk0_1.0.2-3_amd64.deb d5c82a48182b81dfbc65e20e99d29ebd 54758 libdevel optional libskk-dev_1.0.2-3_amd64.deb ff03751dc1c2fd2c814220ff05d70630 320286 debug extra libskk-dbg_1.0.2-3_amd64.deb 2501d23fa0cf07039706cb1cb8df3e19 31810 introspection optional gir1.2-skk-1.0_1.0.2-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUSP0GAAoJEB4TVogd2NeRKfkQAMKHnnpPfut+LLiAY3HUbGeJ mg+wpJk1F0n8d9BpkcyzkI+hOL86kndP/6pJI0U59bOqiMXG0kxMo2g50te/5Km1 2aXuu5dYRDIZgVa6gC+JxECAxLeqyZhwVwxuaqGua3Z58cZBv4qK8EDoV02c92pY Q5Rg0kdiOUjE5DkCbUFKQqQvvTp+NHtS4Z6fD6Y/wD0uJTxbD3AXy0vTvRuZfje2 aAbHFcn70YvrlQvvinATnyyPLAJyURAqm+kKxhXs7jIfQC8urfgY39BBbkdbkeAs W3bcaUd1qtoXbiQ/4drqMLuHiaLu/PrNWwICBEr7W8NGm3d3uRoI/5SpA7Kjaiz2 ym6d3zjSFArUVDqCwdHN0blcswNGNhI0/1XrXnAGrIef1ODHX25Dxqb7I2uGI0iG R13IuzKTMjp8LntIwdMtObpXlYUSG5EsSyBTBdD3gYyo9Bf+uPdY+d7uwzXWco1V JIb9AKjJX2H0o7/MzzWe731D56DnnZu4Qw+krYycPEjGicfCG1yuocGdTE9kR7gI YI1SwO72veZ34tNLFsNlffhmcd4ks8sPsZ9X2uymI6NXOAe1Dcreebsfjrn8U15B 4mUD26U2a3IwF6ShI7FXYzrx/JwGRb+d42fvjTml0OYM1Z7fTbQs+vI3yP6BzWTT yQ+N7sGBLqW1x0C35MVc =6r6Y -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu Oct 23 13:21:22 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Oct 2014 13:21:22 +0000 Subject: [Pkg-ime-devel] Bug#766451: marked as done (libskk-dev: arch-dependent file in "Multi-Arch: same" package) References: <20141023080050.GA4350@jwilk.net> Message-ID: Your message dated Thu, 23 Oct 2014 13:18:56 +0000 with message-id and subject line Bug#766451: fixed in libskk 1.0.2-3 has caused the Debian Bug report #766451, regarding libskk-dev: arch-dependent file in "Multi-Arch: same" package 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 owner at bugs.debian.org immediately.) -- 766451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766451 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jakub Wilk Subject: libskk-dev: arch-dependent file in "Multi-Arch: same" package Date: Thu, 23 Oct 2014 10:00:50 +0200 Size: 2427 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#766451: fixed in libskk 1.0.2-3 Date: Thu, 23 Oct 2014 13:18:56 +0000 Size: 6468 URL: From kengyu at lexical.tw Thu Oct 23 14:08:14 2014 From: kengyu at lexical.tw (Keng-Yu Lin) Date: Thu, 23 Oct 2014 22:08:14 +0800 Subject: [Pkg-ime-devel] Bug#766467: ibus-array: Update package dependency (python-ibus -> python-gi) In-Reply-To: <20141023104505.GA1882@goofy.local> References: <20141023104505.GA1882@goofy.local> Message-ID: many thanks Osamu. I will test it when it arrives in main. :-) 2014-10-23 18:45 GMT+08:00 Osamu Aoki : > Package: ibus-array > Version: 0.0.3-1 > Severity: important > > Thank you (Keng-Yu Lin) for updating upstream tarball. > > But this package still is shipped with binary dependency to python-ibus > which is not in the archive. As seen on: > https://qa.debian.org/excuses.php?package=ibus-array > > | Excuse for ibus-array > | > | Too young, only 6 of 10 days old > | ibus-array/i386 unsatisfiable Depends: python-ibus > | ibus-array/amd64 unsatisfiable Depends: python-ibus > | ibus-array/armel unsatisfiable Depends: python-ibus > | ibus-array/armhf unsatisfiable Depends: python-ibus > | ibus-array/kfreebsd-amd64 unsatisfiable Depends: python-ibus > | ibus-array/kfreebsd-i386 unsatisfiable Depends: python-ibus > | ibus-array/mips unsatisfiable Depends: python-ibus > | ibus-array/mipsel unsatisfiable Depends: python-ibus > | ibus-array/powerpc unsatisfiable Depends: python-ibus > | ibus-array/s390x unsatisfiable Depends: python-ibus > | ibus-array/arm64 unsatisfiable Depends: python-ibus > | ibus-array/ppc64el unsatisfiable Depends: python-ibus > | Not considered > ^^^^^^^^^^^^^^ > > This is bad. > > Let's remove python-ibus and add python-gi gir-* package. > Since this is just simple fix, I will upload fixed package soon. > > Please test uploaded package and report bugs since I have no idea how to > input Chinese with array30. > > With this, all ibus packages are in good shape for the upcoming freeze > on Nov. 5th. If anyone find issues and need help uploading fixed > package, file a bug report CC ing > IME Packaging Team > > fcitx is also fixed now:-) So all the funny AUTORM tags should go away. > Please keep your eyes on: > > https://qa.debian.org/developer.php?login=pkg-ime-devel at lists.alioth.debian.org > > Thanks and regards, > > Osamu > -- System Information: > Debian Release: jessie/sid > APT prefers testing-updates > APT policy: (500, 'testing-updates'), (500, 'testing') > Architecture: amd64 (x86_64) > > Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash From kengyu at lexical.tw Thu Oct 23 14:08:14 2014 From: kengyu at lexical.tw (Keng-Yu Lin) Date: Thu, 23 Oct 2014 22:08:14 +0800 Subject: [Pkg-ime-devel] Bug#766467: ibus-array: Update package dependency (python-ibus -> python-gi) In-Reply-To: <20141023104505.GA1882@goofy.local> References: <20141023104505.GA1882@goofy.local> Message-ID: many thanks Osamu. I will test it when it arrives in main. :-) 2014-10-23 18:45 GMT+08:00 Osamu Aoki : > Package: ibus-array > Version: 0.0.3-1 > Severity: important > > Thank you (Keng-Yu Lin) for updating upstream tarball. > > But this package still is shipped with binary dependency to python-ibus > which is not in the archive. As seen on: > https://qa.debian.org/excuses.php?package=ibus-array > > | Excuse for ibus-array > | > | Too young, only 6 of 10 days old > | ibus-array/i386 unsatisfiable Depends: python-ibus > | ibus-array/amd64 unsatisfiable Depends: python-ibus > | ibus-array/armel unsatisfiable Depends: python-ibus > | ibus-array/armhf unsatisfiable Depends: python-ibus > | ibus-array/kfreebsd-amd64 unsatisfiable Depends: python-ibus > | ibus-array/kfreebsd-i386 unsatisfiable Depends: python-ibus > | ibus-array/mips unsatisfiable Depends: python-ibus > | ibus-array/mipsel unsatisfiable Depends: python-ibus > | ibus-array/powerpc unsatisfiable Depends: python-ibus > | ibus-array/s390x unsatisfiable Depends: python-ibus > | ibus-array/arm64 unsatisfiable Depends: python-ibus > | ibus-array/ppc64el unsatisfiable Depends: python-ibus > | Not considered > ^^^^^^^^^^^^^^ > > This is bad. > > Let's remove python-ibus and add python-gi gir-* package. > Since this is just simple fix, I will upload fixed package soon. > > Please test uploaded package and report bugs since I have no idea how to > input Chinese with array30. > > With this, all ibus packages are in good shape for the upcoming freeze > on Nov. 5th. If anyone find issues and need help uploading fixed > package, file a bug report CC ing > IME Packaging Team > > fcitx is also fixed now:-) So all the funny AUTORM tags should go away. > Please keep your eyes on: > > https://qa.debian.org/developer.php?login=pkg-ime-devel at lists.alioth.debian.org > > Thanks and regards, > > Osamu > -- System Information: > Debian Release: jessie/sid > APT prefers testing-updates > APT policy: (500, 'testing-updates'), (500, 'testing') > Architecture: amd64 (x86_64) > > Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash From ftpmaster at ftp-master.debian.org Thu Oct 23 14:46:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 14:46:28 +0000 Subject: [Pkg-ime-devel] Processing of ibus-array_0.0.4-1_amd64.changes Message-ID: ibus-array_0.0.4-1_amd64.changes uploaded successfully to localhost along with the files: ibus-array_0.0.4-1.dsc ibus-array_0.0.4.orig.tar.gz ibus-array_0.0.4-1.debian.tar.xz ibus-array_0.0.4-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 23 15:51:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 15:51:48 +0000 Subject: [Pkg-ime-devel] ibus-array_0.0.4-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 23 Oct 2014 23:19:59 +0900 Source: ibus-array Binary: ibus-array Architecture: source amd64 Version: 0.0.4-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-array - Array 30 input engine for iBus Closes: 766467 Changes: ibus-array (0.0.4-1) unstable; urgency=medium . * Team upload. * New upstream release * Update watch file (good enough for uscan --report). * Update package dependency to python-gi. Closes: #766467 Checksums-Sha1: ab82c1d7aa642a4896aa4281f2b5111d14470eda 2086 ibus-array_0.0.4-1.dsc 093b303d31173ce630069cba2fcee5d01ac707f5 3836725 ibus-array_0.0.4.orig.tar.gz 8e4dbff290c17db2b26833213a37bdf4e9a806d7 3140 ibus-array_0.0.4-1.debian.tar.xz 27ab4a8c53d923b97798176c95d21f14b28d5760 870016 ibus-array_0.0.4-1_amd64.deb Checksums-Sha256: c2a9377f375af9d003c22781778993e30329b2ebb312ed475859c034dbee3520 2086 ibus-array_0.0.4-1.dsc c3ce0257dc5280ba34fa3433edd161c93324cea8436b3e6e4e0d34bb85013b54 3836725 ibus-array_0.0.4.orig.tar.gz 9e7333d56175d6b98844eff565062abf5a26a9ea82c2244e4902afc92158ec96 3140 ibus-array_0.0.4-1.debian.tar.xz 4d9e5246ae93c4b058df857d9527c638fcc5fbd5f94fe26acf9ce3b8bc8b3d72 870016 ibus-array_0.0.4-1_amd64.deb Files: 45b492565264bda93935e779b9b6c6ce 2086 utils optional ibus-array_0.0.4-1.dsc 9402f9b396544149b6e7d50311d44ee8 3836725 utils optional ibus-array_0.0.4.orig.tar.gz 82d94e3b043ebffb64e4b4d1a634b0f2 3140 utils optional ibus-array_0.0.4-1.debian.tar.xz 1fa323f26856e4b1a3fa17e1d5623486 870016 utils optional ibus-array_0.0.4-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUSRP+AAoJEB4TVogd2NeRkisP/3H2RH+vXHIs2IgMcaHDz5U4 2E64udt6APRJJCfG3J6FzdW9AawLuOhBZ86QjjHrM8hUrlVVOc36AExQ3pBT+6M/ kCIEqG1bTqrSaWrSeQkZIa1hPkxbgNiyHHJXxdMcNyqWYhdU7qdj07rVWRIkA9eG +Dv/C8rNuVqDQ6J0HZvT/qJtkH0pTXPd1rYt3+MSWaYnsVdgVOz13ysRnvBEz7qG eAsBhQSL/9eQeDQKua/EZG4M1c/3WI/krH4aJ30zW6EPr+Zegt4BOsVpnYevfTMg /oZvIk4F36MrAtzKIaF9LdnYOLrH1KFC7528b0JL31jQ+aPU6hMUwH3xWXrwwNBh ZyrSaPXXNJ7wTE+CyTs9BnduMs1pUgrp6b4o9DWIehGP8GJclEO47Ne/Gvu2hoyN gMviEWqsu4i63xGq0XHI2v6wZ/G5410TfcbzuaXWrLX14d5rVGSkWTLxWyq4qMIs IDWNPTnKFufX+dqJ3GMzjvvyRr7CioVeRitGGqFDEM0wlTkYz8AlZKOK7JXGTLbG 1/Tu76N/AgXTlL6Jf8DhmC/E9YSNK412NrEaaSkW8U6jHQvxazc2fYdnETUwYApQ letCzfak8zNL4tGCO02Di7TICbuaSD4gBkJNZAKB0fOrX+XkZZ2bUxO6cehZfXvu G8ma75rc81ITzaYf4K3b =84Vf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu Oct 23 15:54:29 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Oct 2014 15:54:29 +0000 Subject: [Pkg-ime-devel] Bug#766467: marked as done (ibus-array: Update package dependency (python-ibus -> python-gi)) References: <20141023104505.GA1882@goofy.local> Message-ID: Your message dated Thu, 23 Oct 2014 15:51:48 +0000 with message-id and subject line Bug#766467: fixed in ibus-array 0.0.4-1 has caused the Debian Bug report #766467, regarding ibus-array: Update package dependency (python-ibus -> python-gi) 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 owner at bugs.debian.org immediately.) -- 766467: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766467 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: ibus-array: Update package dependency (python-ibus -> python-gi) Date: Thu, 23 Oct 2014 19:45:05 +0900 Size: 3913 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#766467: fixed in ibus-array 0.0.4-1 Date: Thu, 23 Oct 2014 15:51:48 +0000 Size: 5395 URL: From osamu at debian.org Thu Oct 23 16:02:47 2014 From: osamu at debian.org (Osamu Aoki) Date: Fri, 24 Oct 2014 01:02:47 +0900 Subject: [Pkg-ime-devel] Bug#766503: ibus-table: New upstream Message-ID: <20141023160247.GA18045@goofy.local> Package: ibus-table Version: 1.5.0.is.1.5.0.20130419-2 Severity: normal New upstream is at; https://github.com/kaio/ibus-table/releases I made local package but need to upload with other ibus-table so as not to break them. -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash From osamu at debian.org Thu Oct 23 16:05:11 2014 From: osamu at debian.org (Osamu Aoki) Date: Fri, 24 Oct 2014 01:05:11 +0900 Subject: [Pkg-ime-devel] Bug#766504: ibus-table-chinese: New upstream Message-ID: <20141023160511.GA18644@goofy.local> Source: ibus-table-chinese Version: 1.4.6-Source-1 Severity: normal https://github.com/definite/ibus-table-chinese 1.8.2 available Need 1.8 or newer ibus-table -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash From osamu at debian.org Thu Oct 23 16:07:01 2014 From: osamu at debian.org (Osamu Aoki) Date: Fri, 24 Oct 2014 01:07:01 +0900 Subject: [Pkg-ime-devel] Bug#766505: ibus-table-others: New upstream Message-ID: <20141023160701.GA18908@goofy.local> Source: ibus-table-others Version: 1.3.0.20100528-3 Severity: normal https://github.com/moebiuscurve/ibus-table-others Release 1.3.5 -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash From ftpmaster at ftp-master.debian.org Thu Oct 23 16:17:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 16:17:10 +0000 Subject: [Pkg-ime-devel] Processing of ibus-table_1.9.1-1_amd64.changes Message-ID: ibus-table_1.9.1-1_amd64.changes uploaded successfully to localhost along with the files: ibus-table_1.9.1-1.dsc ibus-table_1.9.1.orig.tar.gz ibus-table_1.9.1-1.debian.tar.xz ibus-table_1.9.1-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From osamu at debian.org Thu Oct 23 16:29:33 2014 From: osamu at debian.org (Osamu Aoki) Date: Fri, 24 Oct 2014 01:29:33 +0900 Subject: [Pkg-ime-devel] Bug#766503: Acknowledgement (ibus-table: New upstream) In-Reply-To: References: <20141023160247.GA18045@goofy.local> Message-ID: <20141023162933.GA19472@goofy.local> Uploaded to get this to unstable. Then will upload others soon. From ftpmaster at ftp-master.debian.org Thu Oct 23 16:38:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 16:38:47 +0000 Subject: [Pkg-ime-devel] ibus-table_1.9.1-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 24 Oct 2014 00:46:00 +0900 Source: ibus-table Binary: ibus-table Architecture: source all Version: 1.9.1-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-table - table engine for IBus Closes: 766503 Changes: ibus-table (1.9.1-1) unstable; urgency=medium . * New upstream release. Closes: #766503 Checksums-Sha1: aaf180ed9ca51f7219e29822b320e4b4b24ac199 2094 ibus-table_1.9.1-1.dsc ca59197d6ae9c6972ccbc123af040403b8b30c7c 441208 ibus-table_1.9.1.orig.tar.gz fdbd66766ef7a960848e52271595381a1ccde85c 3316 ibus-table_1.9.1-1.debian.tar.xz 74234077573d21588b0f6f5f5018a53773dfa311 291118 ibus-table_1.9.1-1_all.deb Checksums-Sha256: 53a5e3813fa7bcfa0279e6601c6e32c88f653e51282817eff4f315eb53462ed5 2094 ibus-table_1.9.1-1.dsc 9c72924cfb40ad58fb66c0a0241bbbeae16ce703703b75322e43888019f3e3c9 441208 ibus-table_1.9.1.orig.tar.gz ed9675dfd69d6830b0d7b9e3c08be8a451f752dfaa76737368d049e14bfcfb67 3316 ibus-table_1.9.1-1.debian.tar.xz dc396b935b3268be7a8320625be4f685d23df9ff7cc9d10f3dfe511c18db5a12 291118 ibus-table_1.9.1-1_all.deb Files: 3285c831804bce77715b75cb9a4de181 2094 utils optional ibus-table_1.9.1-1.dsc e2fbd1a31a5023304da840e505b1fa8f 441208 utils optional ibus-table_1.9.1.orig.tar.gz b27a0c6f406099ff224de5b6073add40 3316 utils optional ibus-table_1.9.1-1.debian.tar.xz 186bf0e5cc33ec86855ac38b8d479d7a 291118 utils optional ibus-table_1.9.1-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUSSjXAAoJEB4TVogd2NeR+H8P/250NWzKfA4tgLXMQfpm/JhW e2ZV/s7BSWW5h0geO8Ozl5kd42o+GWs6QWC9uV5anhNirxuvU9DCzNWnhn1Rf6dV qcDTRLxXYno0j337KHet0HVKFEJJS39AO7oy1RhB/i0jxEQYZp0+wgQpG5E8WbSQ aaBspNfBdfObN41WmhBY9o6sr+dbIBUpS5QzIiDHqp3g9OFWx7ENw+TYOc+f8cHc 9ldpEBM8tf4vCscT3Kl780Mmv9paq+w7+pJg35TI+TD91OTjqL3188EGbyNP20aa /3S3OUVKY+fBGEw9v7wbIoipWb0fbhuf0OvVsvtQjZ5FFOwpVWJzBc4f/VWLkW3g Aaev737yGC4F+etUaJGyH+x5NthtOTDKLxrGkoeSIMhDxZ1y2KhVV4BsGGh9md96 8fpYKifSECiUS/wqJuSNEydvX5N2zGNuq0MjIBTq/9wKBYxM5jiqIwEhr5RObtkM 6ZuMayQAkS3R7RoUSRZZnYSid2pXm5CJS9lZw4KqSKUwp1ca4gjW69GVrPfwsRTe T1E2w6rADcUAtRBzySSNV72SJapMcJ4HHvKTXllU184Gfvu22hLyTcYRz3Eqqi52 nkVex6TWmdrk1MFKsNaUEeqE+kJL4bFDqinhMntZaj8jSkG5ISM+RUVj8basIUAX 4nMW+SP6kDuBSxFaT2ek =/Ra5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Thu Oct 23 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Oct 2014 16:39:17 +0000 Subject: [Pkg-ime-devel] ibus-hangul 1.5.0-1 MIGRATED to testing Message-ID: FYI: The status of the ibus-hangul source package in Debian's testing distribution has changed. Previous version: 1.4.2+git20140818-1 Current version: 1.5.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Thu Oct 23 16:39:49 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Oct 2014 16:39:49 +0000 Subject: [Pkg-ime-devel] Bug#766503: marked as done (ibus-table: New upstream) References: <20141023160247.GA18045@goofy.local> Message-ID: Your message dated Thu, 23 Oct 2014 16:38:47 +0000 with message-id and subject line Bug#766503: fixed in ibus-table 1.9.1-1 has caused the Debian Bug report #766503, regarding ibus-table: New upstream 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 owner at bugs.debian.org immediately.) -- 766503: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766503 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: ibus-table: New upstream Date: Fri, 24 Oct 2014 01:02:47 +0900 Size: 2277 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#766503: fixed in ibus-table 1.9.1-1 Date: Thu, 23 Oct 2014 16:38:47 +0000 Size: 5256 URL: From ftpmaster at ftp-master.debian.org Thu Oct 23 23:08:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 23:08:27 +0000 Subject: [Pkg-ime-devel] Processing of ibus-table-others_1.3.0.20100528-4_amd64.changes Message-ID: ibus-table-others_1.3.0.20100528-4_amd64.changes uploaded successfully to localhost along with the files: ibus-table-others_1.3.0.20100528-4.dsc ibus-table-others_1.3.0.20100528-4.debian.tar.xz ibus-table-compose_1.3.0.20100528-4_all.deb ibus-table-ipa-x-sampa_1.3.0.20100528-4_all.deb ibus-table-translit_1.3.0.20100528-4_all.deb ibus-table-translit-ua_1.3.0.20100528-4_all.deb ibus-table-rustrad_1.3.0.20100528-4_all.deb ibus-table-yawerty_1.3.0.20100528-4_all.deb ibus-table-thai_1.3.0.20100528-4_all.deb ibus-table-viqr_1.3.0.20100528-4_all.deb ibus-table-latex_1.3.0.20100528-4_all.deb ibus-table-cns11643_1.3.0.20100528-4_all.deb ibus-table-emoji_1.3.0.20100528-4_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 23 23:13:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 23:13:31 +0000 Subject: [Pkg-ime-devel] Processing of ibus-table-chinese_1.4.6-Source-2_amd64.changes Message-ID: ibus-table-chinese_1.4.6-Source-2_amd64.changes uploaded successfully to localhost along with the files: ibus-table-chinese_1.4.6-Source-2.dsc ibus-table-chinese_1.4.6-Source-2.debian.tar.xz ibus-table-cangjie_1.4.6-Source-2_all.deb ibus-table-cangjie3_1.4.6-Source-2_all.deb ibus-table-cangjie5_1.4.6-Source-2_all.deb ibus-table-cangjie-big_1.4.6-Source-2_all.deb ibus-table-cantonese_1.4.6-Source-2_all.deb ibus-table-cantonhk_1.4.6-Source-2_all.deb ibus-table-jyutping_1.4.6-Source-2_all.deb ibus-table-easy_1.4.6-Source-2_all.deb ibus-table-easy-big_1.4.6-Source-2_all.deb ibus-table-erbi_1.4.6-Source-2_all.deb ibus-table-erbi-qs_1.4.6-Source-2_all.deb ibus-table-quick_1.4.6-Source-2_all.deb ibus-table-quick3_1.4.6-Source-2_all.deb ibus-table-quick5_1.4.6-Source-2_all.deb ibus-table-quick-classic_1.4.6-Source-2_all.deb ibus-table-scj6_1.4.6-Source-2_all.deb ibus-table-stroke5_1.4.6-Source-2_all.deb ibus-table-wubi_1.4.6-Source-2_all.deb ibus-table-wu_1.4.6-Source-2_all.deb ibus-table-yong_1.4.6-Source-2_all.deb ibus-table-array30_1.4.6-Source-2_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 23 23:20:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 23:20:18 +0000 Subject: [Pkg-ime-devel] ibus-table-chinese_1.4.6-Source-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 24 Oct 2014 07:43:27 +0900 Source: ibus-table-chinese Binary: ibus-table-cangjie ibus-table-cangjie3 ibus-table-cangjie5 ibus-table-cangjie-big ibus-table-cantonese ibus-table-cantonhk ibus-table-jyutping ibus-table-easy ibus-table-easy-big ibus-table-erbi ibus-table-erbi-qs ibus-table-quick ibus-table-quick3 ibus-table-quick5 ibus-table-quick-classic ibus-table-scj6 ibus-table-stroke5 ibus-table-wubi ibus-table-wu ibus-table-yong ibus-table-array30 Architecture: source all Version: 1.4.6-Source-2 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-table-array30 - Array30 input method based on table engine of ibus ibus-table-cangjie - ibus-table input method: CangJie (dummy package) ibus-table-cangjie-big - ibus-table input method: CangJie (big) ibus-table-cangjie3 - ibus-table input method: CangJie3 ibus-table-cangjie5 - ibus-table input method: CangJie5 ibus-table-cantonese - ibus-table input method: Cantonese ibus-table-cantonhk - ibus-table input method: Cantonhk ibus-table-easy - ibus-table input method: Easy (dummy package) ibus-table-easy-big - ibus-table input method: Easy (big) ibus-table-erbi - ibus-table input method: ErBi ibus-table-erbi-qs - ibus-table input method: ErBi(QS) ibus-table-jyutping - ibus-table input method: Jyutping ibus-table-quick - ibus-table input method: Quick (dummy package) ibus-table-quick-classic - ibus-table input method: Quick Classic ibus-table-quick3 - ibus-table input method: Quick3 ibus-table-quick5 - ibus-table input method: Quick5 ibus-table-scj6 - ibus-table input method: Smart CangJie 6 ibus-table-stroke5 - ibus-table input method: Stroke5 ibus-table-wu - ibus-table input method: Wu ibus-table-wubi - ibus-table input method: Wubi ibus-table-yong - ibus-table input method: YongMa Closes: 724023 Changes: ibus-table-chinese (1.4.6-Source-2) unstable; urgency=medium . * Team upload. * Rebuild with ibus-table 1.9.1. * Update depends. Closes: #724023 Checksums-Sha1: 0d9250eae1b37c19a83cb04df38aed46be35f166 3483 ibus-table-chinese_1.4.6-Source-2.dsc 96efbfb9672da4f598243ed83508c1fa362fbe30 3316 ibus-table-chinese_1.4.6-Source-2.debian.tar.xz b243fe987861b49bb848e1b077b2b38259b28c91 4492 ibus-table-cangjie_1.4.6-Source-2_all.deb 0a6c5341e07ef18e09bc778093c6c896b7ae9e07 334712 ibus-table-cangjie3_1.4.6-Source-2_all.deb 9d4f2d0f6b08694cef2a2d0a30a58338a1ee68dc 624872 ibus-table-cangjie5_1.4.6-Source-2_all.deb 9fc8894a7f161277b967e9ce8001a32187b3b650 417186 ibus-table-cangjie-big_1.4.6-Source-2_all.deb ebd4912e013d6270e0eefee03552169f30f13ed1 69986 ibus-table-cantonese_1.4.6-Source-2_all.deb 8ae58fb1264c2144d30a13df3b288b14238d564d 94856 ibus-table-cantonhk_1.4.6-Source-2_all.deb 7ecff5fe277f7dcbb9878a267cc92216c35bf350 46948 ibus-table-jyutping_1.4.6-Source-2_all.deb 751c5fb27c2dd14846d00a18682950595f49fbd0 3560 ibus-table-easy_1.4.6-Source-2_all.deb 4ba10e5741517c3d110c620ca38360a26b6df0a1 911452 ibus-table-easy-big_1.4.6-Source-2_all.deb 63ae5a425ace560232be0ca8be70e1b9ca633dc2 519926 ibus-table-erbi_1.4.6-Source-2_all.deb 58b9a7a053be94b04fd2b3f289fb3b9f221f3b82 1109010 ibus-table-erbi-qs_1.4.6-Source-2_all.deb 1c7e59fd5667259215fcbb3f4f51db2773d56477 3570 ibus-table-quick_1.4.6-Source-2_all.deb d602393ff1fe3fe1d6d17b3706804ac7df1ce549 293488 ibus-table-quick3_1.4.6-Source-2_all.deb 4405ed8459337872085a4f50b332de473cbf536b 418170 ibus-table-quick5_1.4.6-Source-2_all.deb 15e4698382e0464b054f3232a146a4df364da030 76758 ibus-table-quick-classic_1.4.6-Source-2_all.deb a4e4efedf58a9b77c4a1fa473e293871868679f9 592612 ibus-table-scj6_1.4.6-Source-2_all.deb f2cc4d0202bd5ac1a739135809f4fc3aa9513f7c 47644 ibus-table-stroke5_1.4.6-Source-2_all.deb 0c7555558241eadc14fbf51d86c81d75b1bfa077 2994368 ibus-table-wubi_1.4.6-Source-2_all.deb c303d9a158b3d8aba3cea0c996085822b33cbf15 120276 ibus-table-wu_1.4.6-Source-2_all.deb b0ca4fa46764f2d6c4ab942ac3008d175f6f8247 551052 ibus-table-yong_1.4.6-Source-2_all.deb 9a3b27e5ba56b898b9c6cd47f25b000f0e98bd6b 1061582 ibus-table-array30_1.4.6-Source-2_all.deb Checksums-Sha256: ba26f200160cbeb16d6fb3c88a3e13f4e46810338591e6347a1815ddadc7a619 3483 ibus-table-chinese_1.4.6-Source-2.dsc c70ea2167324c56207e485a6eab5fd15c88df35386fcbc03e902dd6a1248d121 3316 ibus-table-chinese_1.4.6-Source-2.debian.tar.xz 99d54445b85958f01020b2ff0f2d9c6e6ac6d0acae2757fb6c3c2164fa928a26 4492 ibus-table-cangjie_1.4.6-Source-2_all.deb f41b297234e1af8139f71c5691f9d2b63c192847c508a9182909882cb61b7271 334712 ibus-table-cangjie3_1.4.6-Source-2_all.deb 9a73fee1c4f90978e9de12168518f95c73aeadde3ffdb49adfcc945a8eca735f 624872 ibus-table-cangjie5_1.4.6-Source-2_all.deb 66b51f2b73ddba0bc6166caa7b50a079afa60d230ddbbb5efdcc4a4a9cac69a7 417186 ibus-table-cangjie-big_1.4.6-Source-2_all.deb 191f9855fa78d523b8a934239c62b4e3384c6233c9cdebb75f6cd361ee91d205 69986 ibus-table-cantonese_1.4.6-Source-2_all.deb cbc59daac9f53ebdb8e9dbd9197f809899c2365c2c6a253c0c610965fb344ce9 94856 ibus-table-cantonhk_1.4.6-Source-2_all.deb 79d2dee7d1b33b8ffa887e16aff7040a749f4243025afd6f8d01d1901f29a0bf 46948 ibus-table-jyutping_1.4.6-Source-2_all.deb 64d5a873af84c2f2abade31d42aca0c92a8a37abf0b5570568c844db91ac416a 3560 ibus-table-easy_1.4.6-Source-2_all.deb e824cb13c2513ef0a69d97566d4b7ecce2acb7698efe454a0af2207fa42dd235 911452 ibus-table-easy-big_1.4.6-Source-2_all.deb 532b1fc3eacb8dbe7828f64402464b83cc8a72c113ea6b54518c939919494e59 519926 ibus-table-erbi_1.4.6-Source-2_all.deb f2569fa4a8accccada9ecb8e1d073f3483c9f4c15c62e5d87c3e22e3b9eea555 1109010 ibus-table-erbi-qs_1.4.6-Source-2_all.deb 902be63009360e7bd5ad09d05bc929f3d28a83f72aaddc6fab720ca8c6f5abc5 3570 ibus-table-quick_1.4.6-Source-2_all.deb 835e828b7c03a5a5f3a00b35bd7bdd2410230bc5d01dbae9c70d240b624e5ab7 293488 ibus-table-quick3_1.4.6-Source-2_all.deb a9b90a185da11301a67d77d31ed9075965e13c923255b9f5906cf29fa5fe7263 418170 ibus-table-quick5_1.4.6-Source-2_all.deb 155afe97c59277ccb06bd87d62a3692492ee04741f7bc5b6546c5283d604e999 76758 ibus-table-quick-classic_1.4.6-Source-2_all.deb caf488d7e06bd0b22af605a687f382dfcd44f2f35268203ff6ba09a5eb72a11f 592612 ibus-table-scj6_1.4.6-Source-2_all.deb b77ef829808fb517d452dc088f799b129a451a48a38d6b65c97fcf45ec9ce053 47644 ibus-table-stroke5_1.4.6-Source-2_all.deb f3d60a87f07f59bb7b83f124f33e8c924e87abc15ed5dd1b495b62d91c1128ce 2994368 ibus-table-wubi_1.4.6-Source-2_all.deb 01ae56eba75a268f23bfc627bcf9514912e12ce68b299896b5431a21f080683d 120276 ibus-table-wu_1.4.6-Source-2_all.deb 26e379279c9ee3fdbae7dddef54261453c260f6759700fec31c9d63d619dcb46 551052 ibus-table-yong_1.4.6-Source-2_all.deb 9e2489a7b9a4cab6dbe9dda5e896c9d8992a5b3cbb08f66cbf56b990292727a7 1061582 ibus-table-array30_1.4.6-Source-2_all.deb Files: cf4421cf7c374ab0afd3c8dc22b52417 3483 utils optional ibus-table-chinese_1.4.6-Source-2.dsc 10d9919e1c8ef1c1d71c8c193b775d41 3316 utils optional ibus-table-chinese_1.4.6-Source-2.debian.tar.xz ec1105bcffbd589cbd9f1891ea0ba6ee 4492 utils optional ibus-table-cangjie_1.4.6-Source-2_all.deb a42dfca91704c584917cc62da60af8c4 334712 utils optional ibus-table-cangjie3_1.4.6-Source-2_all.deb 6682c388a990069048a78d7b8f6cac42 624872 utils optional ibus-table-cangjie5_1.4.6-Source-2_all.deb 61d9770ff6ba28111fd48c34b55af079 417186 utils optional ibus-table-cangjie-big_1.4.6-Source-2_all.deb 7a2667fd9bfb03fe58e47aa94d378e9d 69986 utils optional ibus-table-cantonese_1.4.6-Source-2_all.deb 9402cc951492fe314f2c419e91f0f27b 94856 utils optional ibus-table-cantonhk_1.4.6-Source-2_all.deb 5a856590c4a02a6347cf4d6cf72a2573 46948 utils optional ibus-table-jyutping_1.4.6-Source-2_all.deb 87186a812baf6e75b7bfc914a63382b1 3560 utils optional ibus-table-easy_1.4.6-Source-2_all.deb a4cfb8d7d02a0104f3c7878b657274b3 911452 utils optional ibus-table-easy-big_1.4.6-Source-2_all.deb dfa9bfb68bd4f8a029dfebcbcd348211 519926 utils optional ibus-table-erbi_1.4.6-Source-2_all.deb 99ed4c7f32cfd44650f0807173d75b89 1109010 utils optional ibus-table-erbi-qs_1.4.6-Source-2_all.deb 9e869be2b2f9155190ed8201423dcf3b 3570 utils optional ibus-table-quick_1.4.6-Source-2_all.deb 4733cb118ed18161516c7d9deb5340f2 293488 utils optional ibus-table-quick3_1.4.6-Source-2_all.deb 138e7affaec8805829ca2a963f23eb5b 418170 utils optional ibus-table-quick5_1.4.6-Source-2_all.deb 263c2d023e8bd23a05d9650d798622be 76758 utils optional ibus-table-quick-classic_1.4.6-Source-2_all.deb dbb969bc7ed807f2b0bc5ce48e71094f 592612 utils optional ibus-table-scj6_1.4.6-Source-2_all.deb d18073912efecdd21190a0541a000117 47644 utils optional ibus-table-stroke5_1.4.6-Source-2_all.deb 9d0a2cbaf85c1d6ae87ed30aa605cb78 2994368 utils optional ibus-table-wubi_1.4.6-Source-2_all.deb 32faef737d5239d8321e3d3c6ecf9a7a 120276 utils optional ibus-table-wu_1.4.6-Source-2_all.deb 62b35b307900cf38766b7198832a5495 551052 utils optional ibus-table-yong_1.4.6-Source-2_all.deb 26dbb0f43f7da250daa18eac70465cbb 1061582 utils optional ibus-table-array30_1.4.6-Source-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUSYqEAAoJEB4TVogd2NeRZmIP/0Dr4ImZQxKsT625OdMGvs0z GgHq9tV8C5p9wWvl6Ts6nkDWS9PZN9FFDY3DDe0sTq8QfyiyZKmEiz5bCL59Dm4x G77Vc/V+qJzBiJqQuVhGqgFiu7meZrs7UIG5GIpxwGsBgpMp2gATfb3Vb/XOF6l1 zxr0Y4flhMkYVdAjeS9vXv46FFRhLBCSYZRjLV/N3QYYT+FdqHlhEf/E5vmcVe9G w6JxsCq88MQrTNcUnGr/XWeDiPAEoL7o8ZHJXSFWlHrHKJHrW65a/W5+OHuN7HYS bBj0+hzAkKL3pEx9PbZvUDupC1UkCF5Pe9n3IF75BmC5fbDCArgI2J9USOo+E+8L OZLm951TccKlLyZer0T8KH9SSAXAdyXXXFrHSzH4iV7c5OD+DAuxBRYu9Hr5pMSc 1RWd4W8b2KJJCVkJj0sf+/Tqs04xQO2q9BxQaMOp/JZRQaigsoGmzGBdcm7liv3U wZ8/1VgQ27xctLcWboi/La6SMe8q+R1OP6gIbSVuHI3JKhaqb3wGES2wPsuW4mpa XOm4JcGL5X1Te1VSv0d4YYNxUtfWFbKma6KsJvA+efQ9QnMSVqed4OF5gdNfgR9A DqkR7MGeEH46lpJJMR/PTOg2djvrsuVxkAJssz4J/Nb6lvp3nje9BDAfj/fg29dE VP8MKsWMeV1ES+wyu3nB =+26j -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Oct 23 23:20:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Oct 2014 23:20:33 +0000 Subject: [Pkg-ime-devel] ibus-table-others_1.3.0.20100528-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 24 Oct 2014 07:58:54 +0900 Source: ibus-table-others Binary: ibus-table-compose ibus-table-ipa-x-sampa ibus-table-translit ibus-table-translit-ua ibus-table-rustrad ibus-table-yawerty ibus-table-thai ibus-table-viqr ibus-table-latex ibus-table-cns11643 ibus-table-emoji Architecture: source all Version: 1.3.0.20100528-4 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-table-cns11643 - ibus-table input method: Cns11643 ibus-table-compose - ibus-table input method: Compose ibus-table-emoji - ibus-table input method: Emoji ibus-table-ipa-x-sampa - ibus-table input method: IPA-X-SAMPA ibus-table-latex - ibus-table input method: LaTeX ibus-table-rustrad - ibus-table input method: Russian Traditional ibus-table-thai - ibus-table input method: Thai ibus-table-translit - ibus-table input method: Translit ibus-table-translit-ua - ibus-table input method: Ukrainian Translit ibus-table-viqr - ibus-table input method: Viqr ibus-table-yawerty - ibus-table input method: Yawerty Closes: 724600 Changes: ibus-table-others (1.3.0.20100528-4) unstable; urgency=medium . * Team upload. * Update depends. Closes: #724600 Checksums-Sha1: e2ed7a880c8818959f486a17d2eb968e14970e13 2880 ibus-table-others_1.3.0.20100528-4.dsc f56d33ac21bcf4ec29c41feb049fb5a5bd6c468f 3496 ibus-table-others_1.3.0.20100528-4.debian.tar.xz db40ca633e66613110780d73b26973067e774694 9574 ibus-table-compose_1.3.0.20100528-4_all.deb 7999a3a1aba8260e26e7f4e966d6db8fb4f7816e 6546 ibus-table-ipa-x-sampa_1.3.0.20100528-4_all.deb 68821f99682c69cd765b55bb30ec694c58496d1a 7410 ibus-table-translit_1.3.0.20100528-4_all.deb 10a09cad4f66a3a00c9e1092771f4db559ada6ee 7466 ibus-table-translit-ua_1.3.0.20100528-4_all.deb cb700fc700ff15358add5719ac74d645e37b1bc5 7644 ibus-table-rustrad_1.3.0.20100528-4_all.deb b09487140be3d0c071fcd08c573aaee14877abfb 4924 ibus-table-yawerty_1.3.0.20100528-4_all.deb 3da1114b882736923ae911028e92249e1dca1e39 5288 ibus-table-thai_1.3.0.20100528-4_all.deb 915766ef8f5d7e010d9ead5e6284b2dc2fd650c0 6658 ibus-table-viqr_1.3.0.20100528-4_all.deb 4deeee0134525f13d902e877ee0081dc7557902b 9022 ibus-table-latex_1.3.0.20100528-4_all.deb cfebdebb327d4b194c61cd4608ccf6609a41681d 244054 ibus-table-cns11643_1.3.0.20100528-4_all.deb 17f8599b8c83ca2693997ba64e2ba085e7d1de5a 17334 ibus-table-emoji_1.3.0.20100528-4_all.deb Checksums-Sha256: 82a2babfb714c91d69041245fcdd8265edc9114359726c53bd73b0276cdc8b02 2880 ibus-table-others_1.3.0.20100528-4.dsc 56688d7adf7dbb470a7b1b1151669bcd80dbe6349f94ddb784bf6217387596d8 3496 ibus-table-others_1.3.0.20100528-4.debian.tar.xz c0af30f2ee450c18096c253980bbac721639afabe24bf76235cf990db232f3d6 9574 ibus-table-compose_1.3.0.20100528-4_all.deb e3f93e17533e7fb79ae6259b22e028f4b8a94dd8b27b80193da3caaa47458a58 6546 ibus-table-ipa-x-sampa_1.3.0.20100528-4_all.deb 00b70e60d002e4d5254fb9f25cd9f333321e2aa9a61d380a4762be1c0acaac8d 7410 ibus-table-translit_1.3.0.20100528-4_all.deb a97058028e513759ac80161c89e83b58d0b68f04eac078eac62f28939d6750b2 7466 ibus-table-translit-ua_1.3.0.20100528-4_all.deb a10c5d9a33527bbbbf592ff3a478c8e48f932247c2bab0eede0958ea2b1f376a 7644 ibus-table-rustrad_1.3.0.20100528-4_all.deb 577dc67c915cc173da2e58c4e1863b877e823847568140694589a0357fdf04a8 4924 ibus-table-yawerty_1.3.0.20100528-4_all.deb a70731a2e2c8299afec7a0d444e48c0134cd9c08b271aa5abbe3405679665d8c 5288 ibus-table-thai_1.3.0.20100528-4_all.deb 629df1bbb930366b806dc19dd5ced1caa5addf643a314b80f826f9c4a299e27c 6658 ibus-table-viqr_1.3.0.20100528-4_all.deb 730bbdd3ae6576ffea12f62059b66033bd6be5f9dce974d38b7bffac45a15463 9022 ibus-table-latex_1.3.0.20100528-4_all.deb 0b1f35ae8eda686ac4541dfb66de79f6488fe43c458e1653bcd575883e7973c2 244054 ibus-table-cns11643_1.3.0.20100528-4_all.deb de8710101c0c3b3d75aa1aea4ec44c687cd8b742401910ef47a43499382ceae4 17334 ibus-table-emoji_1.3.0.20100528-4_all.deb Files: fef1cad43cfccc84571347999c23e908 2880 utils optional ibus-table-others_1.3.0.20100528-4.dsc 618ea2a8546685869c9ed2a8507812d5 3496 utils optional ibus-table-others_1.3.0.20100528-4.debian.tar.xz ab19ef44b621b41548d97f5878ad0482 9574 utils optional ibus-table-compose_1.3.0.20100528-4_all.deb 1cef8a8575a5a0fe43c884a8a4d045c5 6546 utils optional ibus-table-ipa-x-sampa_1.3.0.20100528-4_all.deb 27db016a918c0f329532f55524f82e3c 7410 utils optional ibus-table-translit_1.3.0.20100528-4_all.deb ab91d0b3606560074d6628a122d4a75c 7466 utils optional ibus-table-translit-ua_1.3.0.20100528-4_all.deb ef085252f974f7d3b05f7fad7238a968 7644 utils optional ibus-table-rustrad_1.3.0.20100528-4_all.deb ebeb911507b15806df90fdfbe1c53e19 4924 utils optional ibus-table-yawerty_1.3.0.20100528-4_all.deb c716c989f9d7a2cef6aa490de1dd9a8b 5288 utils optional ibus-table-thai_1.3.0.20100528-4_all.deb 754fc6e833f6ac1d567851d9f9133db8 6658 utils optional ibus-table-viqr_1.3.0.20100528-4_all.deb a930eddf69a0c732f20b2064ec05306f 9022 utils optional ibus-table-latex_1.3.0.20100528-4_all.deb 70532878d7e9263618a21e4b3afed990 244054 utils optional ibus-table-cns11643_1.3.0.20100528-4_all.deb b4d1d6b995d25eb5210c8ea3e1fd1eba 17334 utils optional ibus-table-emoji_1.3.0.20100528-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUSYmiAAoJEB4TVogd2NeRKCsQAJvW6eg7WLw8tNnVyAbsTSrv Tcn/NJ4HnKSC9eXyLG97HLiHCsrI9zv+ZSUwTmtLmc2Gsh49dCoox8GPnYhUQfpp +Pz6ls+04f+j5qhZ2givaOY6w9vdtS0cui2+KgvwJSknzoLwOlhNGzot3UWAVSAY /kJpj56ebWPnBCWWSnTdqxkkrmedZeQh7eWrwlaJEeofeFfI2wtnZiScwrNe6Scd Inzu+flZAtTiGG4fkPCu7CHsoeHZD9eWy/yHvvnR4vbH5txvVOW54q3+w+W75nRa vvvRiSkBYH8QRhXJ4EWf7FbpY5i6P+tOAWZGUXa4SwvmO7/lkXV8bzdMxwS5PLqf aSy3NXAt8O65bxNcCGCwKhx6HBRh9t5rqW4n9Z4BDw3GwlB1MsqLDoL7zoVSKl7u QFT/cB4RGHqJ0PBJSVRIPxIGsqDW8BiaA9+p66o4G8cfbYdjcZGTmVX7DK0Pzrl+ SgdqwWI/60VmNVQKxml6WP9+N9coTv7gA/5VUppbVg1XOf2UXr5od9LlNjmZsZHY 2LPcmxm+vvMxbhuAhZuLgYplHDKcb5sLie9rXSodX2VfJn+7a0koPmGEYBHS9UPH Gz7ol29s4jJaPn33BW3s1vUDI31eIWyAN9OBdI4oEz8kSjtINMXcWqFwM+AGOQQ+ jgXE5/VqMAaIIlnCdXNC =2ypH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu Oct 23 23:21:28 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Oct 2014 23:21:28 +0000 Subject: [Pkg-ime-devel] Bug#724600: marked as done (update package version dependency) References: <20130925155346.15184.7727.reportbug@Phyrem> Message-ID: Your message dated Thu, 23 Oct 2014 23:20:33 +0000 with message-id and subject line Bug#724600: fixed in ibus-table-others 1.3.0.20100528-4 has caused the Debian Bug report #724600, regarding update package version dependency 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 owner at bugs.debian.org immediately.) -- 724600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724600 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: frydo Subject: ibus-table-latex: Can't switch to latex input method Date: Wed, 25 Sep 2013 17:53:46 +0200 Size: 2415 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#724600: fixed in ibus-table-others 1.3.0.20100528-4 Date: Thu, 23 Oct 2014 23:20:33 +0000 Size: 9065 URL: From owner at bugs.debian.org Thu Oct 23 23:21:24 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Oct 2014 23:21:24 +0000 Subject: [Pkg-ime-devel] Bug#724023: marked as done (update package version dependency) References: <20130922095609.27489.97695.reportbug@penguinya-vaiof> Message-ID: Your message dated Thu, 23 Oct 2014 23:20:18 +0000 with message-id and subject line Bug#724023: fixed in ibus-table-chinese 1.4.6-Source-2 has caused the Debian Bug report #724023, regarding update package version dependency 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 owner at bugs.debian.org immediately.) -- 724023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724023 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Hans Liao Subject: ibus-table-cangjie3: Cangjie3 no longer showing as an input method, and cannot be added. Date: Sun, 22 Sep 2013 17:56:09 +0800 Size: 2953 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#724023: fixed in ibus-table-chinese 1.4.6-Source-2 Date: Thu, 23 Oct 2014 23:20:18 +0000 Size: 12864 URL: From johnw.mail at gmail.com Fri Oct 24 05:53:21 2014 From: johnw.mail at gmail.com (John Wong) Date: Fri, 24 Oct 2014 13:53:21 +0800 Subject: [Pkg-ime-devel] Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) Message-ID: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> Package: ibus Version: 1.5.9-1 Severity: normal Dear Maintainer, Today(24-Oct-2014), after apt-get dist-upgrade, ibus upgrade to 1.5.9-1, I can not input any chinese any more, I use ibus-table-quick-classic. Thank you. *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- Package-specific info: default-display-manager: /usr/sbin/gdm3 ibus is /usr/bin/ibus ibus-setup is /usr/bin/ibus-setup im-config -l => ibus xim im-config -m => default missing ibus XMODIFIERS=@im=ibus GTK_IM_MODULE=ibus QT4_IM_MODULE=ibus QT_IM_MODULE=ibus XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/ XDG_MENU_PREFIX= PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin:usr/local/sbin ls -l /usr/lib/ibus/ total 292 -rwxr-xr-x 1 root root 19088 Oct 23 00:12 ibus-dconf -rwxr-xr-x 1 root root 10576 Oct 23 00:12 ibus-engine-simple -rwxr-xr-x 1 root root 1925 Oct 24 00:10 ibus-engine-table -rwxr-xr-x 1 root root 1068 Oct 24 00:10 ibus-setup-table -rwxr-xr-x 1 root root 165048 Oct 23 00:12 ibus-ui-gtk3 -rwxr-xr-x 1 root root 89496 Oct 23 00:12 ibus-x11 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-3-amd64 (SMP w/8 CPU cores) Locale: LANG=zh_HK.UTF-8, LC_CTYPE=zh_HK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ibus depends on: ii dconf-cli 0.22.0-1 ii dconf-gsettings-backend [gsettings-backend] 0.22.0-1 ii gir1.2-gtk-3.0 3.14.4-1 ii gir1.2-ibus-1.0 1.5.9-1 it gnome-icon-theme 3.12.0-1 ii libatk1.0-0 2.14.0-1 ii libc6 2.19-12 ii libcairo2 1.14.0-2 ii libdconf1 0.22.0-1 ii libgdk-pixbuf2.0-0 2.31.1-2+b1 ii libglib2.0-0 2.42.0-2 ii libgtk-3-0 3.14.4-1 it libgtk2.0-0 2.24.25-1 ii libibus-1.0-5 1.5.9-1 ii libnotify4 0.7.6-2 ii libpango-1.0-0 1.36.8-2 ii libpangocairo-1.0-0 1.36.8-2 ii librsvg2-common 2.40.5-1 ii libx11-6 2:1.6.2-3 ii libxi6 2:1.7.4-1 ii python-notify 0.1.1-4 ii python3-gi 3.14.0-1 pn python3:any Versions of packages ibus recommends: ii ibus-gtk 1.5.9-1 ii ibus-gtk3 1.5.9-1 ii ibus-qt4 1.3.2-2 ii im-config 0.27-1 ii libqt5gui5 5.3.2+dfsg-4+b1 Versions of packages ibus suggests: ii ibus-clutter 0.0+git20090728.a936bacf-5.1+b1 pn ibus-doc ii ibus-qt4 1.3.2-2 ii libqt5gui5 5.3.2+dfsg-4+b1 -- no debconf information From ftpmaster at ftp-master.debian.org Fri Oct 24 07:19:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Oct 2014 07:19:45 +0000 Subject: [Pkg-ime-devel] fcitx_4.2.8.5-1.1_i386.changes REJECTED Message-ID: fcitx_4.2.8.5-1.1.dsc: Refers to non-existing file 'fcitx_4.2.8.5.orig.tar.gz' Perhaps you need to include the file in your upload? === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From kengyu at lexical.tw Fri Oct 24 12:14:03 2014 From: kengyu at lexical.tw (Keng-Yu Lin) Date: Fri, 24 Oct 2014 20:14:03 +0800 Subject: [Pkg-ime-devel] Bug#766467: ibus-array: Update package dependency (python-ibus -> python-gi) In-Reply-To: <20141023104505.GA1882@goofy.local> References: <20141023104505.GA1882@goofy.local> Message-ID: Thanks Osamu for updating the new upstream version too. Tested ibus-array 0.0.4-1 it works without any problem. 2014-10-23 18:45 GMT+08:00 Osamu Aoki : > Package: ibus-array > Version: 0.0.3-1 > Severity: important > > Thank you (Keng-Yu Lin) for updating upstream tarball. > > But this package still is shipped with binary dependency to python-ibus > which is not in the archive. As seen on: > https://qa.debian.org/excuses.php?package=ibus-array > > | Excuse for ibus-array > | > | Too young, only 6 of 10 days old > | ibus-array/i386 unsatisfiable Depends: python-ibus > | ibus-array/amd64 unsatisfiable Depends: python-ibus > | ibus-array/armel unsatisfiable Depends: python-ibus > | ibus-array/armhf unsatisfiable Depends: python-ibus > | ibus-array/kfreebsd-amd64 unsatisfiable Depends: python-ibus > | ibus-array/kfreebsd-i386 unsatisfiable Depends: python-ibus > | ibus-array/mips unsatisfiable Depends: python-ibus > | ibus-array/mipsel unsatisfiable Depends: python-ibus > | ibus-array/powerpc unsatisfiable Depends: python-ibus > | ibus-array/s390x unsatisfiable Depends: python-ibus > | ibus-array/arm64 unsatisfiable Depends: python-ibus > | ibus-array/ppc64el unsatisfiable Depends: python-ibus > | Not considered > ^^^^^^^^^^^^^^ > > This is bad. > > Let's remove python-ibus and add python-gi gir-* package. > Since this is just simple fix, I will upload fixed package soon. > > Please test uploaded package and report bugs since I have no idea how to > input Chinese with array30. > > With this, all ibus packages are in good shape for the upcoming freeze > on Nov. 5th. If anyone find issues and need help uploading fixed > package, file a bug report CC ing > IME Packaging Team > > fcitx is also fixed now:-) So all the funny AUTORM tags should go away. > Please keep your eyes on: > > https://qa.debian.org/developer.php?login=pkg-ime-devel at lists.alioth.debian.org > > Thanks and regards, > > Osamu > -- System Information: > Debian Release: jessie/sid > APT prefers testing-updates > APT policy: (500, 'testing-updates'), (500, 'testing') > Architecture: amd64 (x86_64) > > Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash From kengyu at lexical.tw Fri Oct 24 12:14:03 2014 From: kengyu at lexical.tw (Keng-Yu Lin) Date: Fri, 24 Oct 2014 20:14:03 +0800 Subject: [Pkg-ime-devel] Bug#766467: ibus-array: Update package dependency (python-ibus -> python-gi) In-Reply-To: <20141023104505.GA1882@goofy.local> References: <20141023104505.GA1882@goofy.local> Message-ID: Thanks Osamu for updating the new upstream version too. Tested ibus-array 0.0.4-1 it works without any problem. 2014-10-23 18:45 GMT+08:00 Osamu Aoki : > Package: ibus-array > Version: 0.0.3-1 > Severity: important > > Thank you (Keng-Yu Lin) for updating upstream tarball. > > But this package still is shipped with binary dependency to python-ibus > which is not in the archive. As seen on: > https://qa.debian.org/excuses.php?package=ibus-array > > | Excuse for ibus-array > | > | Too young, only 6 of 10 days old > | ibus-array/i386 unsatisfiable Depends: python-ibus > | ibus-array/amd64 unsatisfiable Depends: python-ibus > | ibus-array/armel unsatisfiable Depends: python-ibus > | ibus-array/armhf unsatisfiable Depends: python-ibus > | ibus-array/kfreebsd-amd64 unsatisfiable Depends: python-ibus > | ibus-array/kfreebsd-i386 unsatisfiable Depends: python-ibus > | ibus-array/mips unsatisfiable Depends: python-ibus > | ibus-array/mipsel unsatisfiable Depends: python-ibus > | ibus-array/powerpc unsatisfiable Depends: python-ibus > | ibus-array/s390x unsatisfiable Depends: python-ibus > | ibus-array/arm64 unsatisfiable Depends: python-ibus > | ibus-array/ppc64el unsatisfiable Depends: python-ibus > | Not considered > ^^^^^^^^^^^^^^ > > This is bad. > > Let's remove python-ibus and add python-gi gir-* package. > Since this is just simple fix, I will upload fixed package soon. > > Please test uploaded package and report bugs since I have no idea how to > input Chinese with array30. > > With this, all ibus packages are in good shape for the upcoming freeze > on Nov. 5th. If anyone find issues and need help uploading fixed > package, file a bug report CC ing > IME Packaging Team > > fcitx is also fixed now:-) So all the funny AUTORM tags should go away. > Please keep your eyes on: > > https://qa.debian.org/developer.php?login=pkg-ime-devel at lists.alioth.debian.org > > Thanks and regards, > > Osamu > -- System Information: > Debian Release: jessie/sid > APT prefers testing-updates > APT policy: (500, 'testing-updates'), (500, 'testing') > Architecture: amd64 (x86_64) > > Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash From osamu at debian.org Sat Oct 25 13:12:36 2014 From: osamu at debian.org (Osamu Aoki) Date: Sat, 25 Oct 2014 22:12:36 +0900 Subject: [Pkg-ime-devel] Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) In-Reply-To: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> Message-ID: <20141025131236.GA19373@goofy.local> control: reassign 766581 ibus-table control: retitle 766581 Add breaks ibus-table-foo control: severity 766581 important Hi, > Today(24-Oct-2014), after apt-get dist-upgrade, ibus upgrade to > 1.5.9-1, I can not input any chinese any more, I use > ibus-table-quick-classic. Thank you. This is caused since ibus-table-foo packages are not updated with the newest version yet (they are already uploaded). If you dist-update again, this should be fixed. The proper fix to the root cause is add versioned Breaks: with long list of packages ibus-table-*. List all packlages from ibus-table-chinese with (<< 1.4.6-Source-2~) List all packlages from ibus-table-others with (<< 1.3.0.20100528-3~) Regards, Osamu From owner at bugs.debian.org Sat Oct 25 13:15:08 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 25 Oct 2014 13:15:08 +0000 Subject: [Pkg-ime-devel] Processed: Re: Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) References: <20141025131236.GA19373@goofy.local> <20141024055321.15423.70230.reportbug@redcat.wonghome.net> Message-ID: Processing control commands: > reassign 766581 ibus-table Bug #766581 [ibus] ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) Bug reassigned from package 'ibus' to 'ibus-table'. No longer marked as found in versions ibus/1.5.9-1. Ignoring request to alter fixed versions of bug #766581 to the same values previously set > retitle 766581 Add breaks ibus-table-foo Bug #766581 [ibus-table] ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) Changed Bug title to 'Add breaks ibus-table-foo' from 'ibus: After upgrade to 1.5.9-1, can not input chinese (class quick)' > severity 766581 important Bug #766581 [ibus-table] Add breaks ibus-table-foo Severity set to 'important' from 'normal' -- 766581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766581 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From johnw.mail at gmail.com Sat Oct 25 14:00:22 2014 From: johnw.mail at gmail.com (johnw) Date: Sat, 25 Oct 2014 22:00:22 +0800 Subject: [Pkg-ime-devel] Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) In-Reply-To: <20141025131236.GA19373@goofy.local> References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> <20141025131236.GA19373@goofy.local> Message-ID: <544BACF6.80906@gmail.com> On 2014?10?25? ??? 09:12 ??, Osamu Aoki wrote: > > This is caused since ibus-table-foo packages are not updated with the > newest version yet (they are already uploaded). If you dist-update again, > this should be fixed. > > The proper fix to the root cause is add versioned Breaks: with long list > of packages ibus-table-*. > > List all packlages from ibus-table-chinese with (<< 1.4.6-Source-2~) > List all packlages from ibus-table-others with (<< 1.3.0.20100528-3~) > > After dist-upgrade still have a problem. dpkg -l |grep ibus: ii gir1.2-ibus-1.0:amd64 1.5.9-1 amd64 Intelligent Input Bus - introspection data ii ibus 1.5.9-1 amd64 Intelligent Input Bus - core ii ibus-clutter:amd64 0.0+git20090728.a936bacf-5.1+b1 amd64 ibus input method framework for clutter ii ibus-gtk:amd64 1.5.9-1 amd64 Intelligent Input Bus - GTK+2 support ii ibus-gtk3:amd64 1.5.9-1 amd64 Intelligent Input Bus - GTK+3 support ii ibus-qt4 1.3.2-2 amd64 qt-immodule for ibus (QT4) (plugin) ii ibus-table 1.9.1-1 all table engine for IBus ii ibus-table-quick 1.4.6-Source-2 all ibus-table input method: Quick (dummy package) ii ibus-table-quick-classic 1.4.6-Source-2 all ibus-table input method: Quick Classic ii ibus-table-quick3 1.4.6-Source-2 all ibus-table input method: Quick3 ii ibus-table-quick5 1.4.6-Source-2 all ibus-table input method: Quick5 ii libgusb2:amd64 0.1.6-5 amd64 GLib wrapper around libusb1 ii libibus-1.0-5:amd64 1.5.9-1 amd64 Intelligent Input Bus - shared library ii libibus-qt1 1.3.2-2 amd64 qt-immodule for ibus (QT4) (library) ii libusageenvironment1 2014.01.13-1 amd64 multimedia RTSP streaming library (UsageEnvironment classes) ii libusb-0.1-4:amd64 2:0.1.12-25 amd64 userspace USB programming library ii libusb-1.0-0:amd64 2:1.0.19-1 amd64 userspace USB programming library ii libusbmuxd2:amd64 1.0.9-1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library ii libusbredirhost1:amd64 0.7-1 amd64 Implementing the usb-host (*) side of a usbredir connection (runtime) ii libusbredirparser1:amd64 0.7-1 amd64 Parser for the usbredir protocol (runtime) ii libustr-1.0-1:amd64 1.0.4-3 amd64 Micro string library: shared library Thank you. From ftpmaster at ftp-master.debian.org Sat Oct 25 14:11:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 14:11:11 +0000 Subject: [Pkg-ime-devel] Processing of ibus-table_1.9.1-2_amd64.changes Message-ID: ibus-table_1.9.1-2_amd64.changes uploaded successfully to localhost along with the files: ibus-table_1.9.1-2.dsc ibus-table_1.9.1-2.debian.tar.xz ibus-table_1.9.1-2_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 25 14:56:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 14:56:30 +0000 Subject: [Pkg-ime-devel] Processing of ibus-table-others_1.3.5-1_amd64.changes Message-ID: ibus-table-others_1.3.5-1_amd64.changes uploaded successfully to localhost along with the files: ibus-table-others_1.3.5-1.dsc ibus-table-others_1.3.5.orig.tar.gz ibus-table-others_1.3.5-1.debian.tar.xz ibus-table-compose_1.3.5-1_all.deb ibus-table-ipa-x-sampa_1.3.5-1_all.deb ibus-table-translit_1.3.5-1_all.deb ibus-table-translit-ua_1.3.5-1_all.deb ibus-table-rustrad_1.3.5-1_all.deb ibus-table-yawerty_1.3.5-1_all.deb ibus-table-thai_1.3.5-1_all.deb ibus-table-viqr_1.3.5-1_all.deb ibus-table-latex_1.3.5-1_all.deb ibus-table-cns11643_1.3.5-1_all.deb ibus-table-emoji_1.3.5-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 25 15:26:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 15:26:39 +0000 Subject: [Pkg-ime-devel] Processing of ibus-table-others_1.3.5-2_amd64.changes Message-ID: ibus-table-others_1.3.5-2_amd64.changes uploaded successfully to localhost along with the files: ibus-table-others_1.3.5-2.dsc ibus-table-others_1.3.5-2.debian.tar.xz ibus-table-compose_1.3.5-2_all.deb ibus-table-ipa-x-sampa_1.3.5-2_all.deb ibus-table-translit_1.3.5-2_all.deb ibus-table-translit-ua_1.3.5-2_all.deb ibus-table-rustrad_1.3.5-2_all.deb ibus-table-yawerty_1.3.5-2_all.deb ibus-table-thai_1.3.5-2_all.deb ibus-table-viqr_1.3.5-2_all.deb ibus-table-latex_1.3.5-2_all.deb ibus-table-cns11643_1.3.5-2_all.deb ibus-table-emoji_1.3.5-2_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 25 15:31:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 15:31:39 +0000 Subject: [Pkg-ime-devel] Processing of ibus-table_1.9.1-3_amd64.changes Message-ID: ibus-table_1.9.1-3_amd64.changes uploaded successfully to localhost along with the files: ibus-table_1.9.1-3.dsc ibus-table_1.9.1-3.debian.tar.xz ibus-table_1.9.1-3_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 25 15:38:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 15:38:01 +0000 Subject: [Pkg-ime-devel] ibus-table_1.9.1-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sat, 25 Oct 2014 23:00:41 +0900 Source: ibus-table Binary: ibus-table Architecture: source all Version: 1.9.1-2 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-table - table engine for IBus Closes: 766581 Changes: ibus-table (1.9.1-2) unstable; urgency=medium . * Add breaks and suggests. Closes: #766581 Checksums-Sha1: 23da7ad6f4e8d8ab38f4165d474f4c1e66f3af49 2094 ibus-table_1.9.1-2.dsc 402fe9e0af2ab352ec8a997ae970125687ace0c2 3696 ibus-table_1.9.1-2.debian.tar.xz b8ee903eb03910ac30b88fb32187d5a71ceebdc4 291592 ibus-table_1.9.1-2_all.deb Checksums-Sha256: 9f1d2f576c36e1d6722321ac02c6e38b58a0f71a28aef468733c90f4f19c88ac 2094 ibus-table_1.9.1-2.dsc d187cd2738f6ed28e5d9fde01ebbc11926420832de0299916c1304d4ba3c6ae6 3696 ibus-table_1.9.1-2.debian.tar.xz 51a8e6a8955a67437fccf3bece561b2f29d41c5bac8f59b21ba9580cf9135283 291592 ibus-table_1.9.1-2_all.deb Files: 5544c0e03acee4b0dfebdd31c1236607 2094 utils optional ibus-table_1.9.1-2.dsc 3ddcebb592e3a623885196b2a5242f58 3696 utils optional ibus-table_1.9.1-2.debian.tar.xz f418815d4b305a64c4eddfa9da4d9cec 291592 utils optional ibus-table_1.9.1-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUS664AAoJEB4TVogd2NeRKSEP/3xJRCkc0omrRO45JArDaSaR YVd95h5cN7Q17okeYdBPZcTkDsI/qs8vwJNK/wyXym1+b/Z0uN/PPztslv2BjEWP M/mdQ4q5tS06mvlVOMdPCwe5lLyDVxuJynU+8SPN9mudk9XSt+p+u29jQAV8FSHT JVkkfA2Pv52Xv5dBbWgn6UtAvh9B+gQ5H68CXe9rryyrM0Donchu44iNQyz2d9gV Vfp9yedJUd/2MKeoa7A3ZNNWQ6Kejs6Q9hstaLu98d/AAeGMA7Q3Htt0kVVAO1rm dM29MQVlVvmnqR6Bd7SQTLK2mcZ79AWndrpBCH8P8+Mec4/L7MwJTTw5Ic8Sl9VL wqrPUfZyzUz7nmxnqUiQOIDAVNpH/FjpqO+J3+/1zzxnmoq7NnIGJILV7eStDCFB Coel5PeIbfDUni6KnHAjJy9VbbcO+14qBiW8KVWB0XgJlzrfbVxoH+56pPp30uDu rctDgV6fXLzwAanVNuEHbHn8z2uDFS+lsa6jXeh6ZPaA37mJ3s4D3QOyeA2FsrAU rDH/JPWqNyvIvoG/YltHN0LW9Rxqq/hVu6qmpk7N/gxBnMAvR7Qy/I6QnGxFibKn Qoumm16WU68FDtvn7C3Pxeq/5zibkTi31aJJpYlYegBTPL03pt3bO43IU1rC/50H ecjw/0U3Gwt/LbWji5DZ =U/XG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Oct 25 15:38:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 15:38:08 +0000 Subject: [Pkg-ime-devel] ibus-table_1.9.1-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 26 Oct 2014 00:29:13 +0900 Source: ibus-table Binary: ibus-table Architecture: source all Version: 1.9.1-3 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-table - table engine for IBus Changes: ibus-table (1.9.1-3) unstable; urgency=medium . * Adjust breaks. Checksums-Sha1: 02359680483232974aca53dde394d849b3b6ec84 2094 ibus-table_1.9.1-3.dsc 1efe548a3e5821a2ab9d373f8b6a0ca116de1ebc 3712 ibus-table_1.9.1-3.debian.tar.xz b35474b416b0195912b36df20b8da31febbde7f4 291608 ibus-table_1.9.1-3_all.deb Checksums-Sha256: ae69c1ecaf1b59694aa3ade5eec41ac3acc0b731c20d850eb3037f82518cd3ee 2094 ibus-table_1.9.1-3.dsc 726b50fff9e849121f073e591b5b264a73b6865d9538025ee91431664e706442 3712 ibus-table_1.9.1-3.debian.tar.xz 5a70dad14059c126a3c8e37cb5212a340ec5d6794c7a6d08faddd2ede6293552 291608 ibus-table_1.9.1-3_all.deb Files: 314e7d6652f44d8b92b7722abbc3ea9b 2094 utils optional ibus-table_1.9.1-3.dsc 9be93fa7c7c26e1c668450e949f08b4b 3712 utils optional ibus-table_1.9.1-3.debian.tar.xz a70d77766be3c3c7d549c3908dbe7419 291608 utils optional ibus-table_1.9.1-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUS8JIAAoJEB4TVogd2NeRKzsP/jrIDAJ27vgD5sbNTCYpaixv 6qmKVomMH93husaps4D9MZDDCF50ONr/YrWQ89I3dviBmlilb2QrmP+nRABf+poM t51sB+PQt/mSKl9Et61NbZriZMYksD/X59iU6YIDhjXZLWALAsSkUNk/Fw8+3eFD 7IiSPhkPxZP8HhIvN4Jejgr/DDi92Hb6gEDDF0m6lQ85G1Nz8fkIvUyv8o+YUoxt MEvvvjsxBMEKym6CAsrLJ1+e45DQC1dMwHGM6S9O5Mvu/zpK2rvNyCw9hovBq+vo 6UkFABNXwFbRSajANgSjbkMOBoFJYe+Q3rt9gIVN/k1jqH5EH66DLYOUBzXgl3ll TvwlyJqaF43pNUdjYUDeW2UeLUYUBnh3Ir0kQ7s5WUyo/bYXl6RlDe7GNfw8pSjC TbYx9IRQSf+fiCLjT06bJETNcMZnqzchIs2wreiKxPxD5MY+sN+1CNZzMsDM/JF3 mF0Wnc4B7K9qygz/93+gG+28owPa/8G5IOvXArA9YEymkYImEd9emjvcwosn8tU6 jUArNN/Xt66EP2DW5MIS3P/hINh8ecjtiA7Pt4ZQfVcOhjg09+KtdbjBxtgxL3D0 gOP4a9qXN/5txhIkkOLkK63U1nC5JLQyVz11q+s3GMtrCDvGT70Ea93kNaqxRpSW CmvYpw5G9tzR/iK4yr78 =S7Mn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Oct 25 15:38:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 15:38:24 +0000 Subject: [Pkg-ime-devel] ibus-table-others_1.3.5-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sat, 25 Oct 2014 23:50:27 +0900 Source: ibus-table-others Binary: ibus-table-compose ibus-table-ipa-x-sampa ibus-table-translit ibus-table-translit-ua ibus-table-rustrad ibus-table-yawerty ibus-table-thai ibus-table-viqr ibus-table-latex ibus-table-cns11643 ibus-table-emoji Architecture: source all Version: 1.3.5-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-table-cns11643 - ibus-table input method: Cns11643 ibus-table-compose - ibus-table input method: Compose ibus-table-emoji - ibus-table input method: Emoji ibus-table-ipa-x-sampa - ibus-table input method: IPA-X-SAMPA ibus-table-latex - ibus-table input method: LaTeX ibus-table-rustrad - ibus-table input method: Russian Traditional ibus-table-thai - ibus-table input method: Thai ibus-table-translit - ibus-table input method: Translit ibus-table-translit-ua - ibus-table input method: Ukrainian Translit ibus-table-viqr - ibus-table input method: Viqr ibus-table-yawerty - ibus-table input method: Yawerty Changes: ibus-table-others (1.3.5-1) unstable; urgency=medium . * New upstream release. * Drop upstream applied patch for #642813. * Drop patch for #653216 since non-ASCII are now accepted. Checksums-Sha1: a2aae287dac85dc4a590d112439d679e7d389976 2812 ibus-table-others_1.3.5-1.dsc 969accdb54dff2cce5226e2639d75bff8f8dc0bd 542936 ibus-table-others_1.3.5.orig.tar.gz dfb13e3bf64fbacc2e571decbca8b5e84d229c56 2832 ibus-table-others_1.3.5-1.debian.tar.xz ee9eaf7a4ea7e9921bf58bbc546e020cde85c3d4 15092 ibus-table-compose_1.3.5-1_all.deb 6abfb738d29a5fcfe3c6bd2a5e16991520eff66a 12306 ibus-table-ipa-x-sampa_1.3.5-1_all.deb e8c9e016f928e93a7f87cfdaaaccefff9c7a54f6 11640 ibus-table-translit_1.3.5-1_all.deb 1065e9438df8311990cdc7bc824dcff3d5f098a4 11434 ibus-table-translit-ua_1.3.5-1_all.deb 3a0302b5e83676c19ce73bf78aba3ff78bf3da0f 13156 ibus-table-rustrad_1.3.5-1_all.deb a9451ccb55fb9560ff40fe4b2a8d0a131da4166b 10436 ibus-table-yawerty_1.3.5-1_all.deb a953135920f21eec54aec02bd64602cb860dab41 10818 ibus-table-thai_1.3.5-1_all.deb ddca4268586699290efa48be8dd67810ae782ec5 12198 ibus-table-viqr_1.3.5-1_all.deb cbf7ec4933b710e4b6581416f78aa11ee800ad6d 14934 ibus-table-latex_1.3.5-1_all.deb e3ccc4b258b2c5a12f332265b57dedb28682fac0 250092 ibus-table-cns11643_1.3.5-1_all.deb edabe986e4eaa02766c699203659f768bbe44249 22858 ibus-table-emoji_1.3.5-1_all.deb Checksums-Sha256: a7d1816aba4067d142657084f58524ac425c8ffd41efdd14d29df4a3231c3638 2812 ibus-table-others_1.3.5-1.dsc 528caf645abcecf5a7622c39666935871363e698976059d89d560b8fe7325a0e 542936 ibus-table-others_1.3.5.orig.tar.gz fc66c7855c60258326ee9219f48afcf3b398c32d399bdb16e5add6fdcd7394da 2832 ibus-table-others_1.3.5-1.debian.tar.xz 3793f6f3a3282c1c3c872be294bce68fdd4b0111e563c8efa1fce83ee26b2066 15092 ibus-table-compose_1.3.5-1_all.deb 5d26cf176b51842bbef096c770ba5eac5df7ac3173a76257a5f058c98959b858 12306 ibus-table-ipa-x-sampa_1.3.5-1_all.deb f56a5c9741c0a1c6fefaf9c1b6d3c2c455948b39bafd9e379fe1dad8712e612a 11640 ibus-table-translit_1.3.5-1_all.deb 2d29fe0b6e35e1c67bc57ff23825703fce48a553cc397761440cf5bdde1317e0 11434 ibus-table-translit-ua_1.3.5-1_all.deb 833a895c143275adae5811f22a2e13cc99da2ad129a9297d2d41afc2e30194ca 13156 ibus-table-rustrad_1.3.5-1_all.deb 03e89f375c511038c98dce55d644bf944e8098b162200b9490c1a4056b0b0597 10436 ibus-table-yawerty_1.3.5-1_all.deb 4680ffc340f6ed25092c12f2f639b02c5cc99bd6c808fceb4a1bcf83d8c5cd36 10818 ibus-table-thai_1.3.5-1_all.deb 723aedf3ffe3be97699bcd7e381ab59e672653b0c63810f1be35a99358df6747 12198 ibus-table-viqr_1.3.5-1_all.deb a489fec8fe0e6e2d5076056de897a8a3cc3f2fc6b90b22d397acfa0822b7416e 14934 ibus-table-latex_1.3.5-1_all.deb b7ac01001f72676de9b6968fe7156ad296b1c1914271e9f52137ad0bc4865c57 250092 ibus-table-cns11643_1.3.5-1_all.deb 981ca8c0a0de66caa2b075a46e05adbeaabafb205899480864514836acf90be2 22858 ibus-table-emoji_1.3.5-1_all.deb Files: 97576535a1d401e7021397535fe8b361 2812 utils optional ibus-table-others_1.3.5-1.dsc 97b5e1822a6616db9f3823f1222d4ff5 542936 utils optional ibus-table-others_1.3.5.orig.tar.gz 5feaed4ebc09ad1adeb64145c48cfd27 2832 utils optional ibus-table-others_1.3.5-1.debian.tar.xz ea0a9fe1805d38e8892e3221f3ca101c 15092 utils optional ibus-table-compose_1.3.5-1_all.deb a1f364f8bef8d7ee407a303363b9cf50 12306 utils optional ibus-table-ipa-x-sampa_1.3.5-1_all.deb 229e0b56f956f3404a96ca4b69def807 11640 utils optional ibus-table-translit_1.3.5-1_all.deb 406c44e3c1ef699dbf93f360107910f0 11434 utils optional ibus-table-translit-ua_1.3.5-1_all.deb 9733bf31667b15346d6440cb79d8f0ab 13156 utils optional ibus-table-rustrad_1.3.5-1_all.deb a8f1a5232635aa56d08d7b8acfc769d0 10436 utils optional ibus-table-yawerty_1.3.5-1_all.deb fff218b1350c45dada7316cc89757ac4 10818 utils optional ibus-table-thai_1.3.5-1_all.deb 113d8c73df609a02a52ccdfede0917fb 12198 utils optional ibus-table-viqr_1.3.5-1_all.deb fa9a0ec2fe56f89bf047f02258fff610 14934 utils optional ibus-table-latex_1.3.5-1_all.deb fb9e4c9c57a22d42f3a89fb2aa45fcf5 250092 utils optional ibus-table-cns11643_1.3.5-1_all.deb d63e81cc268ba90435b57f9beb08e0a8 22858 utils optional ibus-table-emoji_1.3.5-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUS7neAAoJEB4TVogd2NeR1t0P/j2KCdoywjFTkag3u1haC096 ALk/8R1MXVs86D/1SDHxSFVoGMgtIqm0oneKJvAV8EO0X3EdhoyWyeoRNdca+Z/b QHBOvENWkwo+TgZEqgzAdD2d7Bg/bW9I0/+CqNB/4757jZRsSXhkUQwtVvCPz8fl O+rnWVxtNeIs8Egzw9hqPQJguddKPZHA5Z3c3iBvb6VfeSPA21UfP45PwGRsuL68 wAXgQGlrzTU7E0GGp79LxBklTMDXR1KHpZkr9PsjBBbxNA6eIe7V3hwYgzKhdK5k gl2VCMpNPaI7KuE+1V+kHWejETk2LFEq34zbK0sYdf4d6UrXSosg+UYz8jEQtk5h JJsFeW/10xnd6eWiOcpmG+xenscKosfhFewK1g8HyA3c5wUJ8UJ3VRRwRudEmgt/ 7dNVOBzjXKmjDdBDixEftLKCLNzFMFUuo4ztmDGlOTf3fDGbcl0sUmCntaAXTCr1 YBXN+t2goQXxdRPr5amw+fFy4LzSMD74vla9nWVJ6a0ry4nS4hsRoSGtPwJseoCw jDjbJWd6P2jLAPTt6rvGeV+OlQowqcglQe263lrX/YdLXJkKVrXnSFcdvOEE4Dlw tZXf+aSe2Pn389CqPV8vNIjWlVUaVGQCh2OiEZ0g4rVjD7IuB0VV0f5lcbtg0hPl Qow3yPGkuHUZGljpjf7S =qzKF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Oct 25 15:38:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 15:38:42 +0000 Subject: [Pkg-ime-devel] ibus-table-others_1.3.5-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 26 Oct 2014 00:19:14 +0900 Source: ibus-table-others Binary: ibus-table-compose ibus-table-ipa-x-sampa ibus-table-translit ibus-table-translit-ua ibus-table-rustrad ibus-table-yawerty ibus-table-thai ibus-table-viqr ibus-table-latex ibus-table-cns11643 ibus-table-emoji Architecture: source all Version: 1.3.5-2 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-table-cns11643 - ibus-table input method: Cns11643 ibus-table-compose - ibus-table input method: Compose ibus-table-emoji - ibus-table input method: Emoji ibus-table-ipa-x-sampa - ibus-table input method: IPA-X-SAMPA ibus-table-latex - ibus-table input method: LaTeX ibus-table-rustrad - ibus-table input method: Russian Traditional ibus-table-thai - ibus-table input method: Thai ibus-table-translit - ibus-table input method: Translit ibus-table-translit-ua - ibus-table input method: Ukrainian Translit ibus-table-viqr - ibus-table input method: Viqr ibus-table-yawerty - ibus-table input method: Yawerty Changes: ibus-table-others (1.3.5-2) unstable; urgency=medium . * Ship mathwriter bundled in ibus-table-latex. * Ship rusle bundled in ibus-table-rustrad. Checksums-Sha1: bdfe869440859a91fa9faee14f1f62356b87e7c3 2812 ibus-table-others_1.3.5-2.dsc c728ec52ac0077cef0056613f75c5b56af69502e 2908 ibus-table-others_1.3.5-2.debian.tar.xz 06abf0dbbda024441f859fb6b0e4d7265a8b6274 15150 ibus-table-compose_1.3.5-2_all.deb 8d19f3f4b7bfe424bae3d6dc6b611ebbc53e1875 12364 ibus-table-ipa-x-sampa_1.3.5-2_all.deb 50be60e6e38d7bf064162b55133fe2a2a7a454e9 11696 ibus-table-translit_1.3.5-2_all.deb b6b8b5b13a98ded1729b99b1a89c75922b57a208 11496 ibus-table-translit-ua_1.3.5-2_all.deb 62c0af4da939bb9ffacb6a2ca9c5de3af16699c0 13950 ibus-table-rustrad_1.3.5-2_all.deb 668eb5501f9b02b99e9634a0699dd67cdb64a2e7 10500 ibus-table-yawerty_1.3.5-2_all.deb aef14f8a07efce8c65af38a9a2ed38ab9dfc60db 10882 ibus-table-thai_1.3.5-2_all.deb 99d5e23047043bd37f5c820ad6a93d3cd18846c6 12246 ibus-table-viqr_1.3.5-2_all.deb b2569fadbd6571897422a805b51dc64c6e97b167 54194 ibus-table-latex_1.3.5-2_all.deb b82cf7046cf8a904b3e6c3ccc0caf44ba0370f22 249830 ibus-table-cns11643_1.3.5-2_all.deb eb7599ab54f960738c8e0182b52670983c55e4da 22930 ibus-table-emoji_1.3.5-2_all.deb Checksums-Sha256: f1b07fdca964a2275d14f08b4938cd1e8066b99cdae58e9bebc3d6755b704264 2812 ibus-table-others_1.3.5-2.dsc 41b660b9400990dc8bf734a562f64675e4f6f553ee32301b2577fb55b7a51a6c 2908 ibus-table-others_1.3.5-2.debian.tar.xz 1143c0a363025700497a12f7d355cb75985f198c5ccfb34dcc969c6008fd15c4 15150 ibus-table-compose_1.3.5-2_all.deb 62bea0fafea6d865a8cdd0e9f01da4280a3abc0b4a7af64babfeeba23f368e44 12364 ibus-table-ipa-x-sampa_1.3.5-2_all.deb 41811888dbb7120b65d7409ab4724fa6f3ce2a217caec6d530d68bcfb9ea0312 11696 ibus-table-translit_1.3.5-2_all.deb 9d4098244af28f98c4e2423566b62b70f4d5ff23b99702384af91bb44db01533 11496 ibus-table-translit-ua_1.3.5-2_all.deb 624d8a024c34d27cf6d7ea91a19f993d4a985921dab3a8b8003f5ad72ed631df 13950 ibus-table-rustrad_1.3.5-2_all.deb e7f87c2feec2426d05a29c6a1258337a3bcdda0d516d7cda0b25cf9c88991ca8 10500 ibus-table-yawerty_1.3.5-2_all.deb 632bd6bf2d46adf585d16b1a929857cd119687a6eef348c6b9675d0fbf78c5c2 10882 ibus-table-thai_1.3.5-2_all.deb 70b13c9b9053382db3608ec1d46000c2152e43dec568548f4f838f7ee56d5f40 12246 ibus-table-viqr_1.3.5-2_all.deb 373f6274ef35b5455865b9934c70f0a8016426c950480aab7777bd122ffb1758 54194 ibus-table-latex_1.3.5-2_all.deb 5683a38e36d0688f47ed50cf4e41ea0f0f75d2236a056a9b8760f42fcdd818c4 249830 ibus-table-cns11643_1.3.5-2_all.deb 519c7a4b1a5180cadab5857cf72a1929332bea1c3100a97bef8121cf859e2847 22930 ibus-table-emoji_1.3.5-2_all.deb Files: f9d1da5fa78ded6665c585d83e6c8dd5 2812 utils optional ibus-table-others_1.3.5-2.dsc 8ce75c262c8e002020f1e8dd3cdcb037 2908 utils optional ibus-table-others_1.3.5-2.debian.tar.xz c2fb2f1351f476dd698ac71378aa0532 15150 utils optional ibus-table-compose_1.3.5-2_all.deb 52f4f561c92296ddc2c0c00610a70bed 12364 utils optional ibus-table-ipa-x-sampa_1.3.5-2_all.deb 91089971d20e89b58d9f3094be62c279 11696 utils optional ibus-table-translit_1.3.5-2_all.deb b4be701c73aa8a6432a9ce583eba0b5b 11496 utils optional ibus-table-translit-ua_1.3.5-2_all.deb bc49ab1d4089c8b0dd9239ad9983a7d0 13950 utils optional ibus-table-rustrad_1.3.5-2_all.deb e2cc959161369724b6548a8ab622ce91 10500 utils optional ibus-table-yawerty_1.3.5-2_all.deb dd763520e824639264be03d3f412e52d 10882 utils optional ibus-table-thai_1.3.5-2_all.deb 1c5f1c5e4e8515424ffefc25cd20b67c 12246 utils optional ibus-table-viqr_1.3.5-2_all.deb 7719fe84784b1f58e9544e1a4dd2216f 54194 utils optional ibus-table-latex_1.3.5-2_all.deb cbb4b05294f1b1ccd87aed131d25fb66 249830 utils optional ibus-table-cns11643_1.3.5-2_all.deb 6e8efc9aa099b1533d48083e62fecc60 22930 utils optional ibus-table-emoji_1.3.5-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUS8BaAAoJEB4TVogd2NeRiUUP/3rICJYDZIVS/gKH529s1KhK CVJ1cMIuigB124/KN7gmWJLBtgOO+85jka0cGN43V4eZMD9mfa1B/FFjWcclseP4 s+pqv8dhoLVOiEX/mvXV2axmlDKc8wL3+gA685SVEPf/9QhpcFVg+EP3RSyFaMYi +p6CSJiiOO+64k+XBHrNaZtJcAMWJVIC7eTKOeHS6hVBkCu2R2eDZog9wZqCgRiJ dVaFDjUs79ddP/Qqam1xjnk8iUAIjUPVNE9WmMeLsgDE2GNgVS02TLit/wz86GKh X6CUoXYt2NuuASuPZWj5yK6QFCSLX4VWh36UZ+NFkvsvl59Klx5FME1mSgdxTH9R cW5OMyAY0lpzpdpulgu9R8NWRx7g+YDksjVHyi/xbhDiXH1ey/PBJF0wW7ijLckH yI/kfBwkXm3keXJY5jSbmpX2K4CTa/DglnkuhHNMVXXKPFDYYRR1M0PfRkznr2in rkUawaa2D2pHZQ95vvpBMSm006rLEcrFVWXKrZ+/J5ivjPkdubnHBkiyRp24xHoj UZ1br0XytAaTjXewZY4FpgM/Qo1umGkIHEnFm7re6GdRD/TLdWAXHvT1EWg9xsqz UTCarABXwCvg2X13JeTq0rksyP+NRmSD+oBTAQmWywb8f9HYGDuwRukKRbYUgH5k x7gVjRHoqZCJuNBIl6EG =43IG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat Oct 25 15:39:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 25 Oct 2014 15:39:05 +0000 Subject: [Pkg-ime-devel] Bug#766581: marked as done (Add breaks ibus-table-foo) References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> Message-ID: Your message dated Sat, 25 Oct 2014 15:38:01 +0000 with message-id and subject line Bug#766581: fixed in ibus-table 1.9.1-2 has caused the Debian Bug report #766581, regarding Add breaks ibus-table-foo 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 owner at bugs.debian.org immediately.) -- 766581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766581 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: John Wong Subject: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) Date: Fri, 24 Oct 2014 13:53:21 +0800 Size: 4898 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#766581: fixed in ibus-table 1.9.1-2 Date: Sat, 25 Oct 2014 15:38:01 +0000 Size: 5007 URL: From noreply at release.debian.org Sat Oct 25 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Oct 2014 16:39:16 +0000 Subject: [Pkg-ime-devel] fbterm-ucimf 0.2.9-3 MIGRATED to testing Message-ID: FYI: The status of the fbterm-ucimf source package in Debian's testing distribution has changed. Previous version: 0.2.9-2 Current version: 0.2.9-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From osamu at debian.org Sat Oct 25 17:01:39 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 26 Oct 2014 02:01:39 +0900 Subject: [Pkg-ime-devel] Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) In-Reply-To: <544BACF6.80906@gmail.com> References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> <20141025131236.GA19373@goofy.local> <544BACF6.80906@gmail.com> Message-ID: <20141025170139.GA4388@goofy.local> Hi, On Sat, Oct 25, 2014 at 10:00:22PM +0800, johnw wrote: > After dist-upgrade still have a problem. Did you restarted PC (or at least started new X session.) after upgrade? Regards, Osamu From noreply at release.debian.org Sat Oct 25 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Oct 2014 16:39:16 +0000 Subject: [Pkg-ime-devel] ibus-kkc 1.5.21-1 MIGRATED to testing Message-ID: FYI: The status of the ibus-kkc source package in Debian's testing distribution has changed. Previous version: 1.5.20-1 Current version: 1.5.21-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Oct 25 16:39:19 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Oct 2014 16:39:19 +0000 Subject: [Pkg-ime-devel] ucimf-chewing 0.3-2 MIGRATED to testing Message-ID: FYI: The status of the ucimf-chewing source package in Debian's testing distribution has changed. Previous version: 0.3-1+build1 Current version: 0.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sat Oct 25 17:17:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 17:17:33 +0000 Subject: [Pkg-ime-devel] Processing of ibus-libzhuyin_1.6.99.20140929-1_amd64.changes Message-ID: ibus-libzhuyin_1.6.99.20140929-1_amd64.changes uploaded successfully to localhost along with the files: ibus-libzhuyin_1.6.99.20140929-1.dsc ibus-libzhuyin_1.6.99.20140929.orig.tar.gz ibus-libzhuyin_1.6.99.20140929-1.debian.tar.xz ibus-libzhuyin_1.6.99.20140929-1_amd64.deb ibus-libzhuyin-dbg_1.6.99.20140929-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From osamu at debian.org Sat Oct 25 17:18:50 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 26 Oct 2014 02:18:50 +0900 Subject: [Pkg-ime-devel] RFH: ibus-table-chinese, CMAKE skill needed. Message-ID: <20141025171850.GB4388@goofy.local> Hi, ibus-table-chinese (1.8.2) is available in the upstream. It seems to contain many bug fixes. If we upload it now, it may make jessie. I could not build it with previous build script. Adding Modules/* directory did not do a job eitther. Can someone with CMAKE skill help it get packaged? (Especially from Chinese users) Regards, Osamu I have pushed my local git repo to the alioth. https://anonscm.debian.org/cgit/pkg-ime/ibus-table-chinese.git From ftpmaster at ftp-master.debian.org Sat Oct 25 17:19:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 17:19:21 +0000 Subject: [Pkg-ime-devel] ibus-libzhuyin_1.6.99.20140929-1_amd64.changes is NEW Message-ID: binary:ibus-libzhuyin is NEW. binary:ibus-libzhuyin-dbg is NEW. source:ibus-libzhuyin is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From osamu at debian.org Sat Oct 25 18:52:51 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 26 Oct 2014 03:52:51 +0900 Subject: [Pkg-ime-devel] RFH: ibus-table-chinese, CMAKE skill needed. In-Reply-To: <20141025171850.GB4388@goofy.local> References: <20141025171850.GB4388@goofy.local> Message-ID: <20141025185251.GA16458@goofy.local> On Sun, Oct 26, 2014 at 02:18:50AM +0900, Osamu Aoki wrote: > Hi, > > ibus-table-chinese (1.8.2) is available in the upstream. It seems to > contain many bug fixes. If we upload it now, it may make jessie. > > I could not build it with previous build script. Adding Modules/* > directory did not do a job eitther. > > Can someone with CMAKE skill help it get packaged? (Especially from > Chinese users) I uploaded it using old CMakeFile.txt and missing files from the old package. Please check these packages. If yu have cleaner solution, let me know. Regards, Osamu From ftpmaster at ftp-master.debian.org Sat Oct 25 18:53:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 18:53:19 +0000 Subject: [Pkg-ime-devel] Processing of ibus-table-chinese_1.8.2-1_amd64.changes Message-ID: ibus-table-chinese_1.8.2-1_amd64.changes uploaded successfully to localhost along with the files: ibus-table-chinese_1.8.2-1.dsc ibus-table-chinese_1.8.2.orig.tar.gz ibus-table-chinese_1.8.2-1.debian.tar.xz ibus-table-cangjie_1.8.2-1_all.deb ibus-table-cangjie3_1.8.2-1_all.deb ibus-table-cangjie5_1.8.2-1_all.deb ibus-table-cangjie-big_1.8.2-1_all.deb ibus-table-cantonese_1.8.2-1_all.deb ibus-table-cantonhk_1.8.2-1_all.deb ibus-table-jyutping_1.8.2-1_all.deb ibus-table-easy_1.8.2-1_all.deb ibus-table-easy-big_1.8.2-1_all.deb ibus-table-erbi_1.8.2-1_all.deb ibus-table-erbi-qs_1.8.2-1_all.deb ibus-table-quick_1.8.2-1_all.deb ibus-table-quick3_1.8.2-1_all.deb ibus-table-quick5_1.8.2-1_all.deb ibus-table-quick-classic_1.8.2-1_all.deb ibus-table-scj6_1.8.2-1_all.deb ibus-table-stroke5_1.8.2-1_all.deb ibus-table-wubi_1.8.2-1_all.deb ibus-table-wu_1.8.2-1_all.deb ibus-table-yong_1.8.2-1_all.deb ibus-table-array30_1.8.2-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 25 19:04:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 19:04:11 +0000 Subject: [Pkg-ime-devel] ibus-table-chinese_1.8.2-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 26 Oct 2014 03:41:29 +0900 Source: ibus-table-chinese Binary: ibus-table-cangjie ibus-table-cangjie3 ibus-table-cangjie5 ibus-table-cangjie-big ibus-table-cantonese ibus-table-cantonhk ibus-table-jyutping ibus-table-easy ibus-table-easy-big ibus-table-erbi ibus-table-erbi-qs ibus-table-quick ibus-table-quick3 ibus-table-quick5 ibus-table-quick-classic ibus-table-scj6 ibus-table-stroke5 ibus-table-wubi ibus-table-wu ibus-table-yong ibus-table-array30 Architecture: source all Version: 1.8.2-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-table-array30 - Array30 input method based on table engine of ibus ibus-table-cangjie - ibus-table input method: CangJie (dummy package) ibus-table-cangjie-big - ibus-table input method: CangJie (big) ibus-table-cangjie3 - ibus-table input method: CangJie3 ibus-table-cangjie5 - ibus-table input method: CangJie5 ibus-table-cantonese - ibus-table input method: Cantonese ibus-table-cantonhk - ibus-table input method: Cantonhk ibus-table-easy - ibus-table input method: Easy (dummy package) ibus-table-easy-big - ibus-table input method: Easy (big) ibus-table-erbi - ibus-table input method: ErBi ibus-table-erbi-qs - ibus-table input method: ErBi(QS) ibus-table-jyutping - ibus-table input method: Jyutping ibus-table-quick - ibus-table input method: Quick (dummy package) ibus-table-quick-classic - ibus-table input method: Quick Classic ibus-table-quick3 - ibus-table input method: Quick3 ibus-table-quick5 - ibus-table input method: Quick5 ibus-table-scj6 - ibus-table input method: Smart CangJie 6 ibus-table-stroke5 - ibus-table input method: Stroke5 ibus-table-wu - ibus-table input method: Wu ibus-table-wubi - ibus-table input method: Wubi ibus-table-yong - ibus-table input method: YongMa Changes: ibus-table-chinese (1.8.2-1) unstable; urgency=medium . * New upstream release. * Build with the old CMakeList.txt from 1.4.6-Source. Checksums-Sha1: 06ec50748691626aa08d31d7261b8f3b8cbda86c 3471 ibus-table-chinese_1.8.2-1.dsc 00c11fa76331a5f9cb3703018d0e91a1b7425911 10576111 ibus-table-chinese_1.8.2.orig.tar.gz 6a1f3b6043f70aa56131a533f61e93224152f6f5 27728 ibus-table-chinese_1.8.2-1.debian.tar.xz 2294092ce43f7db93e8b91ee88db2657f7981d27 4468 ibus-table-cangjie_1.8.2-1_all.deb 5d5da5aa6c8d5723535d63322a0eca3272462756 336122 ibus-table-cangjie3_1.8.2-1_all.deb 36cc8725bbbc05d21d55b06e768fda7ecb0b55d0 624702 ibus-table-cangjie5_1.8.2-1_all.deb ad137fd097fe9b2d5e8948be19857f96d8e4e748 417390 ibus-table-cangjie-big_1.8.2-1_all.deb 58c3b1337008a38615e4dbf7343417d923079de1 69986 ibus-table-cantonese_1.8.2-1_all.deb 1a770da65f9c58a568798efcd448de5a97d62800 95040 ibus-table-cantonhk_1.8.2-1_all.deb a7715a58453b6fa4d3fd9aa2cec7db66a85da4ed 47006 ibus-table-jyutping_1.8.2-1_all.deb e95ffe0de10beeb82eb7193ab62b9840a81e6e16 3536 ibus-table-easy_1.8.2-1_all.deb 04aab64bfdec54150d0447f17db3fb1d9caa36b0 911628 ibus-table-easy-big_1.8.2-1_all.deb ab824c1e90a3c9a5db4d51a0b028e82852cdea3f 519916 ibus-table-erbi_1.8.2-1_all.deb b680d8f54306b1fecd1e2acc43b32777128293f1 1109108 ibus-table-erbi-qs_1.8.2-1_all.deb 904671e58c3a5f958d15555e176a0634a8a4b544 3550 ibus-table-quick_1.8.2-1_all.deb ce7ad6498354e79fd04f28a4e489072128eed842 293520 ibus-table-quick3_1.8.2-1_all.deb 7b6a6220c92079563dfb6e93c2b917531c26c849 418238 ibus-table-quick5_1.8.2-1_all.deb 563ae7abda1508e6de6d810b78ebe80b919dd928 71976 ibus-table-quick-classic_1.8.2-1_all.deb 2de451fdf9bf0302336396a1f52897fdc104bf55 593218 ibus-table-scj6_1.8.2-1_all.deb 5a814fe6a867c12d334701ed470b5091a917120b 46982 ibus-table-stroke5_1.8.2-1_all.deb 54140bcd4c3fc90c478ba4043f3726caa2bebad2 3008866 ibus-table-wubi_1.8.2-1_all.deb ce6b402c52521c2d6093181dc5b47e3c145d1965 120374 ibus-table-wu_1.8.2-1_all.deb 87af6c4ec148da89d5d0b7ccd493dd48d0741231 550958 ibus-table-yong_1.8.2-1_all.deb 07513fb6b06b1c180d58f8f963e4c8e986f67146 1086424 ibus-table-array30_1.8.2-1_all.deb Checksums-Sha256: 44dc85e98c87ea1da3ab211b1dbaad3b555bef8544f10ef75cc78b1fb56fd8ad 3471 ibus-table-chinese_1.8.2-1.dsc ef62c22ef4e8f9085fc40fcbc14c30f6dac458817df98e9f90f883a3e2080089 10576111 ibus-table-chinese_1.8.2.orig.tar.gz efab52e920edd67cd1354d9369ce0c4022e099171781efd428aee1db7eab6d50 27728 ibus-table-chinese_1.8.2-1.debian.tar.xz 06917df7bb8731cad37fd2d4432d553f4abde2bbed7abc9d97956ef35566b499 4468 ibus-table-cangjie_1.8.2-1_all.deb d76f985cb023dcfd6ddc763d3b329b39b71d49c5805ed9f4a7d09eb52e2966bd 336122 ibus-table-cangjie3_1.8.2-1_all.deb 25ab4d43517cab1e761e34c17b2d7181376b9d2deb2f7b24f7ed58490a804dc9 624702 ibus-table-cangjie5_1.8.2-1_all.deb 922415a6f787ca48c288a617d340eafc846cb9cd7134e450430be3fb8e5602c9 417390 ibus-table-cangjie-big_1.8.2-1_all.deb df21171c3f88362e78d39b3166e5cd7e8f9ca0dfcf7044007b6e5658f5bc349b 69986 ibus-table-cantonese_1.8.2-1_all.deb f2b65f07b2ec50f3f8936dc9cdb38eb1f330007bbaaf08ddf83569ada89e2ab9 95040 ibus-table-cantonhk_1.8.2-1_all.deb b1bd00ec975ea90d75f75fdc6d27831e72b0415ad333f21aeb713d6f7babecd4 47006 ibus-table-jyutping_1.8.2-1_all.deb 5ceefeee6e23414d8c23c6dbb125d8222484d807eb03d150387c4c8df4e4423c 3536 ibus-table-easy_1.8.2-1_all.deb 2df21452e77659ccea21e1f27b1bd182956b240147e6572fc33142d8618dc38a 911628 ibus-table-easy-big_1.8.2-1_all.deb 30c8b9911c7679a58f16b76a9bae22b879ee9ba80b1bcbe51944054ae5c33f17 519916 ibus-table-erbi_1.8.2-1_all.deb dec8b45c77da891b1edc0cafbaa06a70f38f286160548a820e7cc3b51bc4aa59 1109108 ibus-table-erbi-qs_1.8.2-1_all.deb 2e9396c4371824dc0630375d4b53fb5153ab5a871595302051c418e1f8fea1b8 3550 ibus-table-quick_1.8.2-1_all.deb 0aa2e27b5034af5f8d329392fffa2571cda8ac88046ff44e08cdb2d1ce1a18db 293520 ibus-table-quick3_1.8.2-1_all.deb 2e608a86a05fecefd809f01d34de523d3105f3bec464f1a277b9005a358ab071 418238 ibus-table-quick5_1.8.2-1_all.deb 928924c1c818a3a032fb8b5c3a57ebc643e7155333f058098e7d49925c271d52 71976 ibus-table-quick-classic_1.8.2-1_all.deb ce1119da3944a74fa0b5a16d3499c446c677b1f0d9f31b954e578b05c1d0dea7 593218 ibus-table-scj6_1.8.2-1_all.deb 9804af614d546b355e8ed78472159dcc77d1c4624ea94281a5c7d181e138fb8e 46982 ibus-table-stroke5_1.8.2-1_all.deb 4f1418aa9318cfa3eeb3fb4dcf3e8faf046950e4f5bf97ac25cb1166e91237db 3008866 ibus-table-wubi_1.8.2-1_all.deb 5fd2a57831fde18cd71ee37876b6247d2acce07979e0acd0a35486f41fdbfb47 120374 ibus-table-wu_1.8.2-1_all.deb 9ead2a329ccb1be26279fca3f035bd5f147359eca8163987ddd219ad7fdf3f64 550958 ibus-table-yong_1.8.2-1_all.deb af7a805424e6c3a33cc69aa0b090a050f444a326770cee1bee09cbc9931717a0 1086424 ibus-table-array30_1.8.2-1_all.deb Files: 0ab605f3c695ef1033fd2ebee2d072ad 3471 utils optional ibus-table-chinese_1.8.2-1.dsc 6360649580363bb3627a11e32057f6b1 10576111 utils optional ibus-table-chinese_1.8.2.orig.tar.gz d19233f0d8d1337dc21d4cee5ad0d019 27728 utils optional ibus-table-chinese_1.8.2-1.debian.tar.xz 4d0701b1fbc41553d7de46e54c8dd923 4468 utils optional ibus-table-cangjie_1.8.2-1_all.deb 01cb5a1b7bcf9d2deb6f31f5ba66e862 336122 utils optional ibus-table-cangjie3_1.8.2-1_all.deb 4901ef252249af16f2d2db78b0e18238 624702 utils optional ibus-table-cangjie5_1.8.2-1_all.deb 87c507a14854d6e3f180145dfb97d38d 417390 utils optional ibus-table-cangjie-big_1.8.2-1_all.deb 6e68cb4fdfe6880718021033cc0f23ce 69986 utils optional ibus-table-cantonese_1.8.2-1_all.deb 804ae589a2a4dd44ca5e9e531909467d 95040 utils optional ibus-table-cantonhk_1.8.2-1_all.deb 8e9759dbb19f61f073bc995c0df1bbd3 47006 utils optional ibus-table-jyutping_1.8.2-1_all.deb d22a6a0e95e39eba6db021d7f45bcf6f 3536 utils optional ibus-table-easy_1.8.2-1_all.deb efde5fa41db5b47cf747750894c39508 911628 utils optional ibus-table-easy-big_1.8.2-1_all.deb 3064b809ec630753a4d92abb84758730 519916 utils optional ibus-table-erbi_1.8.2-1_all.deb 19a4dbe077440cb212f544a4552ef13f 1109108 utils optional ibus-table-erbi-qs_1.8.2-1_all.deb 93b00d73ac3609bdb8cad204ae45618f 3550 utils optional ibus-table-quick_1.8.2-1_all.deb 33b45b3db5aba63d0fc112b4f03f6d2f 293520 utils optional ibus-table-quick3_1.8.2-1_all.deb 2ea9bc0584620c896dcc8a25d9175272 418238 utils optional ibus-table-quick5_1.8.2-1_all.deb 1892f2e3c68d2cf9223c3992c462254b 71976 utils optional ibus-table-quick-classic_1.8.2-1_all.deb 0575fb1f42afc4f474d7857c2a6c22b7 593218 utils optional ibus-table-scj6_1.8.2-1_all.deb 62bd9fb47d1a56ff3b29bc61fcc2d5ca 46982 utils optional ibus-table-stroke5_1.8.2-1_all.deb 3a5dec659d8defd9cc9c89d50fc7b4d5 3008866 utils optional ibus-table-wubi_1.8.2-1_all.deb ea39b3d6470abbf403b0978312996f19 120374 utils optional ibus-table-wu_1.8.2-1_all.deb 2cf584f2bb7373e3990ae012ddee345d 550958 utils optional ibus-table-yong_1.8.2-1_all.deb b8efa545848b8f90fbe0371e2ffa26c3 1086424 utils optional ibus-table-array30_1.8.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUS/DAAAoJEB4TVogd2NeRq+QP/1FB1s3etWCFnw5eRNdzfAGR Sxdb+aS2fPeuzv03K11MEQKZtH/OB4Q6418NMtNl3O5D33n/qG08i+px9mjmMpcg oFOI/6vAy/FwUudEsHRLeVddUh5AUjQf3IXLzh8s9HkqmJqNqfQxC3UVAf7DOmBk v6nO8nXRq3GH5dtrtu6l/ogvl6TocgegCzMKnx7qW5nulizVhn5DhYxZjtKpvxXK yMGb/PxuCy/dmTEm3Vurjsvv4HzkCIeCd8jDhhQL+NvoE5JmzorSYirhFpK5RbEX /FeBQOyADu5oTDHgfSxPfV2LEmfpxOFD0SUQ0y7WoCtkAOoQa1+8q6tBedBJOMFh kgG5kfv5pGrBWhALkIQ+z8AY7tdMusuNuiJpy8GXMWWivXVqboKqXvCP6uuWKUNi PGmMcELHNqVQv4j0z8cNpsdyeWWsTQhTpnSrSf/R354EoENftQUUCxaWHhzJnQtD 9u0uHNAK0wq8AATDLihVvUWqfTEbkWKKmxP/Jedeb4pCcYI+RhqGLBgM+4ipE3ZK HVXxbeSGjiYScpL4jQS7qFNiOlaTWDpqxEoVtm9EputxLTERfVHL6uZY4s6V57hi fqXwvvMn9cMbPsemT0S+vv8t+aVI348trCLfrqk7nQ+bDU+HMWFLA6L8qRPH9SKv /7ema2eIT5USXrN5dtst =KZmm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From aron at debian.org Sat Oct 25 20:35:49 2014 From: aron at debian.org (Aron Xu) Date: Sun, 26 Oct 2014 04:35:49 +0800 Subject: [Pkg-ime-devel] RFH: ibus-table-chinese, CMAKE skill needed. In-Reply-To: <20141025185251.GA16458@goofy.local> References: <20141025171850.GB4388@goofy.local> <20141025185251.GA16458@goofy.local> Message-ID: I believe it's the reason of upstream not properly make the build system portable to non-Fedora systems. They require cmake-fedora AFAIK. Aron On Sun, Oct 26, 2014 at 2:52 AM, Osamu Aoki wrote: > On Sun, Oct 26, 2014 at 02:18:50AM +0900, Osamu Aoki wrote: >> Hi, >> >> ibus-table-chinese (1.8.2) is available in the upstream. It seems to >> contain many bug fixes. If we upload it now, it may make jessie. >> >> I could not build it with previous build script. Adding Modules/* >> directory did not do a job eitther. >> >> Can someone with CMAKE skill help it get packaged? (Especially from >> Chinese users) > > I uploaded it using old CMakeFile.txt and missing files from the old > package. > > Please check these packages. If yu have cleaner solution, let me know. > > Regards, > > Osamu > > _______________________________________________ > Pkg-ime-devel mailing list > Pkg-ime-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ime-devel From ftpmaster at ftp-master.debian.org Sat Oct 25 20:44:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 20:44:36 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.8.5-3_amd64.changes Message-ID: fcitx_4.2.8.5-3_amd64.changes uploaded successfully to localhost along with the files: fcitx_4.2.8.5-3.dsc fcitx_4.2.8.5-3.debian.tar.xz fcitx_4.2.8.5-3_all.deb fcitx-bin_4.2.8.5-3_amd64.deb fcitx-data_4.2.8.5-3_all.deb fcitx-libs_4.2.8.5-3_all.deb libfcitx-config4_4.2.8.5-3_amd64.deb libfcitx-core0_4.2.8.5-3_amd64.deb libfcitx-utils0_4.2.8.5-3_amd64.deb fcitx-libs-gclient_4.2.8.5-3_all.deb libfcitx-gclient0_4.2.8.5-3_amd64.deb fcitx-libs-qt_4.2.8.5-3_all.deb libfcitx-qt0_4.2.8.5-3_amd64.deb fcitx-libs-dev_4.2.8.5-3_amd64.deb gir1.2-fcitx-1.0_4.2.8.5-3_amd64.deb fcitx-dbg_4.2.8.5-3_amd64.deb fcitx-ui-classic_4.2.8.5-3_amd64.deb fcitx-frontend-all_4.2.8.5-3_all.deb fcitx-frontend-gtk2_4.2.8.5-3_amd64.deb fcitx-frontend-gtk3_4.2.8.5-3_amd64.deb fcitx-frontend-qt4_4.2.8.5-3_amd64.deb fcitx-pinyin_4.2.8.5-3_amd64.deb fcitx-qw_4.2.8.5-3_amd64.deb fcitx-table_4.2.8.5-3_amd64.deb fcitx-table-all_4.2.8.5-3_all.deb fcitx-table-bingchan_4.2.8.5-3_amd64.deb fcitx-table-cangjie_4.2.8.5-3_amd64.deb fcitx-table-dianbaoma_4.2.8.5-3_amd64.deb fcitx-table-erbi_4.2.8.5-3_amd64.deb fcitx-table-wanfeng_4.2.8.5-3_amd64.deb fcitx-table-wbpy_4.2.8.5-3_amd64.deb fcitx-table-wubi_4.2.8.5-3_amd64.deb fcitx-table-ziranma_4.2.8.5-3_amd64.deb fcitx-modules_4.2.8.5-3_amd64.deb fcitx-module-dbus_4.2.8.5-3_amd64.deb fcitx-module-x11_4.2.8.5-3_amd64.deb fcitx-module-lua_4.2.8.5-3_amd64.deb fcitx-module-kimpanel_4.2.8.5-3_amd64.deb fcitx-module-quickphrase-editor_4.2.8.5-3_amd64.deb fcitx-tools_4.2.8.5-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 25 21:40:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 21:40:36 +0000 Subject: [Pkg-ime-devel] fcitx_4.2.8.5-3_amd64.changes REJECTED Message-ID: fcitx_4.2.8.5-3.dsc: Invalid size hash for fcitx_4.2.8.5.orig.tar.xz: According to the control file the size hash should be 8685972, but fcitx_4.2.8.5.orig.tar.xz has 8696468. If you did not include fcitx_4.2.8.5.orig.tar.xz in you upload, a different version might already be known to the archive software. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Sat Oct 25 21:55:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 21:55:09 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.8.5-3_amd64.changes Message-ID: fcitx_4.2.8.5-3_amd64.changes uploaded successfully to localhost along with the files: fcitx_4.2.8.5-3.dsc fcitx_4.2.8.5-3.debian.tar.xz fcitx_4.2.8.5-3_all.deb fcitx-bin_4.2.8.5-3_amd64.deb fcitx-data_4.2.8.5-3_all.deb fcitx-libs_4.2.8.5-3_all.deb libfcitx-config4_4.2.8.5-3_amd64.deb libfcitx-core0_4.2.8.5-3_amd64.deb libfcitx-utils0_4.2.8.5-3_amd64.deb fcitx-libs-gclient_4.2.8.5-3_all.deb libfcitx-gclient0_4.2.8.5-3_amd64.deb fcitx-libs-qt_4.2.8.5-3_all.deb libfcitx-qt0_4.2.8.5-3_amd64.deb fcitx-libs-dev_4.2.8.5-3_amd64.deb gir1.2-fcitx-1.0_4.2.8.5-3_amd64.deb fcitx-dbg_4.2.8.5-3_amd64.deb fcitx-ui-classic_4.2.8.5-3_amd64.deb fcitx-frontend-all_4.2.8.5-3_all.deb fcitx-frontend-gtk2_4.2.8.5-3_amd64.deb fcitx-frontend-gtk3_4.2.8.5-3_amd64.deb fcitx-frontend-qt4_4.2.8.5-3_amd64.deb fcitx-pinyin_4.2.8.5-3_amd64.deb fcitx-qw_4.2.8.5-3_amd64.deb fcitx-table_4.2.8.5-3_amd64.deb fcitx-table-all_4.2.8.5-3_all.deb fcitx-table-bingchan_4.2.8.5-3_amd64.deb fcitx-table-cangjie_4.2.8.5-3_amd64.deb fcitx-table-dianbaoma_4.2.8.5-3_amd64.deb fcitx-table-erbi_4.2.8.5-3_amd64.deb fcitx-table-wanfeng_4.2.8.5-3_amd64.deb fcitx-table-wbpy_4.2.8.5-3_amd64.deb fcitx-table-wubi_4.2.8.5-3_amd64.deb fcitx-table-ziranma_4.2.8.5-3_amd64.deb fcitx-modules_4.2.8.5-3_amd64.deb fcitx-module-dbus_4.2.8.5-3_amd64.deb fcitx-module-x11_4.2.8.5-3_amd64.deb fcitx-module-lua_4.2.8.5-3_amd64.deb fcitx-module-kimpanel_4.2.8.5-3_amd64.deb fcitx-module-quickphrase-editor_4.2.8.5-3_amd64.deb fcitx-tools_4.2.8.5-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Oct 25 22:21:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 22:21:16 +0000 Subject: [Pkg-ime-devel] fcitx_4.2.8.5-3_amd64.changes REJECTED Message-ID: fcitx_4.2.8.5-3.dsc: Invalid size hash for fcitx_4.2.8.5.orig.tar.xz: According to the control file the size hash should be 8685972, but fcitx_4.2.8.5.orig.tar.xz has 8696468. If you did not include fcitx_4.2.8.5.orig.tar.xz in you upload, a different version might already be known to the archive software. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Sat Oct 25 23:11:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 23:11:05 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.8.5-3_amd64.changes Message-ID: fcitx_4.2.8.5-3_amd64.changes uploaded successfully to localhost along with the files: fcitx_4.2.8.5-3.dsc fcitx_4.2.8.5-3.debian.tar.xz fcitx_4.2.8.5-3_all.deb fcitx-bin_4.2.8.5-3_amd64.deb fcitx-data_4.2.8.5-3_all.deb fcitx-libs_4.2.8.5-3_all.deb libfcitx-config4_4.2.8.5-3_amd64.deb libfcitx-core0_4.2.8.5-3_amd64.deb libfcitx-utils0_4.2.8.5-3_amd64.deb fcitx-libs-gclient_4.2.8.5-3_all.deb libfcitx-gclient0_4.2.8.5-3_amd64.deb fcitx-libs-qt_4.2.8.5-3_all.deb libfcitx-qt0_4.2.8.5-3_amd64.deb fcitx-libs-dev_4.2.8.5-3_amd64.deb gir1.2-fcitx-1.0_4.2.8.5-3_amd64.deb fcitx-dbg_4.2.8.5-3_amd64.deb fcitx-ui-classic_4.2.8.5-3_amd64.deb fcitx-frontend-all_4.2.8.5-3_all.deb fcitx-frontend-gtk2_4.2.8.5-3_amd64.deb fcitx-frontend-gtk3_4.2.8.5-3_amd64.deb fcitx-frontend-qt4_4.2.8.5-3_amd64.deb fcitx-pinyin_4.2.8.5-3_amd64.deb fcitx-qw_4.2.8.5-3_amd64.deb fcitx-table_4.2.8.5-3_amd64.deb fcitx-table-all_4.2.8.5-3_all.deb fcitx-table-bingchan_4.2.8.5-3_amd64.deb fcitx-table-cangjie_4.2.8.5-3_amd64.deb fcitx-table-dianbaoma_4.2.8.5-3_amd64.deb fcitx-table-erbi_4.2.8.5-3_amd64.deb fcitx-table-wanfeng_4.2.8.5-3_amd64.deb fcitx-table-wbpy_4.2.8.5-3_amd64.deb fcitx-table-wubi_4.2.8.5-3_amd64.deb fcitx-table-ziranma_4.2.8.5-3_amd64.deb fcitx-modules_4.2.8.5-3_amd64.deb fcitx-module-dbus_4.2.8.5-3_amd64.deb fcitx-module-x11_4.2.8.5-3_amd64.deb fcitx-module-lua_4.2.8.5-3_amd64.deb fcitx-module-kimpanel_4.2.8.5-3_amd64.deb fcitx-module-quickphrase-editor_4.2.8.5-3_amd64.deb fcitx-tools_4.2.8.5-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From johnw.mail at gmail.com Sat Oct 25 23:08:12 2014 From: johnw.mail at gmail.com (johnw) Date: Sun, 26 Oct 2014 07:08:12 +0800 Subject: [Pkg-ime-devel] Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) In-Reply-To: <20141025170139.GA4388@goofy.local> References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> <20141025131236.GA19373@goofy.local> <544BACF6.80906@gmail.com> <20141025170139.GA4388@goofy.local> Message-ID: <544C2D5C.4070700@gmail.com> On 2014?10?26? ??? 01:01 ??, Osamu Aoki wrote: > Hi, > > On Sat, Oct 25, 2014 at 10:00:22PM +0800, johnw wrote: >> After dist-upgrade still have a problem. > Did you restarted PC (or at least started new X session.) after upgrade? > > Regards, > > Osamu Yes, I did restart, but still not work (notice: now dist-upgrade ibus-table to 1.9.1-3, ibus-table-quick-classic to 1.8.2-1). dpkg -l |grep ibus ii gir1.2-ibus-1.0:amd64 1.5.9-1 amd64 Intelligent Input Bus - introspection data ii ibus-clutter:amd64 0.0+git20090728.a936bacf-5.1+b1 amd64 ibus input method framework for clutter ii ibus-gtk:amd64 1.5.9-1 amd64 Intelligent Input Bus - GTK+2 support ii ibus-gtk3:amd64 1.5.9-1 amd64 Intelligent Input Bus - GTK+3 support ii ibus-qt4 1.3.2-2 amd64 qt-immodule for ibus (QT4) (plugin) ii ibus-table 1.9.1-3 all table engine for IBus ii ibus-table-quick 1.8.2-1 all ibus-table input method: Quick (dummy package) ii ibus-table-quick-classic 1.8.2-1 all ibus-table input method: Quick Classic ii ibus-table-quick3 1.8.2-1 all ibus-table input method: Quick3 ii ibus-table-quick5 1.8.2-1 all ibus-table input method: Quick5 ii libibus-1.0-5:amd64 1.5.9-1 amd64 Intelligent Input Bus - shared library ii libibus-qt1 1.3.2-2 amd64 qt-immodule for ibus (QT4) (library) Thank you. From ftpmaster at ftp-master.debian.org Sat Oct 25 23:19:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 25 Oct 2014 23:19:58 +0000 Subject: [Pkg-ime-devel] fcitx_4.2.8.5-3_amd64.changes is NEW Message-ID: binary:libfcitx-config4 is NEW. binary:libfcitx-core0 is NEW. binary:libfcitx-gclient0 is NEW. binary:libfcitx-qt0 is NEW. binary:libfcitx-utils0 is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From osamu at debian.org Sun Oct 26 02:11:59 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 26 Oct 2014 11:11:59 +0900 Subject: [Pkg-ime-devel] RFH: ibus-table-chinese, CMAKE skill needed. In-Reply-To: References: <20141025171850.GB4388@goofy.local> <20141025185251.GA16458@goofy.local> Message-ID: <20141026021159.GA6400@goofy.local> Hi, On Sun, Oct 26, 2014 at 04:35:49AM +0800, Aron Xu wrote: > I believe it's the reason of upstream not properly make the build > system portable to non-Fedora systems. They require cmake-fedora > AFAIK. Yah, the upstream integrated all the strange bits of FEDORA build system. I wonder why? Another problem is this is the only package except for ibus-qt using CMake. Since what the build system does is so simple, we could have Makefile.am and configure.ac withut much problem to build this with automake/autoconf. If I need to fix this CMake build script, I will do this autoconf/automake script instead after jessie. Osamu From aron at debian.org Sun Oct 26 02:21:09 2014 From: aron at debian.org (Aron Xu) Date: Sun, 26 Oct 2014 10:21:09 +0800 Subject: [Pkg-ime-devel] RFH: ibus-table-chinese, CMAKE skill needed. In-Reply-To: <20141026021159.GA6400@goofy.local> References: <20141025171850.GB4388@goofy.local> <20141025185251.GA16458@goofy.local> <20141026021159.GA6400@goofy.local> Message-ID: On Sun, Oct 26, 2014 at 10:11 AM, Osamu Aoki wrote: > Hi, > On Sun, Oct 26, 2014 at 04:35:49AM +0800, Aron Xu wrote: >> I believe it's the reason of upstream not properly make the build >> system portable to non-Fedora systems. They require cmake-fedora >> AFAIK. > > Yah, the upstream integrated all the strange bits of FEDORA build > system. I wonder why? > > Another problem is this is the only package except for ibus-qt using > CMake. > > Since what the build system does is so simple, we could have > Makefile.am and configure.ac withut much problem to build this with > automake/autoconf. If I need to fix this CMake build script, I will do > this autoconf/automake script instead after jessie. > All Fcitx packages are using CMake, so far it works fine without any problem, and apparently it's easier to maintain than autotools. I think rewriting the CMake files for upstream would be the best solution. Aron From osamu at debian.org Sun Oct 26 06:01:58 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 26 Oct 2014 15:01:58 +0900 Subject: [Pkg-ime-devel] Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) In-Reply-To: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> Message-ID: <20141026060158.GA1949@goofy.local> Hi, This is strange. Here, just after installing these tibus-able-chinese packages did not cause to show newly installed methods in GNOME SHELL Keyboard source list. But after rebooting system (I think we need to restart ibus only but this is the surest method to parameters for all installed IM for sure.), I can see all the table method here. Please note that settings by the ibus-setup command is not used in GNOME. On Fri, Oct 24, 2014 at 01:53:21PM +0800, John Wong wrote: > Package: ibus > Version: 1.5.9-1 > Severity: normal > > Dear Maintainer, > Today(24-Oct-2014), after apt-get dist-upgrade, ibus upgrade to > 1.5.9-1, I can not input any chinese any more, I use > ibus-table-quick-classic. Thank you. And you say you rebooted to check. By the way, have you had them functional previously? Or you just installed tham now? (Sounds like you had working system. But ... to be sure, I am asking.) > -- Package-specific info: > default-display-manager: /usr/sbin/gdm3 So you are gdm3 to boot. > ibus is /usr/bin/ibus > ibus-setup is /usr/bin/ibus-setup > im-config -l => ibus xim > im-config -m => default missing ibus > XMODIFIERS=@im=ibus > GTK_IM_MODULE=ibus > QT4_IM_MODULE=ibus > QT_IM_MODULE=ibus > XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/ Aha, you are XFce user. There you are using ibus-setup commantd to setup input method. What do you see in the ibus-setup dialog. Can you add "Input Method" for your choice there. Unless you do, you get no access. > Locale: LANG=zh_HK.UTF-8, LC_CTYPE=zh_HK.UTF-8 (charmap=UTF-8) Looks good UTF-8. Since I have no problem under GNOME, let me check XFce. Osamu From osamu at debian.org Sun Oct 26 06:24:28 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 26 Oct 2014 15:24:28 +0900 Subject: [Pkg-ime-devel] Bug#766581: Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) In-Reply-To: <20141026060158.GA1949@goofy.local> References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> <20141026060158.GA1949@goofy.local> Message-ID: <20141026062428.GA5675@goofy.local> Hi, On Sun, Oct 26, 2014 at 03:01:58PM +0900, Osamu Aoki wrote: > Aha, you are XFce user. There you are using ibus-setup commantd to > setup input method. What do you see in the ibus-setup dialog. Can you > add "Input Method" for your choice there. Unless you do, you get no > access. > > > Locale: LANG=zh_HK.UTF-8, LC_CTYPE=zh_HK.UTF-8 (charmap=UTF-8) > > Looks good UTF-8. > > Since I have no problem under GNOME, let me check XFce. I logout from GNOME3 and login to XFce session. Setting-> Ibus preference or from command shell ibus-setup works fine. Chinese - QuickClassic can be added and SUPER-SPACE shows choice. Anyway, Please read /usr/share/doc/ibus/README.Debian.gz Please make sure to configuration described there. This bug report on the dist-upgraded system is unreproduceble. If this is really true, please reopen this bug report. Regards, Osamu From owner at bugs.debian.org Sun Oct 26 06:39:09 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Oct 2014 06:39:09 +0000 Subject: [Pkg-ime-devel] Bug#766504: marked as done (ibus-table-chinese: New upstream) References: <20141026063538.GB5675@goofy.local> <20141023160511.GA18644@goofy.local> Message-ID: Your message dated Sun, 26 Oct 2014 15:35:38 +0900 with message-id <20141026063538.GB5675 at goofy.local> and subject line ibus-table-chinese/ibus-table-others uploaded has caused the Debian Bug report #766504, regarding ibus-table-chinese: New upstream 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 owner at bugs.debian.org immediately.) -- 766504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766504 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: ibus-table-chinese: New upstream Date: Fri, 24 Oct 2014 01:05:11 +0900 Size: 2211 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: ibus-table-chinese/ibus-table-others uploaded Date: Sun, 26 Oct 2014 15:35:38 +0900 Size: 1731 URL: From owner at bugs.debian.org Sun Oct 26 06:39:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Oct 2014 06:39:14 +0000 Subject: [Pkg-ime-devel] Bug#766505: marked as done (ibus-table-others: New upstream) References: <20141026063538.GB5675@goofy.local> <20141023160701.GA18908@goofy.local> Message-ID: Your message dated Sun, 26 Oct 2014 15:35:38 +0900 with message-id <20141026063538.GB5675 at goofy.local> and subject line ibus-table-chinese/ibus-table-others uploaded has caused the Debian Bug report #766505, regarding ibus-table-others: New upstream 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 owner at bugs.debian.org immediately.) -- 766505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766505 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: ibus-table-others: New upstream Date: Fri, 24 Oct 2014 01:07:01 +0900 Size: 2182 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: ibus-table-chinese/ibus-table-others uploaded Date: Sun, 26 Oct 2014 15:35:38 +0900 Size: 1763 URL: From owner at bugs.debian.org Sun Oct 26 06:51:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Oct 2014 06:51:05 +0000 Subject: [Pkg-ime-devel] Bug#646673: marked as done (ibus-table-latex: Incomplete) References: <20141026064827.GA7179@goofy.local> <20111026051559.12479.92515.reportbug@bluefish.thruhere.net> Message-ID: Your message dated Sun, 26 Oct 2014 15:48:27 +0900 with message-id <20141026064827.GA7179 at goofy.local> and subject line ibus-table-latex has caused the Debian Bug report #646673, regarding ibus-table-latex: Incomplete 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 owner at bugs.debian.org immediately.) -- 646673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646673 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Mitsubishi Evo II Subject: ibus-table-latex: Incomplete Date: Wed, 26 Oct 2011 14:15:59 +0900 Size: 3902 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: ibus-table-latex Date: Sun, 26 Oct 2014 15:48:27 +0900 Size: 2362 URL: From owner at bugs.debian.org Sun Oct 26 07:09:04 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Oct 2014 07:09:04 +0000 Subject: [Pkg-ime-devel] Bug#679546: marked as done (ibus-table-wubi: can't type a certain character) References: <20141026070550.GA9251@goofy.local> <20120629172029.2404.94564.reportbug@spruce.wiehl.oeko.net> Message-ID: Your message dated Sun, 26 Oct 2014 16:05:50 +0900 with message-id <20141026070550.GA9251 at goofy.local> and subject line ibus-table-chinese 1.8.2-1 has many bug fixes has caused the Debian Bug report #679546, regarding ibus-table-wubi: can't type a certain character 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 owner at bugs.debian.org immediately.) -- 679546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679546 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Toni Mueller Subject: ibus-table-wubi: can't type a certain character Date: Fri, 29 Jun 2012 19:20:29 +0200 Size: 2497 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: ibus-table-chinese 1.8.2-1 has many bug fixes Date: Sun, 26 Oct 2014 16:05:50 +0900 Size: 1840 URL: From ftpmaster at ftp-master.debian.org Sun Oct 26 08:19:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 08:19:03 +0000 Subject: [Pkg-ime-devel] Processing of ibus-libpinyin_1.6.91-2_amd64.changes Message-ID: ibus-libpinyin_1.6.91-2_amd64.changes uploaded successfully to localhost along with the files: ibus-libpinyin_1.6.91-2.dsc ibus-libpinyin_1.6.91-2.debian.tar.xz ibus-libpinyin_1.6.91-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Oct 26 09:35:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 09:35:34 +0000 Subject: [Pkg-ime-devel] ibus-libpinyin_1.6.91-2_amd64.changes REJECTED Message-ID: ibus-libpinyin_1.6.91-2.dsc: Refers to non-existing file 'ibus-libpinyin_1.6.91.orig.tar.gz' Perhaps you need to include the file in your upload? === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From johnw.mail at gmail.com Sun Oct 26 11:18:29 2014 From: johnw.mail at gmail.com (johnw) Date: Sun, 26 Oct 2014 19:18:29 +0800 Subject: [Pkg-ime-devel] Bug#766581: Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) In-Reply-To: <20141026062428.GA5675@goofy.local> References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> <20141026060158.GA1949@goofy.local> <20141026062428.GA5675@goofy.local> Message-ID: <544CD885.7070709@gmail.com> Hi Osamu, sorry to say that, but I do not why, it work right now. :) What I did is choice use different font in ibus, and different setting, then it work, I choice the original font and setting again, it still work. I wild guess the problem is after dist-upgrade, some setting/config file(s) change the format or something like this, so when I change the setting, the new format setting/config is saved, then ibus work again. the config/setting file maybe is for ibus-* or xfce4-*, maybe, I do not know. Anyway, thank you. From ftpmaster at ftp-master.debian.org Sun Oct 26 13:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 13:00:09 +0000 Subject: [Pkg-ime-devel] fcitx_4.2.8.5-3_amd64.changes ACCEPTED into experimental, experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 26 Oct 2014 02:21:19 +0800 Source: fcitx Binary: fcitx fcitx-bin fcitx-data fcitx-libs libfcitx-config4 libfcitx-core0 libfcitx-utils0 fcitx-libs-gclient libfcitx-gclient0 fcitx-libs-qt libfcitx-qt0 fcitx-libs-dev gir1.2-fcitx-1.0 fcitx-dbg fcitx-ui-classic fcitx-frontend-all fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-frontend-qt4 fcitx-pinyin fcitx-qw fcitx-table fcitx-table-all fcitx-table-bingchan fcitx-table-cangjie fcitx-table-dianbaoma fcitx-table-erbi fcitx-table-wanfeng fcitx-table-wbpy fcitx-table-wubi fcitx-table-ziranma fcitx-modules fcitx-module-dbus fcitx-module-x11 fcitx-module-lua fcitx-module-kimpanel fcitx-module-quickphrase-editor fcitx-tools Architecture: source all amd64 Version: 1:4.2.8.5-3 Distribution: experimental Urgency: low Maintainer: IME Packaging Team Changed-By: Aron Xu Description: fcitx - Flexible Input Method Framework fcitx-bin - Flexible Input Method Framework - essential binaries fcitx-data - Flexible Input Method Framework - essential data files fcitx-dbg - Flexible Input Method Framework - debugging symbols fcitx-frontend-all - Flexible Input Method Framework - frontends metapackage fcitx-frontend-gtk2 - Flexible Input Method Framework - GTK+ 2 IM Module frontend fcitx-frontend-gtk3 - Flexible Input Method Framework - GTK+ 3 IM Module frontend fcitx-frontend-qt4 - Flexible Input Method Framework - Qt4 IM Module frontend fcitx-libs - Flexible Input Method Framework - metapackage for core libraries fcitx-libs-dev - Flexible Input Method Framework - library development files fcitx-libs-gclient - Flexible Input Method Framework - metapackage for Glib libraries fcitx-libs-qt - Flexible Input Method Framework - metapackage for Qt libraries fcitx-module-dbus - Flexible Input Method Framework - D-Bus module and IPC frontend fcitx-module-kimpanel - Flexible Input Method Framework - KIMPanel protocol module fcitx-module-lua - Flexible Input Method Framework - Lua module fcitx-module-quickphrase-editor - Flexible Input Method Framework - Quick Phrase editor module fcitx-module-x11 - Flexible Input Method Framework - X11 module and XIM frontend fcitx-modules - Flexible Input Method Framework - core modules fcitx-pinyin - Flexible Input Method Framework - classic Pinyin engine fcitx-qw - Flexible Input Method Framework - QuWei engine fcitx-table - Flexible Input Method Framework - table engine fcitx-table-all - Flexible Input Method Framework - tables metapackage fcitx-table-bingchan - Flexible Input Method Framework - Bingchan table fcitx-table-cangjie - Flexible Input Method Framework - Cangjie table fcitx-table-dianbaoma - Flexible Input Method Framework - Dianbaoma table fcitx-table-erbi - Flexible Input Method Framework - Erbi table fcitx-table-wanfeng - Flexible Input Method Framework - Wanfeng table fcitx-table-wbpy - Flexible Input Method Framework - WubiPinyin table fcitx-table-wubi - Flexible Input Method Framework - Wubi table fcitx-table-ziranma - Flexible Input Method Framework - Ziranma table fcitx-tools - Flexible Input Method Framework - various tools fcitx-ui-classic - Flexible Input Method Framework - Classic user interface gir1.2-fcitx-1.0 - Flexible Input Method Framework - GObject introspection libfcitx-config4 - Flexible Input Method Framework - configuration support library libfcitx-core0 - Flexible Input Method Framework - library of core funtions libfcitx-gclient0 - Flexible Input Method Framework - D-Bus client library for Glib libfcitx-qt0 - Flexible Input Method Framework - Meta package for Qt library libfcitx-utils0 - Flexible Input Method Framework - utility support library Closes: 762832 Changes: fcitx (1:4.2.8.5-3) experimental; urgency=low . * Add libfcitx-core0, libfcitx-config4, libfcitx-utils0, libfcitx-qt0, and libfcitx-gclient0, existing fcitx-libs-* package are now metapackages. * Update symbols file for libraries. * Detect for GIR MultiArch status (Closes: #762832) * Enable all hardening features. * Enable parallel build. * Disable building of static libraries. * Update copyright file for better standard compliance. * Std-ver: 3.9.5 -> 3.9.6 Checksums-Sha1: e9a8a9a697b0684945a92fd2cda3bd94ed55e9d0 4683 fcitx_4.2.8.5-3.dsc 97bf94e5bf467ed5f4717cf7a06e3653702e3759 22216 fcitx_4.2.8.5-3.debian.tar.xz 4aa43d21b1619452282dcc808560858907a5a413 26136 fcitx_4.2.8.5-3_all.deb eb1d90627bd02b0aa86af2a8bad2f072a51dd328 61470 fcitx-bin_4.2.8.5-3_amd64.deb 2c2c186ac005d5ccb233889cce4ce62e1571fce5 167488 fcitx-data_4.2.8.5-3_all.deb 2f4541d29a686653cb8a8c7f6b90e28b6eef23c3 24662 fcitx-libs_4.2.8.5-3_all.deb e1a468e57919d9bb04bbb7211b83a23abb8cfc42 55624 libfcitx-config4_4.2.8.5-3_amd64.deb e66784202886ddcdf5fce67192cdad708085c915 76474 libfcitx-core0_4.2.8.5-3_amd64.deb fd723222cd8677b042a8fc0de316abe245a66cbd 54890 libfcitx-utils0_4.2.8.5-3_amd64.deb 44d4a5b738f8062e8fcc13ca1bb998e9d58b1199 24636 fcitx-libs-gclient_4.2.8.5-3_all.deb e265a1f1b2be93b55e016e68393e563d94bca7b6 40188 libfcitx-gclient0_4.2.8.5-3_amd64.deb 9705047f273b38f841d42a0e2725272cd0a5628a 24624 fcitx-libs-qt_4.2.8.5-3_all.deb beeb1ff285d7bf59e7683cab1ec1ff327bb11de6 93182 libfcitx-qt0_4.2.8.5-3_amd64.deb 0f560cbffe08dd2d6d8ff011339c1a4895d735d4 128422 fcitx-libs-dev_4.2.8.5-3_amd64.deb df2b4efcfbefe02f0c29355e51bf6c3487f5140f 30446 gir1.2-fcitx-1.0_4.2.8.5-3_amd64.deb 978fb97b84584677ca9022aa9467d12b4823384e 4669328 fcitx-dbg_4.2.8.5-3_amd64.deb d80c475e8a1145d04c59b632a05572be58d927b8 134260 fcitx-ui-classic_4.2.8.5-3_amd64.deb 49f0225576bd430e99d5ba139dd41058225036a7 24612 fcitx-frontend-all_4.2.8.5-3_all.deb 59b27f87d11a4baab0e00921920d4acf344800b8 35004 fcitx-frontend-gtk2_4.2.8.5-3_amd64.deb 7faba4d663eca8b80fafa6d55f8cd8ec9810ee56 35712 fcitx-frontend-gtk3_4.2.8.5-3_amd64.deb 59d0590e576f5e1a23450ac0dcc1dd872f84c8aa 58854 fcitx-frontend-qt4_4.2.8.5-3_amd64.deb e5c9ddd56b6e3edcee8883d62308015015ec10a9 2074756 fcitx-pinyin_4.2.8.5-3_amd64.deb a96aab0a84ab2bd26eec7e92b3f1474a7ac88e61 28394 fcitx-qw_4.2.8.5-3_amd64.deb a97dc74b885fd7a13fafb1d27f179fa4d00202cb 65738 fcitx-table_4.2.8.5-3_amd64.deb c1e48a86d3b3e7f058482db63ad914c3b05745e7 24672 fcitx-table-all_4.2.8.5-3_all.deb d44214cae22dc0f8a2cc038afbacdecc3ef207b3 129714 fcitx-table-bingchan_4.2.8.5-3_amd64.deb e0b6b25a5887b890a3e7d0ea80b3cb5e728cc409 47180 fcitx-table-cangjie_4.2.8.5-3_amd64.deb afb0e89a91f54335c57719fd0955a1e08f06e7da 37756 fcitx-table-dianbaoma_4.2.8.5-3_amd64.deb e65b8675a25e63ae2f0d9b65b74b348670ae3e81 385292 fcitx-table-erbi_4.2.8.5-3_amd64.deb 5dcf6464aa2067049cd8026d1b7ae9b4e3ee4c0e 521544 fcitx-table-wanfeng_4.2.8.5-3_amd64.deb de73745277a75b0dbc23745f349096a9de2c3bec 1663196 fcitx-table-wbpy_4.2.8.5-3_amd64.deb 1408769b5c87e21da95d07a092128d051e4e74d2 517164 fcitx-table-wubi_4.2.8.5-3_amd64.deb 6098596ca54c4b250c818825a76f706e44d0e344 326840 fcitx-table-ziranma_4.2.8.5-3_amd64.deb 455b597fba5a085c6673e8a658b3389a5040907f 1448268 fcitx-modules_4.2.8.5-3_amd64.deb 57d647351bd7dd5cc4fad172deacaff2d59e080b 49990 fcitx-module-dbus_4.2.8.5-3_amd64.deb 62ff826bee686cb232561cbc27d3920660dbf81d 105082 fcitx-module-x11_4.2.8.5-3_amd64.deb 93585f5d73ec1c58e667bd827c5aedab287121c2 38146 fcitx-module-lua_4.2.8.5-3_amd64.deb bdbc91e383c31758ac2fa38c691b51877478d42a 38886 fcitx-module-kimpanel_4.2.8.5-3_amd64.deb a772f4906faf8846890a64bf4e197d22ccc4615e 63284 fcitx-module-quickphrase-editor_4.2.8.5-3_amd64.deb 01465c27cdda9e0fb9e759db7c2f57528796893b 97334 fcitx-tools_4.2.8.5-3_amd64.deb Checksums-Sha256: 278962ce7bfc4c8eb7f0be640c6d6d5d539679e2aa797d537d029df90c3dd2ab 4683 fcitx_4.2.8.5-3.dsc 8bdbcdeada8e3caafdf9a08517e85116ee2f28ad686894b55ac09816637997e3 22216 fcitx_4.2.8.5-3.debian.tar.xz 57f4d87b5e74eee374958872d43b9d7ef9dda3531a59b46a4a9acc3a2008086a 26136 fcitx_4.2.8.5-3_all.deb 03d966a7e63daf11863d17d10348876401ffa887fa69d10b22ca373a59ef9f3c 61470 fcitx-bin_4.2.8.5-3_amd64.deb 8857522cfbbeda3e550bf2072e86f49605a146c7d59097e3fb6212b7b6923f36 167488 fcitx-data_4.2.8.5-3_all.deb 7f4919d2918b3228c3250c58b03842a7d7b56c33ce6f03204d89a407b4602608 24662 fcitx-libs_4.2.8.5-3_all.deb e43613b17ea2958b615c90a3b35908bf35afff3cdb7f5f69348bc4c165b626d4 55624 libfcitx-config4_4.2.8.5-3_amd64.deb 3862bfcaf877b346a6a4ba1f65647531b7307402a020935509f7d06901fff7ed 76474 libfcitx-core0_4.2.8.5-3_amd64.deb 9f305522932c3be2662d7fda708daffd6aa347d22cbb259ac555d82b10d43a56 54890 libfcitx-utils0_4.2.8.5-3_amd64.deb 4f3c81564c9a8971086433ddc5582904c665a18bca123e62787ea912573d2908 24636 fcitx-libs-gclient_4.2.8.5-3_all.deb 33e174456c365d4856bdf933e5e3ab9bfee9980271ebe91a0770870824e88baf 40188 libfcitx-gclient0_4.2.8.5-3_amd64.deb 8a779bb6bd05ed49aff0978faed3994abd61c1dc99d671b02b9e3dc49c9b07aa 24624 fcitx-libs-qt_4.2.8.5-3_all.deb 3a36e8ffb7622f87191ce44982e545d6e5dd65db7c22bebcbc43679e3ccf2041 93182 libfcitx-qt0_4.2.8.5-3_amd64.deb df5d9ad77db2aa9e7dc4a7e68beebb1bbe095dd7629843fa6b0768495e88988d 128422 fcitx-libs-dev_4.2.8.5-3_amd64.deb 4a6aae590705e4f133170e737f324eb4ba1ede1fae9720b6d786e280f9958f5b 30446 gir1.2-fcitx-1.0_4.2.8.5-3_amd64.deb 262759a309f227358f680ef5b1230413e0cf6d9f162a46ebb0c85ba80259d39c 4669328 fcitx-dbg_4.2.8.5-3_amd64.deb 7fa1d67854ca4074f7143c2f11b9f1f565b67dd750eff058a41dd8d5cebf19b5 134260 fcitx-ui-classic_4.2.8.5-3_amd64.deb eeabde6303ac928c611847bf6c9d0a162a1541c184dc4031132c3e3da9a48a8b 24612 fcitx-frontend-all_4.2.8.5-3_all.deb e12f87232b6648f463632b114ea03a426d8c459d42ab1711beb3c5d33f9beaba 35004 fcitx-frontend-gtk2_4.2.8.5-3_amd64.deb 7313b5b98fe1c69629eeee32f017fd03a8f287fb9b317b96e9c7510c9b39ab6d 35712 fcitx-frontend-gtk3_4.2.8.5-3_amd64.deb e4284235f87be463e609dd1a7b69f9ff619b9579a2a98e9a763990d59eec06d1 58854 fcitx-frontend-qt4_4.2.8.5-3_amd64.deb a09372a0a80c89d8bd36ec25b3b4e00e2077261e2f1f21aadae33fcc877428d3 2074756 fcitx-pinyin_4.2.8.5-3_amd64.deb 724ceb87c84b6a132977aa2da3cf47a0bbd74f3d5927ebfaea26a07a3b305a17 28394 fcitx-qw_4.2.8.5-3_amd64.deb bc4c282cce7ccfbe9aed9ba285b956e17f9c95ca889f5baee33b33d36e9f3f45 65738 fcitx-table_4.2.8.5-3_amd64.deb 52e8de2be4ee8de086aa1ab400b848bc34c8228104a97261d4f1ebbf130af38e 24672 fcitx-table-all_4.2.8.5-3_all.deb f975c834b1ba5042607c12bf8077aaa45bb77fdf313c64b11f43e73b9e352acc 129714 fcitx-table-bingchan_4.2.8.5-3_amd64.deb 14855d228979797f2b5cacde7508200b82d05af2dc606db1333b2a3069f07af6 47180 fcitx-table-cangjie_4.2.8.5-3_amd64.deb 14d9a29adee92b3fd07e16dbc189d4b3d42dafb55c7fde3465ad59c23da76e69 37756 fcitx-table-dianbaoma_4.2.8.5-3_amd64.deb bd1856efaeb61f9b82797d1a1e203472d88a4a1b57a9ceb9935f77c24f1dbfaf 385292 fcitx-table-erbi_4.2.8.5-3_amd64.deb f7fa053223a362f67e157dd42967437bf6f423399f72e4b0bcf06c80367eeb32 521544 fcitx-table-wanfeng_4.2.8.5-3_amd64.deb 220881b736216db2aff335191fb8205272b26a2e1de202289dd1d5a5288789ab 1663196 fcitx-table-wbpy_4.2.8.5-3_amd64.deb a1c26d6fc76d52cc4cbdb514661a5fc5fe7b56f27092849d16a53bdd5f7747e8 517164 fcitx-table-wubi_4.2.8.5-3_amd64.deb 752ad76b27ee70aa1c233d3a14901e9b507e8c82749a750bd9c44782af030be1 326840 fcitx-table-ziranma_4.2.8.5-3_amd64.deb e0989aa829ff690bce421f33d164a923602e9dc915f8bd0651b843dad51dab84 1448268 fcitx-modules_4.2.8.5-3_amd64.deb 405c2d679b6b742e65dc6963caf3d3f4eff3d8a68c2d877ab39aaa6db8f2489b 49990 fcitx-module-dbus_4.2.8.5-3_amd64.deb ae7839c818f91454f407fd7a070713a4ed8f87d8859d245942a134d65ff3c370 105082 fcitx-module-x11_4.2.8.5-3_amd64.deb d416e3c27fa9a6730d66a473dbe5ea6f2da325c34a1dc76fc908360070917433 38146 fcitx-module-lua_4.2.8.5-3_amd64.deb ce6aedc26df96ac4c002759867316774e25a98f50a22260a69421fceb4111fb0 38886 fcitx-module-kimpanel_4.2.8.5-3_amd64.deb 377023b4d6254a7c643827585076ec1f6ea036464ae569bb3cde8c6f70353ef0 63284 fcitx-module-quickphrase-editor_4.2.8.5-3_amd64.deb 72c5eedf1afaf223f5fac139c0a392391ea80fa1c61efab541fe832edaadef91 97334 fcitx-tools_4.2.8.5-3_amd64.deb Files: 552a72f2a548d36d9cb12c566329eb3c 4683 utils optional fcitx_4.2.8.5-3.dsc 045b07c451e2309348919992e505f6b7 22216 utils optional fcitx_4.2.8.5-3.debian.tar.xz 90adf5e10f1b9a9d0ecd1defecd82e26 26136 utils optional fcitx_4.2.8.5-3_all.deb 2ab0f4b97d6b193ff5548f41d032e77c 61470 utils optional fcitx-bin_4.2.8.5-3_amd64.deb 86bc1f2b028cdef97fd679378604f1e8 167488 utils optional fcitx-data_4.2.8.5-3_all.deb 405206a546759566b9f45f8d49329015 24662 libs optional fcitx-libs_4.2.8.5-3_all.deb 05534143d70db12f6ff0b2bf3619c211 55624 libs optional libfcitx-config4_4.2.8.5-3_amd64.deb 5bcaf91b6d5fbd38064e1415e877d519 76474 libs optional libfcitx-core0_4.2.8.5-3_amd64.deb 2e1dde6faca96c96a7adf6296aa6d885 54890 libs optional libfcitx-utils0_4.2.8.5-3_amd64.deb 5e3f95b5fa5361738e9d7ad7d3fa1e57 24636 libs optional fcitx-libs-gclient_4.2.8.5-3_all.deb 6cb77005592c794f592717a317f02bb2 40188 libs optional libfcitx-gclient0_4.2.8.5-3_amd64.deb 92ff800b4a9908fa3548219727f36357 24624 libs optional fcitx-libs-qt_4.2.8.5-3_all.deb a512f4b03d7d68f6926fade834975d2b 93182 libs optional libfcitx-qt0_4.2.8.5-3_amd64.deb 25da8258ba4c05fe3295e304285b4fde 128422 libdevel optional fcitx-libs-dev_4.2.8.5-3_amd64.deb 52d1f64ea79caff3faeaab835e7cd360 30446 introspection optional gir1.2-fcitx-1.0_4.2.8.5-3_amd64.deb f470381044fdc3e358a988dffbd76f3e 4669328 debug extra fcitx-dbg_4.2.8.5-3_amd64.deb 52f08021e364abf07e47b34a3ba78422 134260 utils optional fcitx-ui-classic_4.2.8.5-3_amd64.deb bf5e32d2e6fbf7e7b3a91ddcdab4492a 24612 utils optional fcitx-frontend-all_4.2.8.5-3_all.deb 8fa06dfcc3e09fecdc8c4f91eff20f40 35004 utils optional fcitx-frontend-gtk2_4.2.8.5-3_amd64.deb 2f320c621fa3ceb821f8cea8039a5438 35712 utils optional fcitx-frontend-gtk3_4.2.8.5-3_amd64.deb 1bb55d3ea278122039f38bd5bb421911 58854 utils optional fcitx-frontend-qt4_4.2.8.5-3_amd64.deb 8fc7eb22569d4718122b7d2e34d91e15 2074756 utils optional fcitx-pinyin_4.2.8.5-3_amd64.deb 4ac9060bd3f293dd7ee424e18e6eadac 28394 utils optional fcitx-qw_4.2.8.5-3_amd64.deb 1a292d7f76ccdbd6c5c598d4d895159a 65738 utils optional fcitx-table_4.2.8.5-3_amd64.deb 4761886bcb154c0e886b0b929d987e9b 24672 utils optional fcitx-table-all_4.2.8.5-3_all.deb 325b33de59314a7ef402be520c33d57c 129714 utils optional fcitx-table-bingchan_4.2.8.5-3_amd64.deb dcfce9b043559ca6542730d1b6b79d7a 47180 utils optional fcitx-table-cangjie_4.2.8.5-3_amd64.deb 8c4bc9cdd4636e8ac822fdd18dadd080 37756 utils optional fcitx-table-dianbaoma_4.2.8.5-3_amd64.deb 57835df98ac78ed578e95d1b0d6666a5 385292 utils optional fcitx-table-erbi_4.2.8.5-3_amd64.deb f9723b8fc3f0226e629de033c6e84359 521544 utils optional fcitx-table-wanfeng_4.2.8.5-3_amd64.deb fe591fdcbf8f7d99df588edc32b9924c 1663196 utils optional fcitx-table-wbpy_4.2.8.5-3_amd64.deb 61dcbb97cf9fd3122efe3cdb9c6dd257 517164 utils optional fcitx-table-wubi_4.2.8.5-3_amd64.deb 2d239227f6b853d4d09f2e71ede2c9d6 326840 utils optional fcitx-table-ziranma_4.2.8.5-3_amd64.deb 38c13007ead750843c11f9a8b7f99296 1448268 utils optional fcitx-modules_4.2.8.5-3_amd64.deb 981cbe3da244233b7450326fda1935e5 49990 utils optional fcitx-module-dbus_4.2.8.5-3_amd64.deb d021cde35028a2a37728d562f9a3fc63 105082 utils optional fcitx-module-x11_4.2.8.5-3_amd64.deb 50795de60838d5d49954cf1ad0596a4d 38146 utils optional fcitx-module-lua_4.2.8.5-3_amd64.deb 2d31f09ebb7cd0d3cec5d711e1f9ec49 38886 utils optional fcitx-module-kimpanel_4.2.8.5-3_amd64.deb a568b852a466006af960a74475339a9e 63284 utils optional fcitx-module-quickphrase-editor_4.2.8.5-3_amd64.deb a4b63a210b8eec7ff991d6db69aadf2a 97334 utils optional fcitx-tools_4.2.8.5-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJUTC1EAAoJEMOOgWCheEH+CE4P/ivctuEDpp/aSuDTWFDkcnQ3 FbAemcnkeCz7QtR54XtlScAuoPyBu6MNOmTt1UlUTYvQZXwEVL7sWOFP3DIeUZ+Y s39hpaZ0HBoKdXFnyocCyDIdDDxaV0+VSpsQcgOkf/13Rgr04E3+vEYzQAIVzFOD YUOeUV2yx+FlmrIM1G/1ZcvhmZblDDDc1+Lpa+v6DKTCiu5sRuYh8MWgNL9omOsz b7u8Y08w0IArLSnUsUb9+ru7wdXhn32fu0ZlddZA6lsuQYIaD/m2WP7aflQtqd/y DrYiJufUFNTVJXVlakcogQxr97TO6hSMqHgM2JsNf9xf5ZFoDylL/jZQqGPXUOSC 4r7Zmm54jLbB0eXM5KEIG5UVWg/oKz6SfwJ1MPTPoO224YkCZ4AVrKzbiyO6wynH A+hscAPlpoOGWofJpNKGJVC74pSIn0+/4pu6MqrgOsCBmMVRg27JcoAdctd5UZWk qrIhOpZMUx1yk4FOMcqNDXdIuRX8URj8lG2ijq7yCI6pcHV1hSx3rBa0uwPDbIlY cuivd4utpvRAN8TeA8EhbfO2ouDMww7YEo95bhirNCJ+7Cl9b//dkXHMcsTKp+jX URfpIc8G4FlUKWacx0xhmxFkUJ92BFv5aYv4WiAniOio86uPJcUdkTBSQ2vlHagl WGwHk3Diq3tO9lBFp+TS =UlpK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun Oct 26 13:03:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Oct 2014 13:03:23 +0000 Subject: [Pkg-ime-devel] Bug#762832: marked as done (fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory) References: <20140925145019.GA9786@raring> Message-ID: Your message dated Sun, 26 Oct 2014 13:00:09 +0000 with message-id and subject line Bug#762832: fixed in fcitx 1:4.2.8.5-3 has caused the Debian Bug report #762832, regarding fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory 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 owner at bugs.debian.org immediately.) -- 762832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Iain Lane Subject: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory Date: Thu, 25 Sep 2014 15:50:19 +0100 Size: 6384 URL: -------------- next part -------------- An embedded message was scrubbed... From: Aron Xu Subject: Bug#762832: fixed in fcitx 1:4.2.8.5-3 Date: Sun, 26 Oct 2014 13:00:09 +0000 Size: 19326 URL: From ftpmaster at ftp-master.debian.org Sun Oct 26 14:35:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 14:35:49 +0000 Subject: [Pkg-ime-devel] Processing of ibus-libpinyin_1.6.92-1_amd64.changes Message-ID: ibus-libpinyin_1.6.92-1_amd64.changes uploaded successfully to localhost along with the files: ibus-libpinyin_1.6.92-1.dsc ibus-libpinyin_1.6.92.orig.tar.gz ibus-libpinyin_1.6.92-1.debian.tar.xz ibus-libpinyin_1.6.92-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From osamu at debian.org Sun Oct 26 14:47:17 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 26 Oct 2014 23:47:17 +0900 Subject: [Pkg-ime-devel] Bug#766581: Bug#766581: ibus: After upgrade to 1.5.9-1, can not input chinese (class quick) In-Reply-To: <544CD885.7070709@gmail.com> References: <20141024055321.15423.70230.reportbug@redcat.wonghome.net> <20141026060158.GA1949@goofy.local> <20141026062428.GA5675@goofy.local> <544CD885.7070709@gmail.com> Message-ID: <20141026144717.GA1889@goofy.local> Hi On Sun, Oct 26, 2014 at 07:18:29PM +0800, johnw wrote: > Hi Osamu, sorry to say that, but I do not why, it work right now. :) Nothing to be sorry. If you did not tell me this, I did not notice issue and fixed it timely. Now we can relax. (Under systemd, I do not know if re-login is really enough to get ibus reset to new state. The important thing is these packages work and we can now wait for the testing transition. Nov. 5th is the freeze day.) > I wild guess the problem is after dist-upgrade, some setting/config > file(s) change the format or something like this, so when I change the > setting, the new format setting/config is saved, then ibus work again. > the config/setting file maybe is for ibus-* or xfce4-*, maybe, I do > not know. This may be a issue. I have no fix for it. Osamu From osamu at debian.org Sun Oct 26 14:52:22 2014 From: osamu at debian.org (Osamu Aoki) Date: Sun, 26 Oct 2014 23:52:22 +0900 Subject: [Pkg-ime-devel] ibus-libpinyin_1.6.91-2_amd64.changes REJECTED -- but OK In-Reply-To: References: Message-ID: <20141026145222.GB1889@goofy.local> On Sun, Oct 26, 2014 at 09:35:34AM +0000, Debian FTP Masters wrote: > ibus-libpinyin_1.6.91-2.dsc: Refers to non-existing file > 'ibus-libpinyin_1.6.91.orig.tar.gz' > Perhaps you need to include the file in your upload? Since I uploaded 1.6.92-1, let's not worry about this sloppy work. My bad. Osamu From ftpmaster at ftp-master.debian.org Sun Oct 26 15:21:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 15:21:04 +0000 Subject: [Pkg-ime-devel] Processing of ibus-m17n_1.3.4-4_amd64.changes Message-ID: ibus-m17n_1.3.4-4_amd64.changes uploaded successfully to localhost along with the files: ibus-m17n_1.3.4-4.dsc ibus-m17n_1.3.4-4.debian.tar.xz ibus-m17n_1.3.4-4_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From osamu at debian.org Sun Oct 26 15:28:36 2014 From: osamu at debian.org (Osamu Aoki) Date: Mon, 27 Oct 2014 00:28:36 +0900 Subject: [Pkg-ime-devel] FREEZE is Nov. 5th. Message-ID: <20141026152836.GA4852@goofy.local> Hi, FREEZE will happen on Nov. 5th. So let's not upload new versions for small gains if there is a package waiting to transition to the testing in few hours. (No more new upstream versions at the last moment too.) We can still fix grave RC bugs after FREEZE. With fcitx 1:4.2.8.5-2 transitioning to jessie in 6 days, most of AUTORM seen on: https://qa.debian.org/developer.php?login=pkg-ime-devel at lists.alioth.debian.org should be resolved by then. So far we are quite current and no RC bugs expected on Nov. 5th. Regards, Osamu From anthony.wong at ubuntu.com Sun Oct 26 15:44:04 2014 From: anthony.wong at ubuntu.com (Anthony Wong) Date: Sun, 26 Oct 2014 23:44:04 +0800 Subject: [Pkg-ime-devel] FREEZE is Nov. 5th. In-Reply-To: <20141026152836.GA4852@goofy.local> References: <20141026152836.GA4852@goofy.local> Message-ID: Hi Osamu and IME members, I just uploaded two new upstream updates for libcangjie and pycangjie to mentors.debian.net, really hope it can get in jessie if it's not too late. If you or others can give a few moments and help to sponsor them it will be very much appreciated. https://mentors.debian.net/package/libcangjie https://mentors.debian.net/package/pycangjie Thanks a lot, Anthony On 26 October 2014 23:28, Osamu Aoki wrote: > Hi, > > FREEZE will happen on Nov. 5th. So let's not upload new versions for > small gains if there is a package waiting to transition to the testing > in few hours. (No more new upstream versions at the last moment too.) > > We can still fix grave RC bugs after FREEZE. With fcitx 1:4.2.8.5-2 > transitioning to jessie in 6 days, most of AUTORM seen on: > > > https://qa.debian.org/developer.php?login=pkg-ime-devel at lists.alioth.debian.org > > should be resolved by then. So far we are quite current and no RC bugs > expected on Nov. 5th. > > Regards, > > Osamu > > _______________________________________________ > Pkg-ime-devel mailing list > Pkg-ime-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ime-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Sun Oct 26 15:53:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 15:53:29 +0000 Subject: [Pkg-ime-devel] ibus-libpinyin_1.6.92-1_amd64.changes REJECTED Message-ID: Version check failed: Your upload included the source package ibus-libpinyin, version 1.6.92-1, however testing already has version 1.6.92-1. Uploads to unstable must have a higher version than present in testing. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Sun Oct 26 15:53:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 15:53:36 +0000 Subject: [Pkg-ime-devel] ibus-m17n_1.3.4-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 27 Oct 2014 00:04:33 +0900 Source: ibus-m17n Binary: ibus-m17n Architecture: source amd64 Version: 1.3.4-4 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Osamu Aoki Description: ibus-m17n - m17n engine for IBus Closes: 727265 743129 Changes: ibus-m17n (1.3.4-4) unstable; urgency=medium . * Team upload. * Build with dh-autoreconf. Closes: #727265 * Fix build with clang. Closes: #743129 Checksums-Sha1: f1e656d3786ab6cf73045f28a33d1b07ccc4ace3 2052 ibus-m17n_1.3.4-4.dsc 166f9a5d6a6c75d6665ba935baa47b75f385af1c 13940 ibus-m17n_1.3.4-4.debian.tar.xz 169abbee6f1d35df1b47291a1884ab215ccf3dde 25674 ibus-m17n_1.3.4-4_amd64.deb Checksums-Sha256: bddd26bebfe567e95ec1098b22e733fe1a1dca512a51ae4460e5d5988ed94417 2052 ibus-m17n_1.3.4-4.dsc 04cf3eb30794bbda05537e3473e1767cfbf074d5bd2cb49b9238a2dbc2811929 13940 ibus-m17n_1.3.4-4.debian.tar.xz 99951b34b0a376e990c6157a8d1b9b7a3cb81910cfaba869b06a60aa693f805e 25674 ibus-m17n_1.3.4-4_amd64.deb Files: d3e1ecdfeac60a9c6e8d619b1ed940db 2052 utils optional ibus-m17n_1.3.4-4.dsc eee7076c931a04c87d5f1d213fbc12bd 13940 utils optional ibus-m17n_1.3.4-4.debian.tar.xz 42cedeba5d616dcdac1b5aae75ba4d8d 25674 utils optional ibus-m17n_1.3.4-4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUTRCBAAoJEB4TVogd2NeRF8YQAIib/CuqhVjznmb30Xgd0zju lBCcs+SGLoeaKgX8vRpNRAw/j/pj6+o2zgA0GGnj+6o70LTWKfaAzrvh473Flrtw k/pt0af2c5uA0MlpZER22/pOhB9wz12n633znpxHJaso8ak31YqSf/EcaMuoGNjD JFunDAJQP3ImJhGlfgeNo2E6yI+3a+tJ+BjgYkg2VAwfci/t/S2EV/HPlloGY7RB +1btoqAn7GU6glp6Tu5VxxjoUDPyiURch5ET+U0H60rqImrXC9P2eu7ax0effpkc nycRscMt2syeWVobbgme+GZ2Zg31F38vlkX8G0EuDhgTNOh+t5YFlQblKg7CTRGC x4RnL3988v1kzqp2m7nVx2wpIbyVO2IaeLtBBBBRC3QUFBjT2kOmWkvVgp5sAlAs NGj/YT9QQbxKjMy6ZDf9hCf1iVDBwvH85RbiWeaiqGFGXTLB0W7N8uGkZWesQQIP I0gd33PLsTdbRzmh4825G9bdIQjldCqRBgLANkZI6l8Cuc4GZAKeddfcrOlgBCcW V8QZKzxZw8kH7ERRy3wZmf2YuYPEEss7ZdTHaLQkef1DOfIsI4pQTrOstAU377y7 6mgh8cXzhBN8+b+bmbtop3w2GGamhMFqaPxgc3KKVhjkr+eQoSVzzdTxlK5TPE+w xUoXF6RV8LP5cdwibjkX =Virg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun Oct 26 15:54:31 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Oct 2014 15:54:31 +0000 Subject: [Pkg-ime-devel] Bug#727265: marked as done (ibus-m17n: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4) References: <52682287.7090306@ubuntu.com> Message-ID: Your message dated Sun, 26 Oct 2014 15:53:36 +0000 with message-id and subject line Bug#727265: fixed in ibus-m17n 1.3.4-4 has caused the Debian Bug report #727265, regarding ibus-m17n: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 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 owner at bugs.debian.org immediately.) -- 727265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727265 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Matthias Klose Subject: Use dh_autotools-dev to update config.{sub,guess} for AArch64 Date: Wed, 23 Oct 2013 21:24:55 +0200 Size: 2000 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#727265: fixed in ibus-m17n 1.3.4-4 Date: Sun, 26 Oct 2014 15:53:36 +0000 Size: 5081 URL: From owner at bugs.debian.org Sun Oct 26 15:54:39 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Oct 2014 15:54:39 +0000 Subject: [Pkg-ime-devel] Bug#743129: marked as done (ibus-m17n: fails to build with clang instead of gcc) References: <20140330183033.509.89352.reportbug@core.localdomain> Message-ID: Your message dated Sun, 26 Oct 2014 15:53:36 +0000 with message-id and subject line Bug#743129: fixed in ibus-m17n 1.3.4-4 has caused the Debian Bug report #743129, regarding ibus-m17n: fails to build with clang instead of gcc 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 owner at bugs.debian.org immediately.) -- 743129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743129 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?q?Nicolas_S=C3=A9velin-Radiguet?= Subject: ibus-m17n: fails to build with clang instead of gcc Date: Sun, 30 Mar 2014 20:30:33 +0200 Size: 3043 URL: -------------- next part -------------- An embedded message was scrubbed... From: Osamu Aoki Subject: Bug#743129: fixed in ibus-m17n 1.3.4-4 Date: Sun, 26 Oct 2014 15:53:36 +0000 Size: 5106 URL: From osamu at debian.org Sun Oct 26 16:10:16 2014 From: osamu at debian.org (Osamu Aoki) Date: Mon, 27 Oct 2014 01:10:16 +0900 Subject: [Pkg-ime-devel] FREEZE is Nov. 5th. In-Reply-To: References: <20141026152836.GA4852@goofy.local> Message-ID: <20141026161016.GA6291@goofy.local> On Sun, Oct 26, 2014 at 11:41:16PM +0800, Anthony Wong wrote: > Hi Osamu and IME members, > > Just uploaded two new upstream updates for libcangjie and pycangjie to > mentors.debian.net, really hope it can get in jessie if it's not too late. > If you or others can help sponsor them it will be very much appreciated. > > https://mentors.debian.net/package/libcangjie It is missing symbols. -dbg is not extra. I will fix and upload. Please include uploaded verion to VCS repo. > https://mentors.debian.net/package/pycangjie OK, I need to install libcangjie in chroot. Osamu From ftpmaster at ftp-master.debian.org Sun Oct 26 16:11:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 16:11:11 +0000 Subject: [Pkg-ime-devel] Processing of libcangjie_1.2-1_amd64.changes Message-ID: libcangjie_1.2-1_amd64.changes uploaded successfully to localhost along with the files: libcangjie_1.2-1.dsc libcangjie_1.2.orig.tar.xz libcangjie_1.2-1.debian.tar.xz libcangjie2_1.2-1_amd64.deb libcangjie2-data_1.2-1_all.deb libcangjie2-dev_1.2-1_amd64.deb libcangjie2-dev-tools_1.2-1_amd64.deb libcangjie2-dbg_1.2-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Oct 26 16:16:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 16:16:11 +0000 Subject: [Pkg-ime-devel] Processing of pycangjie_1.2-1_amd64.changes Message-ID: pycangjie_1.2-1_amd64.changes uploaded successfully to localhost along with the files: pycangjie_1.2-1.dsc pycangjie_1.2.orig.tar.xz pycangjie_1.2-1.debian.tar.xz python3-pycangjie_1.2-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Oct 26 16:21:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 16:21:14 +0000 Subject: [Pkg-ime-devel] libcangjie_1.2-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 26 Oct 2014 15:27:38 +0800 Source: libcangjie Binary: libcangjie2 libcangjie2-data libcangjie2-dev libcangjie2-dev-tools libcangjie2-dbg Architecture: source amd64 all Version: 1.2-1 Distribution: unstable Urgency: low Maintainer: IME Packaging Team Changed-By: Anthony Wong Description: libcangjie2 - Cangjie input method library libcangjie2-data - Cangjie input method library (common database) libcangjie2-dbg - Cangjie input method library (debug) libcangjie2-dev - Cangjie input method library (development) libcangjie2-dev-tools - Cangjie input method library development tools Changes: libcangjie (1.2-1) unstable; urgency=low . * New upstream release. * Updated Priority and Standards-Version to 3.9.6. Checksums-Sha1: 6b41d22cb60179e3b48841a2dd1296fe0b99a207 2252 libcangjie_1.2-1.dsc 6efe592ef7219aa880aabf2b508577eef3fdedb8 572856 libcangjie_1.2.orig.tar.xz d2b7f07d6e18290fca285e061e7d6ea61cb34f5a 2720 libcangjie_1.2-1.debian.tar.xz 850c4765191492bae3d9416b1aaa148baf3dd790 8638 libcangjie2_1.2-1_amd64.deb f7cf4419d23b68261936618abaa463b5e373c004 1441944 libcangjie2-data_1.2-1_all.deb d3b5d1f55e53f0c8cf9532860a9422177121739d 7962 libcangjie2-dev_1.2-1_amd64.deb 34ae8d4e726e9c9a4acc4a7550f7062c61168df4 9616 libcangjie2-dev-tools_1.2-1_amd64.deb f1d0cfcec1420b5bdbe062846886002f6881756d 28784 libcangjie2-dbg_1.2-1_amd64.deb Checksums-Sha256: ba9753706932215604de21107bec3663ed3d896ef2e6d9a01c15bed3eecc6c9f 2252 libcangjie_1.2-1.dsc 01c3360b6def847f23726f030e935c7e000cc66b5416ea894b64b51e8b52c6a6 572856 libcangjie_1.2.orig.tar.xz 2b13379355d8f30ad05cb9d05c3cecca8059cf6ecca56e03d7542d09404efd26 2720 libcangjie_1.2-1.debian.tar.xz 7bfc65c7a30f7272cba9e1e235d2826ef730e3fe0f254c72a4b83e3ba36105cb 8638 libcangjie2_1.2-1_amd64.deb 15d9df891bf2cdd5ce055c8601f355307ffeefab29c5a0af8ffcb2c4344249da 1441944 libcangjie2-data_1.2-1_all.deb b20be171366de1483c1e91b5184fe28890ac42cc1d66593be934bf7f8d5f0fd1 7962 libcangjie2-dev_1.2-1_amd64.deb 40e8555e1ff1f752343bcbaa4ef348d247eae3795a838b2c34f5b1d0a1cfca9e 9616 libcangjie2-dev-tools_1.2-1_amd64.deb 237f26985d38f9a38fbc8f1005963dee271b52d0cbafc18a88133ac45f4a34cc 28784 libcangjie2-dbg_1.2-1_amd64.deb Files: 00098a76b6b7f3b23808536f55f8f2d7 2252 utils optional libcangjie_1.2-1.dsc 294ffb75ba7a39fa1c02a5dd57a30c09 572856 utils optional libcangjie_1.2.orig.tar.xz 37f0eb09c81de8c875e51f5334b1e70d 2720 utils optional libcangjie_1.2-1.debian.tar.xz 1f73fad2628af2bc3200dadefbd3b35a 8638 libs optional libcangjie2_1.2-1_amd64.deb db1f8bf83d6dbc961962ceb74407dfa8 1441944 libs optional libcangjie2-data_1.2-1_all.deb de3332009d11715f1a8c5b1804c31a50 7962 libdevel optional libcangjie2-dev_1.2-1_amd64.deb 24eb72597909f5abdf3eadb41661fe5f 9616 devel optional libcangjie2-dev-tools_1.2-1_amd64.deb 2019ede8fb19b848769c22c4bf0293eb 28784 debug extra libcangjie2-dbg_1.2-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUTR0GAAoJEB4TVogd2NeRMcsQAKT7eJJNUL7LIhp55mzM/Lf8 nMTu8YF7iN4sle2j/BCd/Ke+EkCczuySHHVAHfa/2L5vt6r61pKAZHBkRl2hnRLO eTB3UgrFnrImbSTU2FHOyxE6/0HkdkBIYRmi8Z9/jD94YSFhTrAZFHt2yOwD9B7w oUUldA6bkfvHSFhgwvtGNRQRgVUSQXN85Opk1kF2YIjkL6CVrP7RCnRA/lEIggeG mCUPIfIssoCU8JomtqluGs1MpWOiF+mGL7WvF8r0oh8YKM+1si6ulewn00BYmBXN ZEpQgvXoASatS9wNNJjHNCjMguT18TMZorNUJgUHBzGqNkil3863qMRRwikPrk4I 9rMz+wRvMbZXuJCnvlGN8f1euuYW7SIkEamjk3eXGcovOavEiLPVDBT3u0+znAxE /qGgYf2eIJ8MA67uDgGJZGh8X7Tzsl6ZcmXvrTTId5DdZXDncVMJV8orrK/gOMwV FQkjiw1bxwNEtUXyMQd58VZ9mdrL6vUDldG+T0yUb3cARpKaIDZT+iy/e+bomWJ4 tSp8dfn8EXy7GOcPP1rc+peXKyH2kwNb/4I73nDHyTAjYk8ai8MnG/CETQkJiqPm +dpvCC+/svwTIJmMVebQz6yt2rxvZQZIaZiCoequbOduaAbHi5pn3udjht5hQfws cex0A+nbGL2pux6BNH3T =yBTm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Oct 26 16:21:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 16:21:51 +0000 Subject: [Pkg-ime-devel] pycangjie_1.2-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 26 Oct 2014 16:46:43 +0800 Source: pycangjie Binary: python3-pycangjie Architecture: source amd64 Version: 1.2-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Anthony Wong Description: python3-pycangjie - Python wrapper to libcangjie Closes: 743284 Changes: pycangjie (1.2-1) unstable; urgency=medium . * New upstream release. * Merge changes from last NMU, thanks Matthias for the fix. (Closes: #743284) Checksums-Sha1: 8af3c9db83d292b94be1b67a562202f4bfe4cf90 2055 pycangjie_1.2-1.dsc 850bdfb29235bf3d45fbf878e88c7fb8cc54314e 221524 pycangjie_1.2.orig.tar.xz dacb67879817f4b55b4132e765376107ee68d07a 2612 pycangjie_1.2-1.debian.tar.xz 10db3815a3a164f48a0686470ff2a48e10fd8ef8 41796 python3-pycangjie_1.2-1_amd64.deb Checksums-Sha256: d68909e055638cb45b27fceebe0870490c1d8b6dbeb2009ad84424e42c8fc059 2055 pycangjie_1.2-1.dsc bc9115904f65581a11e43044c83e999e583468d1bb98c04b33ea059205e07c10 221524 pycangjie_1.2.orig.tar.xz c911459dcb78594dc5a39bc352f32199fde15cdf50f29b481fc79207bb93152e 2612 pycangjie_1.2-1.debian.tar.xz ac5a62090fa1908ec83edd1e1a782e5dd48979ba7f67e6a5b1b6be96a1358c1e 41796 python3-pycangjie_1.2-1_amd64.deb Files: b8de9d0925ee468535560d2a2361a48b 2055 python optional pycangjie_1.2-1.dsc bcdd86b5cc9c2deef95214e0852a1ee0 221524 python optional pycangjie_1.2.orig.tar.xz ebcbcc397203f0641caa7c74feac204c 2612 python optional pycangjie_1.2-1.debian.tar.xz 5e17530025c36cfde6ca71195f056586 41796 python optional python3-pycangjie_1.2-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUTR5KAAoJEB4TVogd2NeRgp4P/1IZpmPp+Nt42Fm/0G4kBKmM BKh2yVHyxuRvd5k/r1xQZrtfYX9ub5rUA8RcUGCSUzQtkZ320EGcEN+6tWsjspCu C8PRCocuxSvWAK6TJcahy+40gmoQluaM6oAy+2iWQxBhjoua/lslIYIzfkAnapGG lDU5Ki5XpF29wWrmtzyK/I1D75S2L2RGkXhAYdXHi+xcEjOsoCD+3htS/oiu0/K6 rU4w1QNB6R6/+5Tv8C14WRi099MG1mxipyU+7dbNJz0Fi3/Gl14fbeJ1o3M/36cO 9ZjCTlRtRMFBqPk3LTLfNJstEm9tZoHu3HkyHG+yaU5r/NzSFRPhvo6r60Xh5FfB ZiEvaA+98fPsO8pAqWn+5DvyyNnAgQTkl5JVgiUfzOL07q1oAY/N1oWw1yqwTi91 h1zTo7Ao/xJWJNeCOraDCk+SbXwlfYkKZozOQqZ3jc0rEG73gqTWQvBQ/2J0+fD6 sGcfS8j1dVGfILBmDKjGof72LTZxQAh9W7OaOaMc3J/nlZk/AK7vkqZv7CHGVsH6 Qfwnw475fJerZOTtozYjwbaER+Dtt0BVvHaJsC0129k3FWp1cSOJVbMNIdgQ7RAi dRpAuD69wL4+IKEsMmb5Qzcoce0BIZb1WPhyV8DdLDBMVsNs3mMbO/XW0X75Jnjs 5MtWQluADrrw5soIKsuh =mXWi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun Oct 26 16:25:01 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Oct 2014 16:25:01 +0000 Subject: [Pkg-ime-devel] Bug#743284: marked as done (debdiff for NMU upload) References: <533A9D87.9040009@debian.org> Message-ID: Your message dated Sun, 26 Oct 2014 16:21:51 +0000 with message-id and subject line Bug#743284: fixed in pycangjie 1.2-1 has caused the Debian Bug report #743284, regarding debdiff for NMU upload 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 owner at bugs.debian.org immediately.) -- 743284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743284 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Matthias Klose Subject: debdiff for NMU upload Date: Tue, 01 Apr 2014 13:05:43 +0200 Size: 4612 URL: -------------- next part -------------- An embedded message was scrubbed... From: Anthony Wong Subject: Bug#743284: fixed in pycangjie 1.2-1 Date: Sun, 26 Oct 2014 16:21:51 +0000 Size: 5321 URL: From noreply at release.debian.org Sun Oct 26 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 26 Oct 2014 16:39:18 +0000 Subject: [Pkg-ime-devel] ibus-anthy 1.5.6-1 MIGRATED to testing Message-ID: FYI: The status of the ibus-anthy source package in Debian's testing distribution has changed. Previous version: 1.5.5-2 Current version: 1.5.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sun Oct 26 17:00:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Oct 2014 17:00:10 +0000 Subject: [Pkg-ime-devel] ibus-libzhuyin_1.6.99.20140929-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 22 Oct 2014 21:07:03 +0800 Source: ibus-libzhuyin Binary: ibus-libzhuyin ibus-libzhuyin-dbg Architecture: source amd64 Version: 1.6.99.20140929-1 Distribution: unstable Urgency: low Maintainer: IME Packaging Team Changed-By: ChangZhuo Chen (???) Description: ibus-libzhuyin - New Zhuyin engine based on libzhuyin for IBus ibus-libzhuyin-dbg - Debug symbols for ibus-libzhuyin Closes: 766358 Changes: ibus-libzhuyin (1.6.99.20140929-1) unstable; urgency=low . * Initial release (Closes: #766358) Checksums-Sha1: 12eede40da2d80e3d9741d1ba22f87090fff589b 2215 ibus-libzhuyin_1.6.99.20140929-1.dsc 0f1b2d7a7532f8b669de0f4eea50c850d3be4fe4 81113 ibus-libzhuyin_1.6.99.20140929.orig.tar.gz 06a19185ad56af1b9de7e56853e29e8f085b2539 2320 ibus-libzhuyin_1.6.99.20140929-1.debian.tar.xz cd92e4301d771d2dd5048ec565a179c36fde4665 68074 ibus-libzhuyin_1.6.99.20140929-1_amd64.deb 0d86f62c4f56461e6fc88285b5fe7230f841a242 619130 ibus-libzhuyin-dbg_1.6.99.20140929-1_amd64.deb Checksums-Sha256: 23ade971145e0df4984c04b0b74e62301b37ff962bb0a4769eb5532407b24ed3 2215 ibus-libzhuyin_1.6.99.20140929-1.dsc 1803c5227c729a856acf3a1519a02190f95301394d99714a7ff2b9e59318bc8b 81113 ibus-libzhuyin_1.6.99.20140929.orig.tar.gz 64eac7989c250ef5f415735c980e3b151c2b9b10ba6ffb523999af47c012fecc 2320 ibus-libzhuyin_1.6.99.20140929-1.debian.tar.xz dff5eb37cb512b85fef2260264aae120ac722df063d58aae638db537b9f01eaf 68074 ibus-libzhuyin_1.6.99.20140929-1_amd64.deb 52c27cf37b26b7cc916f26d5442747bdd3894654cb7be44357bf2caeb6274d75 619130 ibus-libzhuyin-dbg_1.6.99.20140929-1_amd64.deb Files: 1ee20334e33f5ecaf4b08a468b70dfc5 2215 utils optional ibus-libzhuyin_1.6.99.20140929-1.dsc 7ed10a449e97080958c611b98e78b64b 81113 utils optional ibus-libzhuyin_1.6.99.20140929.orig.tar.gz e65015c845058d874e8a96d6717d8d04 2320 utils optional ibus-libzhuyin_1.6.99.20140929-1.debian.tar.xz 34f5915b3e109c14e5393a18c5910fe5 68074 utils optional ibus-libzhuyin_1.6.99.20140929-1_amd64.deb 43abf659aa6267dd700dfbd85341593a 619130 debug extra ibus-libzhuyin-dbg_1.6.99.20140929-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUS9rWAAoJEB4TVogd2NeRAy8P/09KIJ7iIUZja76oulpjuarb jHzyso5JS8xrZNwkqBKMY8hjtHsyaKBGcMaSoykc7ABTpDoBBCk8jGDWMkUDPVlx 6L1ZncspxyfTooCkqlA58ZOM0B/ZjP4lWVrm7mU6esWFx47M0IGk4Qo7zYW6V6sG Pi0C3MlOlSv8MNAuAL0mKp6ReZf+SyqQa9T2roLiEOtlRAB62SU4/iEGM4wWzu+M dNpGzOIsQJFxWE/qWCd4l0LVKRYi+su319TWaHwTOQDmsBy3pUnEAlyQbDbxvC/a WHkToOGpBbZIHQG6j76LNM+Ueg8YV2yaFUqyu9TjdEuyR0dRzuXJDaXTMisbcDIu F0eUObo0W4A7eug8y4deKnXTLTBQnN8AYIwCDoKiflFEwlVMloUjAWCpmxhp1SPb 7B7mbXaS6dDvwSYVv9EI4cR0+K9RaopNKapaW1fFMiu/cPGcOjTlI9RZ6vhtuEEn z+MLpfk5Cu2bGoWSpreelpHEOkxDVjBI89MPhA7W6wuRMjwT4CkA43xPVL/7MoNO nGW1+OGx891nATv1r8D6q+osrOrQE/smyYsevLEdHCrBVX2nJvXyajW8M4HzP85I JwjMP98a7/eZmtpso3uMOFTmC71ZJKCjVQlidE71+eXkkwQjatPWVFZUZNFy+Fhu w2hlciROc5+w8ja2QPuH =OzjF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From anthony.wong at ubuntu.com Sun Oct 26 17:20:06 2014 From: anthony.wong at ubuntu.com (Anthony Wong) Date: Mon, 27 Oct 2014 01:20:06 +0800 Subject: [Pkg-ime-devel] FREEZE is Nov. 5th. In-Reply-To: <20141026161016.GA6291@goofy.local> References: <20141026152836.GA4852@goofy.local> <20141026161016.GA6291@goofy.local> Message-ID: On 27 October 2014 00:10, Osamu Aoki wrote: > On Sun, Oct 26, 2014 at 11:41:16PM +0800, Anthony Wong wrote: > > Hi Osamu and IME members, > > > > Just uploaded two new upstream updates for libcangjie and pycangjie to > > mentors.debian.net, really hope it can get in jessie if it's not too > late. > > If you or others can help sponsor them it will be very much appreciated. > > > > https://mentors.debian.net/package/libcangjie > > It is missing symbols. -dbg is not extra. > > I will fix and upload. Please include uploaded verion to VCS repo. > Thanks for sponsoring! Git updated with your fixes. Anthony > > > > https://mentors.debian.net/package/pycangjie > > OK, I need to install libcangjie in chroot. > > Osamu > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fourdollars at gmail.com Mon Oct 27 04:48:30 2014 From: fourdollars at gmail.com (Shih-Yuan Lee (FourDollars)) Date: Mon, 27 Oct 2014 12:48:30 +0800 Subject: [Pkg-ime-devel] Bug#758511: ITP: ibus-zhuyin -- IBus Zhuyin Input Method In-Reply-To: References: <20140818103225.8059.42035.reportbug@9020M> Message-ID: Hi Aron, I made a git branch for Debian at https://github.com/fourdollars/ibus-zhuyin/tree/debian. Please help to review it, thanks. It seems that I don't have the right to push it into https://anonscm.debian.org/git/pkg-ime/ibus-zhuyin.git. Regards, $4 On Mon, Aug 18, 2014 at 7:45 PM, Aron Xu wrote: > On Mon, Aug 18, 2014 at 7:41 PM, Shih-Yuan Lee (FourDollars) > wrote: > > Hi Aron, > > > > Sure. > > Please provide the relative information to me. > > > > Regards, > > $4 > > > > Please join https://alioth.debian.org/projects/pkg-ime/ > > And create git repository on it, for example the ibus one: > http://anonscm.debian.org/cgit/pkg-ime/ibus.git > > It would be appreciate to put pkg-ime as Maintainer, and yourself as > Uploaders. > > Thanks, > Aron Xu > -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at release.debian.org Mon Oct 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 27 Oct 2014 16:39:17 +0000 Subject: [Pkg-ime-devel] fcitx 1:4.2.8.5-2 MIGRATED to testing Message-ID: FYI: The status of the fcitx source package in Debian's testing distribution has changed. Previous version: 1:4.2.8.4-3 Current version: 1:4.2.8.5-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From fourdollars at gmail.com Tue Oct 28 12:11:20 2014 From: fourdollars at gmail.com (Shih-Yuan Lee (FourDollars)) Date: Tue, 28 Oct 2014 20:11:20 +0800 Subject: [Pkg-ime-devel] Bug#758511: ITP: ibus-zhuyin -- IBus Zhuyin Input Method In-Reply-To: References: <20140818103225.8059.42035.reportbug@9020M> Message-ID: Hi Aron, With czchen's help, I finally push my git repository into https://anonscm.debian.org/git/pkg-ime/ibus-zhuyin.git. What is the next step? Regards, $4 On Mon, Oct 27, 2014 at 12:48 PM, Shih-Yuan Lee (FourDollars) < fourdollars at gmail.com> wrote: > Hi Aron, > > I made a git branch for Debian at > https://github.com/fourdollars/ibus-zhuyin/tree/debian. > Please help to review it, thanks. > It seems that I don't have the right to push it into > https://anonscm.debian.org/git/pkg-ime/ibus-zhuyin.git. > > Regards, > $4 > > On Mon, Aug 18, 2014 at 7:45 PM, Aron Xu wrote: > >> On Mon, Aug 18, 2014 at 7:41 PM, Shih-Yuan Lee (FourDollars) >> wrote: >> > Hi Aron, >> > >> > Sure. >> > Please provide the relative information to me. >> > >> > Regards, >> > $4 >> > >> >> Please join https://alioth.debian.org/projects/pkg-ime/ >> >> And create git repository on it, for example the ibus one: >> http://anonscm.debian.org/cgit/pkg-ime/ibus.git >> >> It would be appreciate to put pkg-ime as Maintainer, and yourself as >> Uploaders. >> >> Thanks, >> Aron Xu >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From osamu at debian.org Tue Oct 28 13:06:27 2014 From: osamu at debian.org (Osamu Aoki) Date: Tue, 28 Oct 2014 22:06:27 +0900 Subject: [Pkg-ime-devel] Bug#758511: ITP: ibus-zhuyin -- IBus Zhuyin Input Method In-Reply-To: References: <20140818103225.8059.42035.reportbug@9020M> Message-ID: <20141028130627.GA18321@goofy.local> Hi, On Tue, Oct 28, 2014 at 08:11:20PM +0800, Shih-Yuan Lee (FourDollars) wrote: > Hi Aron, > > With czchen's help, I finally push my git repository into > https://anonscm.debian.org/git/pkg-ime/ibus-zhuyin.git. > What is the next step? Review minor adjustment in VCS (Added pristine-tar of upstream) sponsor upload continuous improvement See : https://people.debian.org/~osamu/maint-guide.html https://people.debian.org/~osamu/maint-guide.html#setup for how to work with chroot with git-buildpackage If you use this set up you should find things like: W: ibus-zhuyin source: out-of-date-standards-version 3.9.5 (current is 3.9.6) N: N: The source package refers to a Standards-Version older than the one that N: was current at the time the package was created (according to the N: timestamp of the latest debian/changelog entry). Please consider N: updating the package to current Policy and setting this control field N: appropriately. N: N: If the package is already compliant with the current standards, you N: don't have to re-upload the package just to adjust the Standards-Version N: control field. However, please remember to update this field next time N: you upload the package. N: N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the N: debian-policy package for a summary of changes in newer versions of N: Policy. N: N: Refer to https://www.debian.org/doc/debian-policy/upgrading-checklist N: for details. N: N: Severity: normal, Certainty: certain N: N: Check: standards-version, Type: source N: Other things arealso fixed in VCS. Osamu From ftpmaster at ftp-master.debian.org Tue Oct 28 13:10:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 28 Oct 2014 13:10:27 +0000 Subject: [Pkg-ime-devel] Processing of ibus-zhuyin_0.1.0-1_amd64.changes Message-ID: ibus-zhuyin_0.1.0-1_amd64.changes uploaded successfully to localhost along with the files: ibus-zhuyin_0.1.0-1.dsc ibus-zhuyin_0.1.0.orig.tar.xz ibus-zhuyin_0.1.0-1.debian.tar.xz ibus-zhuyin_0.1.0-1_amd64.deb ibus-zhuyin-dbg_0.1.0-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 28 13:19:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 28 Oct 2014 13:19:26 +0000 Subject: [Pkg-ime-devel] ibus-zhuyin_0.1.0-1_amd64.changes is NEW Message-ID: binary:ibus-zhuyin is NEW. binary:ibus-zhuyin-dbg is NEW. source:ibus-zhuyin is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed Oct 29 23:34:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Oct 2014 23:34:16 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.8.5-4_amd64.changes Message-ID: fcitx_4.2.8.5-4_amd64.changes uploaded successfully to localhost along with the files: fcitx_4.2.8.5-4.dsc fcitx_4.2.8.5-4.debian.tar.xz fcitx_4.2.8.5-4_all.deb fcitx-bin_4.2.8.5-4_amd64.deb fcitx-data_4.2.8.5-4_all.deb fcitx-libs_4.2.8.5-4_all.deb libfcitx-config4_4.2.8.5-4_amd64.deb libfcitx-core0_4.2.8.5-4_amd64.deb libfcitx-utils0_4.2.8.5-4_amd64.deb fcitx-libs-gclient_4.2.8.5-4_all.deb libfcitx-gclient0_4.2.8.5-4_amd64.deb fcitx-libs-qt_4.2.8.5-4_all.deb libfcitx-qt0_4.2.8.5-4_amd64.deb fcitx-libs-dev_4.2.8.5-4_amd64.deb gir1.2-fcitx-1.0_4.2.8.5-4_amd64.deb fcitx-dbg_4.2.8.5-4_amd64.deb fcitx-ui-classic_4.2.8.5-4_amd64.deb fcitx-frontend-all_4.2.8.5-4_all.deb fcitx-frontend-gtk2_4.2.8.5-4_amd64.deb fcitx-frontend-gtk3_4.2.8.5-4_amd64.deb fcitx-frontend-qt4_4.2.8.5-4_amd64.deb fcitx-pinyin_4.2.8.5-4_amd64.deb fcitx-qw_4.2.8.5-4_amd64.deb fcitx-table_4.2.8.5-4_amd64.deb fcitx-table-all_4.2.8.5-4_all.deb fcitx-table-bingchan_4.2.8.5-4_amd64.deb fcitx-table-cangjie_4.2.8.5-4_amd64.deb fcitx-table-dianbaoma_4.2.8.5-4_amd64.deb fcitx-table-erbi_4.2.8.5-4_amd64.deb fcitx-table-wanfeng_4.2.8.5-4_amd64.deb fcitx-table-wbpy_4.2.8.5-4_amd64.deb fcitx-table-wubi_4.2.8.5-4_amd64.deb fcitx-table-ziranma_4.2.8.5-4_amd64.deb fcitx-modules_4.2.8.5-4_amd64.deb fcitx-module-dbus_4.2.8.5-4_amd64.deb fcitx-module-x11_4.2.8.5-4_amd64.deb fcitx-module-lua_4.2.8.5-4_amd64.deb fcitx-module-kimpanel_4.2.8.5-4_amd64.deb fcitx-module-quickphrase-editor_4.2.8.5-4_amd64.deb fcitx-tools_4.2.8.5-4_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Oct 29 23:49:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Oct 2014 23:49:22 +0000 Subject: [Pkg-ime-devel] fcitx_4.2.8.5-4_amd64.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 30 Oct 2014 07:22:35 +0800 Source: fcitx Binary: fcitx fcitx-bin fcitx-data fcitx-libs libfcitx-config4 libfcitx-core0 libfcitx-utils0 fcitx-libs-gclient libfcitx-gclient0 fcitx-libs-qt libfcitx-qt0 fcitx-libs-dev gir1.2-fcitx-1.0 fcitx-dbg fcitx-ui-classic fcitx-frontend-all fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-frontend-qt4 fcitx-pinyin fcitx-qw fcitx-table fcitx-table-all fcitx-table-bingchan fcitx-table-cangjie fcitx-table-dianbaoma fcitx-table-erbi fcitx-table-wanfeng fcitx-table-wbpy fcitx-table-wubi fcitx-table-ziranma fcitx-modules fcitx-module-dbus fcitx-module-x11 fcitx-module-lua fcitx-module-kimpanel fcitx-module-quickphrase-editor fcitx-tools Architecture: source all amd64 Version: 1:4.2.8.5-4 Distribution: experimental Urgency: low Maintainer: IME Packaging Team Changed-By: Aron Xu Description: fcitx - Flexible Input Method Framework fcitx-bin - Flexible Input Method Framework - essential binaries fcitx-data - Flexible Input Method Framework - essential data files fcitx-dbg - Flexible Input Method Framework - debugging symbols fcitx-frontend-all - Flexible Input Method Framework - frontends metapackage fcitx-frontend-gtk2 - Flexible Input Method Framework - GTK+ 2 IM Module frontend fcitx-frontend-gtk3 - Flexible Input Method Framework - GTK+ 3 IM Module frontend fcitx-frontend-qt4 - Flexible Input Method Framework - Qt4 IM Module frontend fcitx-libs - Flexible Input Method Framework - metapackage for core libraries fcitx-libs-dev - Flexible Input Method Framework - library development files fcitx-libs-gclient - Flexible Input Method Framework - metapackage for Glib libraries fcitx-libs-qt - Flexible Input Method Framework - metapackage for Qt libraries fcitx-module-dbus - Flexible Input Method Framework - D-Bus module and IPC frontend fcitx-module-kimpanel - Flexible Input Method Framework - KIMPanel protocol module fcitx-module-lua - Flexible Input Method Framework - Lua module fcitx-module-quickphrase-editor - Flexible Input Method Framework - Quick Phrase editor module fcitx-module-x11 - Flexible Input Method Framework - X11 module and XIM frontend fcitx-modules - Flexible Input Method Framework - core modules fcitx-pinyin - Flexible Input Method Framework - classic Pinyin engine fcitx-qw - Flexible Input Method Framework - QuWei engine fcitx-table - Flexible Input Method Framework - table engine fcitx-table-all - Flexible Input Method Framework - tables metapackage fcitx-table-bingchan - Flexible Input Method Framework - Bingchan table fcitx-table-cangjie - Flexible Input Method Framework - Cangjie table fcitx-table-dianbaoma - Flexible Input Method Framework - Dianbaoma table fcitx-table-erbi - Flexible Input Method Framework - Erbi table fcitx-table-wanfeng - Flexible Input Method Framework - Wanfeng table fcitx-table-wbpy - Flexible Input Method Framework - WubiPinyin table fcitx-table-wubi - Flexible Input Method Framework - Wubi table fcitx-table-ziranma - Flexible Input Method Framework - Ziranma table fcitx-tools - Flexible Input Method Framework - various tools fcitx-ui-classic - Flexible Input Method Framework - Classic user interface gir1.2-fcitx-1.0 - Flexible Input Method Framework - GObject introspection libfcitx-config4 - Flexible Input Method Framework - configuration support library libfcitx-core0 - Flexible Input Method Framework - library of core funtions libfcitx-gclient0 - Flexible Input Method Framework - D-Bus client library for Glib libfcitx-qt0 - Flexible Input Method Framework - Meta package for Qt library libfcitx-utils0 - Flexible Input Method Framework - utility support library Changes: fcitx (1:4.2.8.5-4) experimental; urgency=low . * Add proper Breaks and Replaces (LP: #1387382) Checksums-Sha1: ad8c62accaa3bab0269069548810e6f8ca95e5c3 4683 fcitx_4.2.8.5-4.dsc c69ab5790bd82ab48ad7d72b1e33de04183821f3 22412 fcitx_4.2.8.5-4.debian.tar.xz 15fdabde6b9a112cba8a422520c8b7d6360f46fd 26180 fcitx_4.2.8.5-4_all.deb e948652b5033dc9da8a244992406cedf767494b1 61542 fcitx-bin_4.2.8.5-4_amd64.deb d0e83726db5ee2d3fd0c148b0b1d605453f7d61d 167476 fcitx-data_4.2.8.5-4_all.deb c07a144759a8645d5dbb6af60b1bf036ed9c542d 24702 fcitx-libs_4.2.8.5-4_all.deb 707283e84596cc7820151146b335e8ee3aeb221c 55698 libfcitx-config4_4.2.8.5-4_amd64.deb 5d62aaca0d2637a13107cb23e63135b930bc623f 76536 libfcitx-core0_4.2.8.5-4_amd64.deb a64eda46e00d1f3fd1650d2c4737e44c8c40d6a3 54930 libfcitx-utils0_4.2.8.5-4_amd64.deb 728f176d61f5b21e576299f66a58cd2cb5e2a246 24672 fcitx-libs-gclient_4.2.8.5-4_all.deb 3ff96e140298a221db7c459e14b4e460e7fdde37 40164 libfcitx-gclient0_4.2.8.5-4_amd64.deb 2cf50cce80d896898a1792b876a3fb989b1c2a3f 24672 fcitx-libs-qt_4.2.8.5-4_all.deb 662ca3aec09f8dc5de9933fe206ceeeac70ffaea 93408 libfcitx-qt0_4.2.8.5-4_amd64.deb 6cbbe09810a5e125928504cfc95327a29490014e 128402 fcitx-libs-dev_4.2.8.5-4_amd64.deb 33f1ca1d662093309c12df8a9e3954807457af49 30478 gir1.2-fcitx-1.0_4.2.8.5-4_amd64.deb d2b54fa55a46a689b6e0c65b73f7803c9c9ef485 4669338 fcitx-dbg_4.2.8.5-4_amd64.deb d0f2f0c3d9644aa4088dd1b3722b2d8f9156930d 134296 fcitx-ui-classic_4.2.8.5-4_amd64.deb e7e8d3da79a796254e9d4a1b774f015d248b4fb5 24650 fcitx-frontend-all_4.2.8.5-4_all.deb 221ecef5ab83999363b39692d33379b8429a74c6 35032 fcitx-frontend-gtk2_4.2.8.5-4_amd64.deb 1bb63c92ae184b4d34d67460912e2dffa6ddae2a 35764 fcitx-frontend-gtk3_4.2.8.5-4_amd64.deb 15c01d8052f9bc42c0160e42d96ddfeee930357c 58996 fcitx-frontend-qt4_4.2.8.5-4_amd64.deb e43ddca08a81f5333a4ccc16945c4ecd0ced082d 2078964 fcitx-pinyin_4.2.8.5-4_amd64.deb 661b9e3fa44f9d18524a4034d97de130dcc34d6d 28418 fcitx-qw_4.2.8.5-4_amd64.deb e00e98a327d9d344272402f5bc9270635206e62a 65792 fcitx-table_4.2.8.5-4_amd64.deb 1203c23911559139457593893bf67267fdec7a46 24706 fcitx-table-all_4.2.8.5-4_all.deb 3d2fe66e4b4a2f19577f0c4c1e8bd29536394be9 129686 fcitx-table-bingchan_4.2.8.5-4_amd64.deb 5f5877ba3c9afa381f7ed7dd4fe8aeb3139c14d0 47156 fcitx-table-cangjie_4.2.8.5-4_amd64.deb c469ebfb0530080800d5724d68e8ea5f4139a135 37834 fcitx-table-dianbaoma_4.2.8.5-4_amd64.deb 0436c849ba503a87366fb8eb78d39a561f76105b 385354 fcitx-table-erbi_4.2.8.5-4_amd64.deb 101d757d3aa1e90e2b22b8db2c3d073cc5c63c91 520772 fcitx-table-wanfeng_4.2.8.5-4_amd64.deb 0e1407d2c8782fd68719f6e37084b8c1c8d4be75 1663554 fcitx-table-wbpy_4.2.8.5-4_amd64.deb f1c63feeba0a5ba4788c4d443abc1806f6a8096b 518142 fcitx-table-wubi_4.2.8.5-4_amd64.deb 861f4072bd8d682f1aad0dd8f20673eb4bb283df 326952 fcitx-table-ziranma_4.2.8.5-4_amd64.deb 9cca7d275a4d0ea5a6f881fa53960b27d505569d 1449518 fcitx-modules_4.2.8.5-4_amd64.deb 8ce4a5bd2be5a79c14ce5a15bfe7e64ff600d2f1 50020 fcitx-module-dbus_4.2.8.5-4_amd64.deb 22e0b197275af16a5bc6af904b73f4fc260b67c9 105206 fcitx-module-x11_4.2.8.5-4_amd64.deb 5577ac78835711634f1138ffbf864b9aab54e61e 38180 fcitx-module-lua_4.2.8.5-4_amd64.deb cf0b552a661f37025dae4b3c70d699fefd9ef0b2 38940 fcitx-module-kimpanel_4.2.8.5-4_amd64.deb 8ac1228866df9b9206231b55c05b2d5f237733e2 63164 fcitx-module-quickphrase-editor_4.2.8.5-4_amd64.deb f499ba5e48ccab33882604bce212ab2b2a218d08 96974 fcitx-tools_4.2.8.5-4_amd64.deb Checksums-Sha256: f9cddc7741ace0074bc6b25f27bc33a82f17fbaf02adb3099a2f3c89190af00b 4683 fcitx_4.2.8.5-4.dsc 100651b1e9f814fce993c0ace7fabe47117e06cc26474d9ef8d7936c18019bb6 22412 fcitx_4.2.8.5-4.debian.tar.xz 33cc428b639a4549f5be8d64a7f4dc6b300b026aed1eb793297ea2375a11b4c4 26180 fcitx_4.2.8.5-4_all.deb ccc1ea60ff179755fe37aaabf63f6c1a0b7eba2efdebce2646edd9ce63e8752c 61542 fcitx-bin_4.2.8.5-4_amd64.deb 91ec4811b0c485f31a8d9744dd58f2a33a1d5508ad55c083d4642189c2269832 167476 fcitx-data_4.2.8.5-4_all.deb 5e64e31bf296e76048e28f819738c8c31fc988775a8e92f320a83b347440cdc3 24702 fcitx-libs_4.2.8.5-4_all.deb 2148ebdf54a232625470c835f698fa9574b639b1a8441465ebc1735b16f58993 55698 libfcitx-config4_4.2.8.5-4_amd64.deb c90ba2a3a418d1954fa36d683262cdf8ce7b978d7cb4d1a0e91240320cfca5ec 76536 libfcitx-core0_4.2.8.5-4_amd64.deb 5e2e59ed5688bd05caf6c54324c41f865950df9d6ad19d209f99a103afa33bc2 54930 libfcitx-utils0_4.2.8.5-4_amd64.deb dd19d6d1a58e2d5739cbb7c02ad37effc793c91a9b6d38aaae779d255c159c3d 24672 fcitx-libs-gclient_4.2.8.5-4_all.deb d7e57a844174dc95cb14311e9c060bb985a76b9f0fb9f6a454eb9a24d9dba5a7 40164 libfcitx-gclient0_4.2.8.5-4_amd64.deb d40073580ee91be6832da124f31ccf41cf11f446cfa981104dc5050338ec61f6 24672 fcitx-libs-qt_4.2.8.5-4_all.deb eb1a9070cba8adc37732a137ef32bed161f2c28575a54af9a3a4e5cfa4de1fd1 93408 libfcitx-qt0_4.2.8.5-4_amd64.deb b2570dabcf3b660902f2e346c705e0b11984fdc3bf05cfe4e8ad76a1c6c8e073 128402 fcitx-libs-dev_4.2.8.5-4_amd64.deb e76e2437e5eab5d7fb24f5e802ac4e213494558001083b118791092bdde34672 30478 gir1.2-fcitx-1.0_4.2.8.5-4_amd64.deb 8e76bb1d10434e25430df08e70568fb93b42287d7527d6ceaf1be4132ca50de2 4669338 fcitx-dbg_4.2.8.5-4_amd64.deb c2c7314928ef48c61cd38f55780aa1e8348ed6be76fdfce44d4ccb48946ed6c0 134296 fcitx-ui-classic_4.2.8.5-4_amd64.deb 56ba3147509ecbbcab4245eb0ee5ea2990cb0bcd9f949bb15d302a866d8bcefa 24650 fcitx-frontend-all_4.2.8.5-4_all.deb a1befb16f620af78035d070205f2e721f26e612d76dacbd42fbb36405a433dae 35032 fcitx-frontend-gtk2_4.2.8.5-4_amd64.deb a50bdae8a13daf43dafa4d21acb6ccf0074b7d3a5328424ec065e93ebcab36db 35764 fcitx-frontend-gtk3_4.2.8.5-4_amd64.deb d69238f6e6cdb050076c558bac03ed48c01e5506c6964bba0b4360c9539c1080 58996 fcitx-frontend-qt4_4.2.8.5-4_amd64.deb 8c5861446dc327d1618e3d76e836cbfa42ca3312759a8b343eb032d8e408e90c 2078964 fcitx-pinyin_4.2.8.5-4_amd64.deb 44c490fd6af9b00e71b241792597cabcf9d1bf069d2c8d1f62b19b0eaa32cecd 28418 fcitx-qw_4.2.8.5-4_amd64.deb cef5b90a38d8ba3b8811e1a0badf5a029efc875e983d32a5219411297e50b60b 65792 fcitx-table_4.2.8.5-4_amd64.deb 207ad9a870b491771cedd8556ff1bee59eb87ea447f96cc0d380b8445cf41b49 24706 fcitx-table-all_4.2.8.5-4_all.deb 30c56f4f0ca5c9d111a6429c7c6e4273b8bb3f427fa3b42e748e6050a6f91d48 129686 fcitx-table-bingchan_4.2.8.5-4_amd64.deb 9355061331d84bbae7d8256b1fbf41a4d387dbc474a81395063efa972823014a 47156 fcitx-table-cangjie_4.2.8.5-4_amd64.deb 211c961af997802bbd870396877d044a3288078793f1951c4f81836902d1435d 37834 fcitx-table-dianbaoma_4.2.8.5-4_amd64.deb 43bbb8c3309f974c8c631b3e32ab08078fc9ae08892b5f39be0499bbe7d1c924 385354 fcitx-table-erbi_4.2.8.5-4_amd64.deb d1f85f1186b76e54f3d21202fda1788f5604ce271cd5c063f7a9f1c12d8f979a 520772 fcitx-table-wanfeng_4.2.8.5-4_amd64.deb f8df782ae3532e4eefb992c7d4ea258ff6ef94e803d3ed581c71daf3237eaa36 1663554 fcitx-table-wbpy_4.2.8.5-4_amd64.deb e5a5b344ead493b5d81b7f854d4cd920c82bf4debda74a92d305fa2d86dfa47a 518142 fcitx-table-wubi_4.2.8.5-4_amd64.deb 442d0291046bd37b0b400c55ee65ae86aa086ea4233a422133c3aac45d0bb3d9 326952 fcitx-table-ziranma_4.2.8.5-4_amd64.deb 49a58b33335d807f888f0055d1c788b42c245b8e464f9fa3af931e56ca12fbff 1449518 fcitx-modules_4.2.8.5-4_amd64.deb 62f54b4d610e5763d3807de04abddce058ff6bf1ab37beb8c035e618729bccfe 50020 fcitx-module-dbus_4.2.8.5-4_amd64.deb b32088badb2632dde82ef26e0fb1a2d1488fe4c0adf01072bd9c93440b3df627 105206 fcitx-module-x11_4.2.8.5-4_amd64.deb 6d8528a1302b3e8f3bea9f2122eb535e5d9ddef8b255d5d934c3ddcb3adaf9a4 38180 fcitx-module-lua_4.2.8.5-4_amd64.deb ce1449144bd7d4da6486ff8d576e79d42273c8e4f21c659e8fa60c22cd2fe0e3 38940 fcitx-module-kimpanel_4.2.8.5-4_amd64.deb 48e69fef831bf0e375d2e87c008743be1faee4049fc96a6ce03e41247a7a8c39 63164 fcitx-module-quickphrase-editor_4.2.8.5-4_amd64.deb 7c6dd8b47f9ce57845be672b862faaa23fda6877a9756fe3ee97487cf3c6c1ae 96974 fcitx-tools_4.2.8.5-4_amd64.deb Files: c764ecef1347fd964a29f8d2a3e5684a 4683 utils optional fcitx_4.2.8.5-4.dsc 0866c545d57e8839bfeaf5c427f4620e 22412 utils optional fcitx_4.2.8.5-4.debian.tar.xz aa5e97871407084f9848790bced6e78e 26180 utils optional fcitx_4.2.8.5-4_all.deb 15b9e02c1edf9e0c3eeb691faf5e549a 61542 utils optional fcitx-bin_4.2.8.5-4_amd64.deb e71536c175e0f077bfe5bbb252b90ae7 167476 utils optional fcitx-data_4.2.8.5-4_all.deb 566b181094f756875526a9cf143c07c4 24702 libs optional fcitx-libs_4.2.8.5-4_all.deb b072e5fe552c21a27f183ad685a08b01 55698 libs optional libfcitx-config4_4.2.8.5-4_amd64.deb 26ff2aee99adc6f578357be80723797c 76536 libs optional libfcitx-core0_4.2.8.5-4_amd64.deb fd6472fe1b6b373ab3edc9ce106a043b 54930 libs optional libfcitx-utils0_4.2.8.5-4_amd64.deb 1e8e901deb9a917213ff226d59cc5213 24672 libs optional fcitx-libs-gclient_4.2.8.5-4_all.deb 321d3b2e56ff80218060fc6ac8d7e998 40164 libs optional libfcitx-gclient0_4.2.8.5-4_amd64.deb 32d41b56e31f040ee4efe3367936dab4 24672 libs optional fcitx-libs-qt_4.2.8.5-4_all.deb 43d5ad6f0a0f13035dc3cf11882c2fc7 93408 libs optional libfcitx-qt0_4.2.8.5-4_amd64.deb 779cc5f15662b8d39ecd933f8dacc6ff 128402 libdevel optional fcitx-libs-dev_4.2.8.5-4_amd64.deb a25790b232539e1601ff69e6ceef52e1 30478 introspection optional gir1.2-fcitx-1.0_4.2.8.5-4_amd64.deb e5f7c4569bd6b1ad534a293bafb25031 4669338 debug extra fcitx-dbg_4.2.8.5-4_amd64.deb 65c7589e7ee2d33557636a789792c06c 134296 utils optional fcitx-ui-classic_4.2.8.5-4_amd64.deb 35878f5cec386da1f95e0eb90c10ced3 24650 utils optional fcitx-frontend-all_4.2.8.5-4_all.deb b89e97bf2cd1c9bd0507c131aa817892 35032 utils optional fcitx-frontend-gtk2_4.2.8.5-4_amd64.deb 545bf279d1410f2b646c066eddc1e182 35764 utils optional fcitx-frontend-gtk3_4.2.8.5-4_amd64.deb 42a445139424b19894b15de084f4c744 58996 utils optional fcitx-frontend-qt4_4.2.8.5-4_amd64.deb 9edceff9817649e72ae1127f2d5f66a5 2078964 utils optional fcitx-pinyin_4.2.8.5-4_amd64.deb f686e540e4226d2760258c39d45bfa1f 28418 utils optional fcitx-qw_4.2.8.5-4_amd64.deb 2ea8ccd16a7c62873d381f7bd6ae40bc 65792 utils optional fcitx-table_4.2.8.5-4_amd64.deb 5e33b65e564feeda0a9d1b80f89638a2 24706 utils optional fcitx-table-all_4.2.8.5-4_all.deb 84c9458d3ecca67e5c4fcfdccb7206fb 129686 utils optional fcitx-table-bingchan_4.2.8.5-4_amd64.deb 5e893b36c2b15337d572b70fe94d5658 47156 utils optional fcitx-table-cangjie_4.2.8.5-4_amd64.deb f1f80bbe5182c3798aa3e820046e4528 37834 utils optional fcitx-table-dianbaoma_4.2.8.5-4_amd64.deb d98e840edac15026f1154a61cd82b9be 385354 utils optional fcitx-table-erbi_4.2.8.5-4_amd64.deb 0322f293a3afb1430a4d279a137f6bef 520772 utils optional fcitx-table-wanfeng_4.2.8.5-4_amd64.deb 924d4a95ffacbfb1ffaa56453fe6bc5f 1663554 utils optional fcitx-table-wbpy_4.2.8.5-4_amd64.deb 2bf7db3ffd14aca5459bd1f194906f13 518142 utils optional fcitx-table-wubi_4.2.8.5-4_amd64.deb d111f93c84a6e53cabe87ae8cc402e28 326952 utils optional fcitx-table-ziranma_4.2.8.5-4_amd64.deb cb6698b6bd701b806285626d980ed6eb 1449518 utils optional fcitx-modules_4.2.8.5-4_amd64.deb e7eec7668768e37d0e5e08fb7bd9b839 50020 utils optional fcitx-module-dbus_4.2.8.5-4_amd64.deb 5952d95ffa3c1d787fa41973a2badb4f 105206 utils optional fcitx-module-x11_4.2.8.5-4_amd64.deb 81494057c8a8847c7a94c89abed5f1a4 38180 utils optional fcitx-module-lua_4.2.8.5-4_amd64.deb 8aef793d75b4a543c5ba33104ffa9289 38940 utils optional fcitx-module-kimpanel_4.2.8.5-4_amd64.deb 934a1fd852b8d1716853910eecbed4f4 63164 utils optional fcitx-module-quickphrase-editor_4.2.8.5-4_amd64.deb 002d2e19653f47975d32ef2a72d92569 96974 utils optional fcitx-tools_4.2.8.5-4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJUUXjNAAoJEMOOgWCheEH+b7EQAJWDapuzJnwSDKQFItjs3RwK zJWsFwcNamXRfR0tVVUDw+twe5jPWqpH9NIdFYdQxOYQ3J+aIexfUw5odMa6xP4L NopFebFf0nMoN74nUwU/tGgwRdAknjOCsF0V0+6P7UJyt5bv8RIhl2rtTqwxVELD xk6RYMuscOj5I6ASFyMCe2GOyuVDvl37Y/mYgJGLHy1gttzAJ/EAp/iwOTinhMlz J8B7qPjCo9QtSab2leiZtMctFC6ioeLl5ZqK1S9xMh/w/Z3hlaWYvREepzMYU4KP EMAbosfHcdlxqVpZN2fbqBF0+TLBTo/LJ/JhPNDWVPlGgV7knhp/GoeRgfnsRc0x 6GczcmcRWcwImPpikmBd34LeB2ojw9Thd0AlQsH6yEhbcgdj3k/ePGF+EKMgnxBA 25GL+Dgmj9ODSk94AoLumUUi+5B+lUdyun3qS2XccYrk1iglPH9rO8nubw1gt450 wiJGw1GFz16jM6s7DWFtj1FR3kC08rPR8BogAEoTaZKgdcm/UOfhRYQvFajoK5Zc /vlNlQtX/DbmMxTBcPtO9NgqE/Vcy+g+7n/YEyWL/dKQ1iMkwcVR7W69mk7IyLNM gs+Wulk/PEmuWH4AHIcgVpmXYNP2paTiEWJ3AINCewzUlknymRdy5zM3yaqL9wY3 U3iTjvFJiF2CSv9Ai/K/ =1wIr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Fri Oct 31 12:18:15 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 31 Oct 2014 12:18:15 +0000 Subject: [Pkg-ime-devel] Processed: bug 716196 is forwarded to https://github.com/BYVoid/OpenCC/issues/80 References: <1414757799-330-bts-osamu@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 716196 https://github.com/BYVoid/OpenCC/issues/80 Bug #716196 [opencc] [Mayhem] Bug report on opencc: opencc_dict crashes with exit status 139 Set Bug forwarded-to-address to 'https://github.com/BYVoid/OpenCC/issues/80'. > thanks Stopping processing here. Please contact me if you need assistance. -- 716196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716196 Debian Bug Tracking System Contact owner at bugs.debian.org with problems