From owner at bugs.debian.org Wed Jul 1 15:39:11 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 01 Jul 2015 15:39:11 +0000 Subject: [Pkg-ime-devel] Processed: merge, same bugs References: <20150701153452.GE16050@jirafa.cyrius.com> Message-ID: Processing commands for control at bugs.debian.org: > merge 727479 744482 Bug #727479 [src:openvanilla-modules] openvanilla-modules: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 Bug #744482 [src:openvanilla-modules] openvanilla-modules: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4 Merged 727479 744482 > -- Stopping processing here. Please contact me if you need assistance. -- 727479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727479 744482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744482 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From doko at debian.org Fri Jul 3 13:12:03 2015 From: doko at debian.org (Matthias Klose) Date: Fri, 03 Jul 2015 13:12:03 +0000 Subject: [Pkg-ime-devel] Bug#791158: libpyzy: library transition may be needed when GCC 5 is the default Message-ID: Package: src:libpyzy Version: 1.0.1-4 Severity: important Tags: sid stretch User: debian-gcc at lists.debian.org Usertags: libstdc++-cxx11 Background [1]: libstdc++6 introduces a new ABI to conform to the C++11 standard, but keeps the old ABI to not break existing binaries. Packages which are built with g++-5 from experimental (not the one from testing/unstable) are using the new ABI. Libraries built from this source package export some of the new __cxx11 or B5cxx11 symbols, and dropping other symbols. If these symbols are part of the API of the library, then this rebuild with g++-5 will trigger a transition for the library. What is needed: - Rebuild the library using g++/g++-5 from experimental. Note that most likely all C++ libraries within the build dependencies need a rebuild too. You can find the log for a rebuild in https://people.debian.org/~doko/logs/gcc5-20150701/ Search for "BEGIN GCC CXX11" in the log. - Decide if the symbols matching __cxx11 or B5cxx11 are part of the library API, and are used by the reverse dependencies of the library. - If there are no symbols matching __cxx11 or B5cxx11 in the symbols forming the library API, you should close this issue with a short explanation. - If there are no reverse dependencies, it should be the package maintainers decision if a transition is needed. However this might break software which is not in the Debian archive, and built against these packages. - If a library transition is needed, please prepare for the change. Rename the library package, append "v5" to the name of the package (e.g. libfoo2 -> libfoo2v5). Such a change can be avoided, if you have a soversion bump and you upload this version instead of the renamed package. Prepare a patch and attach it to this issue (mark this issue with patch), so that it is possible to NMU such a package. We'll probably have more than hundred transitions triggered. Then reassign the issue to release.debian.org and properly tag it as a transition issue, by sending an email to control at bugs.debian.org: user release.debian.org at packages.debian.org usertag + transition block by 790756 reassign release.debian.org - If unsure if a transition is needed, please tag the issue with help to ask for feedback from other Debian developers. The libstdc++6 transition will be a large one, and it will come with a lot of pain. Please help it by preparing the follow-up transitions. [1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition From doko at debian.org Fri Jul 3 13:12:25 2015 From: doko at debian.org (Matthias Klose) Date: Fri, 03 Jul 2015 13:12:25 +0000 Subject: [Pkg-ime-devel] Bug#791178: libucimf: library transition may be needed when GCC 5 is the default Message-ID: Package: src:libucimf Version: 2.3.8-6 Severity: important Tags: sid stretch User: debian-gcc at lists.debian.org Usertags: libstdc++-cxx11 Background [1]: libstdc++6 introduces a new ABI to conform to the C++11 standard, but keeps the old ABI to not break existing binaries. Packages which are built with g++-5 from experimental (not the one from testing/unstable) are using the new ABI. Libraries built from this source package export some of the new __cxx11 or B5cxx11 symbols, and dropping other symbols. If these symbols are part of the API of the library, then this rebuild with g++-5 will trigger a transition for the library. What is needed: - Rebuild the library using g++/g++-5 from experimental. Note that most likely all C++ libraries within the build dependencies need a rebuild too. You can find the log for a rebuild in https://people.debian.org/~doko/logs/gcc5-20150701/ Search for "BEGIN GCC CXX11" in the log. - Decide if the symbols matching __cxx11 or B5cxx11 are part of the library API, and are used by the reverse dependencies of the library. - If there are no symbols matching __cxx11 or B5cxx11 in the symbols forming the library API, you should close this issue with a short explanation. - If there are no reverse dependencies, it should be the package maintainers decision if a transition is needed. However this might break software which is not in the Debian archive, and built against these packages. - If a library transition is needed, please prepare for the change. Rename the library package, append "v5" to the name of the package (e.g. libfoo2 -> libfoo2v5). Such a change can be avoided, if you have a soversion bump and you upload this version instead of the renamed package. Prepare a patch and attach it to this issue (mark this issue with patch), so that it is possible to NMU such a package. We'll probably have more than hundred transitions triggered. Then reassign the issue to release.debian.org and properly tag it as a transition issue, by sending an email to control at bugs.debian.org: user release.debian.org at packages.debian.org usertag + transition block by 790756 reassign release.debian.org - If unsure if a transition is needed, please tag the issue with help to ask for feedback from other Debian developers. The libstdc++6 transition will be a large one, and it will come with a lot of pain. Please help it by preparing the follow-up transitions. [1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition From doko at debian.org Fri Jul 3 13:15:11 2015 From: doko at debian.org (Matthias Klose) Date: Fri, 03 Jul 2015 13:15:11 +0000 Subject: [Pkg-ime-devel] Bug#791322: zinnia: library transition may be needed when GCC 5 is the default Message-ID: Package: src:zinnia Version: 0.06-2 Severity: important Tags: sid stretch User: debian-gcc at lists.debian.org Usertags: libstdc++-cxx11 Background [1]: libstdc++6 introduces a new ABI to conform to the C++11 standard, but keeps the old ABI to not break existing binaries. Packages which are built with g++-5 from experimental (not the one from testing/unstable) are using the new ABI. Libraries built from this source package export some of the new __cxx11 or B5cxx11 symbols, and dropping other symbols. If these symbols are part of the API of the library, then this rebuild with g++-5 will trigger a transition for the library. What is needed: - Rebuild the library using g++/g++-5 from experimental. Note that most likely all C++ libraries within the build dependencies need a rebuild too. You can find the log for a rebuild in https://people.debian.org/~doko/logs/gcc5-20150701/ Search for "BEGIN GCC CXX11" in the log. - Decide if the symbols matching __cxx11 or B5cxx11 are part of the library API, and are used by the reverse dependencies of the library. - If there are no symbols matching __cxx11 or B5cxx11 in the symbols forming the library API, you should close this issue with a short explanation. - If there are no reverse dependencies, it should be the package maintainers decision if a transition is needed. However this might break software which is not in the Debian archive, and built against these packages. - If a library transition is needed, please prepare for the change. Rename the library package, append "v5" to the name of the package (e.g. libfoo2 -> libfoo2v5). Such a change can be avoided, if you have a soversion bump and you upload this version instead of the renamed package. Prepare a patch and attach it to this issue (mark this issue with patch), so that it is possible to NMU such a package. We'll probably have more than hundred transitions triggered. Then reassign the issue to release.debian.org and properly tag it as a transition issue, by sending an email to control at bugs.debian.org: user release.debian.org at packages.debian.org usertag + transition block by 790756 reassign release.debian.org - If unsure if a transition is needed, please tag the issue with help to ask for feedback from other Debian developers. The libstdc++6 transition will be a large one, and it will come with a lot of pain. Please help it by preparing the follow-up transitions. [1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition From czchen at gmail.com Fri Jul 3 16:55:00 2015 From: czchen at gmail.com (ChangZhuo Chen (=?UTF-8?Q?=E9=99=B3=E6=98=8C=E5=80=AC?=)) Date: Sat, 4 Jul 2015 00:55:00 +0800 Subject: [Pkg-ime-devel] Bug#791178: Bug#791178: libucimf: library transition may be needed when GCC 5 is the default In-Reply-To: References: Message-ID: <20150703165500.GB1344@gmail.com> On Fri, Jul 03, 2015 at 01:12:25PM +0000, Matthias Klose wrote: > Package: src:libucimf > Version: 2.3.8-6 > Severity: important > Tags: sid stretch > User: debian-gcc at lists.debian.org > Usertags: libstdc++-cxx11 > > Background [1]: libstdc++6 introduces a new ABI to conform to the > C++11 standard, but keeps the old ABI to not break existing binaries. > Packages which are built with g++-5 from experimental (not the one > from testing/unstable) are using the new ABI. Libraries built from > this source package export some of the new __cxx11 or B5cxx11 symbols, > and dropping other symbols. If these symbols are part of the API of > the library, then this rebuild with g++-5 will trigger a transition > for the library. > > What is needed: > > - Rebuild the library using g++/g++-5 from experimental. Note that > most likely all C++ libraries within the build dependencies need > a rebuild too. You can find the log for a rebuild in > https://people.debian.org/~doko/logs/gcc5-20150701/ > Search for "BEGIN GCC CXX11" in the log. I use the following command to find problemic symbols. objdump -T usr/lib/x86_64-linux-gnu/libucimf.so.0.0.0|egrep '__cxx11|B5cxx11'|grep -v '*UND*'|c++filt The following is result: 000000000000afd0 g DF .text 0000000000000080 Base ustring::ustring(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&) 000000000000afd0 g DF .text 0000000000000080 Base ustring::ustring(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&) 000000000000aca0 g DF .text 0000000000000154 Base ustring::out[abi:cxx11](char const*) const 000000000000a9b0 w DF .text 000000000000005a Base std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, std::__cxx11::basic_string, std::allocator > >, std::_Select1st, std::allocator > const, std::__cxx11::basic_string, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::__cxx11::basic_string, std::allocator > > > >::_M_erase(std::_Rb_tree_node, std::allocator > const, std::__cxx11::basic_string, std::allocator > > >*) 000000000000aa10 w DF .text 0000000000000290 Base std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, std::__cxx11::basic_string, std::allocator > >, std::_Select1st, std::allocator > const, std::__cxx11::basic_string, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::__cxx11::basic_string, std::allocator > > > >::_M_insert_unique(std::pair, std::allocator > const, std::__cxx11::basic_string, std::allocator > > const&) Since the depends fbterm-ucimf does not use these symbols, libucimf matches the following scenario. > - If there are no reverse dependencies, it should be the package > maintainers decision if a transition is needed. However this might > break software which is not in the Debian archive, and built > against these packages. So we do not necessary to do the transition, right? -- 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 Sat Jul 4 02:37:17 2015 From: czchen at gmail.com (ChangZhuo Chen =?utf-8?B?KOmZs+aYjOWArCk=?=) Date: Sat, 4 Jul 2015 10:37:17 +0800 Subject: [Pkg-ime-devel] opencc transition Message-ID: <20150704023717.GA31810@gmail.com> Hi all, Is there any schedule on opencc transition [0]? The latest version of ibus-libzhuyin needs opencc >= 1.0.0 which is still in experimental only. [0] https://release.debian.org/transitions/html/auto-opencc.html -- 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 Sun Jul 5 04:39:05 2015 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 05 Jul 2015 04:39:05 +0000 Subject: [Pkg-ime-devel] ucimf-sunpinyin is marked for autoremoval from testing Message-ID: ucimf-sunpinyin 0.4-2 is marked for autoremoval from testing on 2015-08-10 It (build-)depends on packages with these RC bugs: 790287: sunpinyin: FTBFS: pod2man error (no name given for document) From noreply at release.debian.org Sun Jul 5 04:39:05 2015 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 05 Jul 2015 04:39:05 +0000 Subject: [Pkg-ime-devel] ibus-sunpinyin is marked for autoremoval from testing Message-ID: ibus-sunpinyin 2.0.3-5 is marked for autoremoval from testing on 2015-08-10 It (build-)depends on packages with these RC bugs: 790287: sunpinyin: FTBFS: pod2man error (no name given for document) From noreply at release.debian.org Sun Jul 5 04:39:05 2015 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 05 Jul 2015 04:39:05 +0000 Subject: [Pkg-ime-devel] xsunpinyin is marked for autoremoval from testing Message-ID: xsunpinyin 2.0.3-4 is marked for autoremoval from testing on 2015-08-10 It (build-)depends on packages with these RC bugs: 790287: sunpinyin: FTBFS: pod2man error (no name given for document) From noreply at release.debian.org Sun Jul 5 04:39:05 2015 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 05 Jul 2015 04:39:05 +0000 Subject: [Pkg-ime-devel] fcitx-sunpinyin is marked for autoremoval from testing Message-ID: fcitx-sunpinyin 0.4.1-1 is marked for autoremoval from testing on 2015-08-10 It (build-)depends on packages with these RC bugs: 790287: sunpinyin: FTBFS: pod2man error (no name given for document) From noreply at release.debian.org Sun Jul 5 04:39:05 2015 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 05 Jul 2015 04:39:05 +0000 Subject: [Pkg-ime-devel] open-gram is marked for autoremoval from testing Message-ID: open-gram 0.1.22+20131212-1 is marked for autoremoval from testing on 2015-08-10 It (build-)depends on packages with these RC bugs: 790287: sunpinyin: FTBFS: pod2man error (no name given for document) From noreply at release.debian.org Sun Jul 5 04:39:05 2015 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 05 Jul 2015 04:39:05 +0000 Subject: [Pkg-ime-devel] sunpinyin is marked for autoremoval from testing Message-ID: sunpinyin 2.0.3+git20140127-1.1 is marked for autoremoval from testing on 2015-08-10 It is affected by these RC bugs: 790287: sunpinyin: FTBFS: pod2man error (no name given for document) From aron at debian.org Sun Jul 5 04:49:44 2015 From: aron at debian.org (Aron Xu) Date: Sun, 5 Jul 2015 12:49:44 +0800 Subject: [Pkg-ime-devel] opencc transition In-Reply-To: <20150704023717.GA31810@gmail.com> References: <20150704023717.GA31810@gmail.com> Message-ID: Hi, No schedule at the moment, but I'll be working on that shortly. Cheers, Aron On Sat, Jul 4, 2015 at 10:37 AM, ChangZhuo Chen (???) wrote: > Hi all, > > Is there any schedule on opencc transition [0]? The latest version of > ibus-libzhuyin needs opencc >= 1.0.0 which is still in experimental > only. > > > [0] https://release.debian.org/transitions/html/auto-opencc.html > -- > ChangZhuo Chen (???) > http://czchen.info/ > Key fingerprint = EC9F 905D 866D BE46 A896 C827 BE0C 9242 03F4 552D > > _______________________________________________ > 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 culu.gyx at gmail.com Sun Jul 5 19:16:33 2015 From: culu.gyx at gmail.com (Guo Yixuan) Date: Sun, 5 Jul 2015 15:16:33 -0400 Subject: [Pkg-ime-devel] Bug#790287: Bug#790287: sunpinyin: FTBFS: pod2man error (no name given for document) In-Reply-To: <159501085.hmYk73jXkR@frobozz> References: <159501085.hmYk73jXkR@frobozz> Message-ID: Hello On Sat, Jun 27, 2015 at 5:12 PM, Daniel Schepler wrote: > Source: sunpinyin > Version: 2.0.3+git20140127-1.1 > Severity: serious > > From my pbuilder build log: > > ... > g++ -o src/ime-core/userdict.os -c -g -O2 -fstack-protector-strong > -Wformat -Werror=format-security -pipe -fPIC -DHAVE_CONFIG_H > -DSUNPINYIN_DATA_DIR='"/usr/lib/x86_64-linux-gnu/sunpinyin/data"' -I. -Isrc > -Isrc/ime-core -Isrc/lexicon -Isrc/pinyin -Isrc/slm -Isrc/slm/slmbuild > -Isrc/slm/ids2ngram -Isrc/slm/tslminfo -Isrc/slm/mmseg -Isrc/slm/thread > -Isrc/slm/tslmpack -Isrc/slm/slmprune -Isrc/slm/slminfo -Isrc/slm/tools > -Isrc/slm/slmseg -Isrc/slm/tslmendian -Isrc/slm/getwordfreq > src/ime-core/userdict.cpp > g++ -o libsunpinyin.so.3.0 -Wl,-z,relro -Wl,-soname=libsunpinyin.so.3 > -shared src/portability.os src/slm/slm.os src/lexicon/pytrie.os > src/pinyin/pinyin_data.os src/pinyin/pinyin_seg.os > src/pinyin/shuangpin_data.os src/pinyin/shuangpin_seg.os > src/pinyin/hunpin_seg.os src/ime-core/imi_context.os > src/ime-core/imi_data.os src/ime-core/lattice_states.os > src/ime-core/imi_view.os src/ime-core/imi_uiobjects.os > src/ime-core/imi_view_classic.os src/ime-core/imi_winHandler.os > src/ime-core/ic_history.os src/ime-core/imi_funcobjs.os > src/ime-core/imi_options.os src/ime-core/imi_option_event.os > src/ime-core/userdict.os -lsqlite3 > pod2man < man/genpyt.pod > man/genpyt.1 > IO::File=IO(0x1b2e190) around line 1: No name given for document > POD document had syntax errors at /usr/bin/pod2man line 71. > scons: *** [man/genpyt.1] Error 255 > scons: building terminated because of errors. > debian/rules:22: recipe for target 'override_dh_auto_build' failed > make[1]: *** [override_dh_auto_build] Error 2 > make[1]: Leaving directory '/tmp/buildd/sunpinyin-2.0.3+git20140127' > debian/rules:14: recipe for target 'build' failed > make: *** [build] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > So we need either $ pod2man -n genpyt genpyt.1 or $ pod2man genpyt.pod genpyt.1 I'll try to fix this. Regards, GUO Yixuan -------------- next part -------------- An HTML attachment was scrubbed... URL: From culu.gyx at gmail.com Sun Jul 5 19:30:39 2015 From: culu.gyx at gmail.com (Guo Yixuan) Date: Sun, 5 Jul 2015 15:30:39 -0400 Subject: [Pkg-ime-devel] Bug#790287: Bug#790287: sunpinyin: FTBFS: pod2man error (no name given for document) In-Reply-To: References: <159501085.hmYk73jXkR@frobozz> Message-ID: Control: tag -1 + pending Control: forwarded -1 https://code.google.com/p/sunpinyin/issues/detail?id=327 So we need either > $ pod2man -n genpyt genpyt.1 > or > $ pod2man genpyt.pod genpyt.1 > > I'll try to fix this. > It's here http://anonscm.debian.org/cgit/pkg-ime/sunpinyin.git/commit/?id=192b818ef9a328fa08a60e26e2e5a1769882ff32 Regards, Yixuan -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Sun Jul 5 19:33:04 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 05 Jul 2015 19:33:04 +0000 Subject: [Pkg-ime-devel] Processed (with 1 errors): Re: Bug#790287: sunpinyin: FTBFS: pod2man error (no name given for document) References: <159501085.hmYk73jXkR@frobozz> Message-ID: Processing control commands: > tag -1 + pending Bug #790287 [src:sunpinyin] sunpinyin: FTBFS: pod2man error (no name given for document) Added tag(s) pending. > forwarded -1 Unknown command or malformed arguments to command. -- 790287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790287 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Jul 5 19:42:04 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 05 Jul 2015 19:42:04 +0000 Subject: [Pkg-ime-devel] Processed: bug 790287 is forwarded to https://code.google.com/p/sunpinyin/issues/detail?id=327 References: <1436125079-3528-bts-culu.gyx@gmail.com> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 790287 https://code.google.com/p/sunpinyin/issues/detail?id=327 Bug #790287 [src:sunpinyin] sunpinyin: FTBFS: pod2man error (no name given for document) Set Bug forwarded-to-address to 'https://code.google.com/p/sunpinyin/issues/detail?id=327'. > thanks Stopping processing here. Please contact me if you need assistance. -- 790287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790287 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Thu Jul 16 11:03:28 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 16 Jul 2015 11:03:28 +0000 Subject: [Pkg-ime-devel] Processed: tagging 791910, tagging 784778, tagging 789988, tagging 790526, tagging 791771, tagging 790772 ... References: <1437044431-1016-bts-anbe@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # verified in local rebuilds that the package ftbfs in sid but not in jessie > tags 791910 + sid stretch Bug #791910 {Done: Markus Koschany } [byzanz] byzanz: FTBFS due to -Werror + -Wdeprecated-declarations Added tag(s) sid and stretch. > tags 784778 + sid stretch Bug #784778 {Done: Michael Hanke } [condor] FTBFS: no matching function for call to 'condor_sockaddr::condor_sockaddr(const soap::*)' Added tag(s) stretch and sid. > tags 789988 + sid stretch Bug #789988 [eclipse-mylyn-tasks-github] FTBFS: The import org.eclipse.egit.ui.internal.FilteredCheckboxTree cannot be resolved Added tag(s) sid and stretch. > tags 790526 + sid stretch Bug #790526 [gri] FTBFS: Fatal error occurred, no output PDF file produced Added tag(s) sid and stretch. > tags 791771 + sid stretch Bug #791771 [ruby-bdb] ruby-bdb: FTBFS; dead upstream Added tag(s) stretch and sid. > tags 790772 + sid stretch Bug #790772 {Done: Rolf Leggewie } [scanbd] FTBFS: The pkg-config script could not be found or is too old. Added tag(s) stretch and sid. > # no previous builds on !x86 - not a regression > retitle 790855 sdrangelove: FTBFS on !x86 due to unconditional use of -msse2 and immintrin.h Bug #790855 [sdrangelove] sdrangelove: FTBFS on mipsel Changed Bug title to 'sdrangelove: FTBFS on !x86 due to unconditional use of -msse2 and immintrin.h' from 'sdrangelove: FTBFS on mipsel' > severity 790855 important Bug #790855 [sdrangelove] sdrangelove: FTBFS on !x86 due to unconditional use of -msse2 and immintrin.h Severity set to 'important' from 'serious' > found 791830 2.24.0-1 Bug #791830 [src:bedtools] bedtools: FTBFS on mipsel Marked as found in versions bedtools/2.24.0-1. > tags 789991 + stretch sid Bug #789991 [src:golang-gocheck] FTBFS: Test failures including FixtureS.TestPanicOnSetUpSuite, FixtureS.TestPanicOnSetUpTest Added tag(s) sid and stretch. > tags 788767 + stretch sid Bug #788767 [src:monav] monav: FTBFS with gcc 4.9/mapnik 3.0.0: requires flags for c++11 support Added tag(s) stretch and sid. > tags 786743 + stretch sid Bug #786743 [src:obnam] obnam: ftbfs, git command not found Added tag(s) stretch and sid. > tags 785511 + stretch sid Bug #785511 {Done: Sergey B Kirpichev } [src:parser] parser: FTBFS with g++-4.9: ... operator new(std::size_t) ... has a different exception specifier Added tag(s) sid and stretch. > tags 790767 + sid stretch Bug #790767 [zodb] FTBFS: ImportError: cannot import name component_re Added tag(s) sid and stretch. > tags 790631 + sid stretch Bug #790631 {Done: Ron Lee } [xf86-input-wacom] FTBFS: implicit declaration of function 'fstat' Added tag(s) sid and stretch. > tags 790628 + sid stretch Bug #790628 [nwchem] FTBFS: No rule to make target ... /LINUX64/libnwdft.a(rt_tddft_input.o) Added tag(s) sid and stretch. > tags 791772 + sid stretch Bug #791772 {Done: C?dric Boutillier } [src:ruby-bluecloth] FTBFS: ERROR: Test ruby2.1 failed. Exiting Added tag(s) sid and stretch. > tags 789980 + sid stretch Bug #789980 [src:python-mongoengine] FTBFS: from pymongo import ... ImportError: cannot import name Connection Added tag(s) sid and stretch. > tags 791415 + sid stretch Bug #791415 [wings3d] FTBFS: erlang:now/0: Deprecated BIF Added tag(s) sid and stretch. > tags 787312 + sid stretch Bug #787312 {Done: ChangZhuo Chen (???) } [src:pycangjie] pycangjie is FTBFS Added tag(s) sid and stretch. > tags 790630 + sid stretch Bug #790630 [udevil] FTBFS: implicit declaration of function 'stat' / 'S_ISBLK' Added tag(s) sid and stretch. > tags 791776 + sid stretch Bug #791776 [src:ruby-dataobjects-mysql] FTBFS: rspec/core/example_group.rb:656:in method_missing: undefined method its (NoMethodError Added tag(s) stretch and sid. > thanks Stopping processing here. Please contact me if you need assistance. -- 784778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784778 785511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785511 786743: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786743 787312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787312 788767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788767 789980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789980 789988: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789988 789991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789991 790526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790526 790628: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790628 790630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790630 790631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790631 790767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790767 790772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790772 790855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790855 791415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791415 791771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791771 791772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791772 791776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791776 791830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791830 791910: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791910 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From zh_jq at outlook.com Thu Jul 16 13:41:46 2015 From: zh_jq at outlook.com (Zhang Jingqiang) Date: Thu, 16 Jul 2015 21:41:46 +0800 Subject: [Pkg-ime-devel] Bug#792583: fcitx-ui-classic: Should this package recommend zenity? Message-ID: <20150716134146.28674.22905.reportbug@XPS> Package: fcitx-ui-classic Version: 1:4.2.8.5-2 Severity: normal Dear Maintainer, No scripts contained in fcitx-ui-classic, so why should it recommend zenity? If zenity is really needed, how about add kde-baseapps-bin (kdialog) as an alternative? -- System Information: Debian Release: stretch/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages fcitx-ui-classic depends on: ii fcitx-module-x11 1:4.2.8.5-2 ii libc6 2.19-19 ii libcairo2 1.14.2-2 ii libdbus-1-3 1.8.18-1 ii libglib2.0-0 2.44.1-1.1 ii libpango-1.0-0 1.36.8-3 ii libpangocairo-1.0-0 1.36.8-3 ii libx11-6 2:1.6.3-1 ii libxext6 2:1.3.3-1 Versions of packages fcitx-ui-classic recommends: ii fcitx 1:4.2.8.5-2 pn zenity fcitx-ui-classic suggests no packages. -- no debconf information From ftpmaster at ftp-master.debian.org Fri Jul 17 07:23:07 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 17 Jul 2015 07:23:07 +0000 Subject: [Pkg-ime-devel] Processing of sunpinyin_2.0.3+git20140127-2_amd64.changes Message-ID: sunpinyin_2.0.3+git20140127-2_amd64.changes uploaded successfully to localhost along with the files: sunpinyin_2.0.3+git20140127-2.dsc sunpinyin_2.0.3+git20140127-2.debian.tar.xz libsunpinyin-dev_2.0.3+git20140127-2_amd64.deb libsunpinyin3-dbg_2.0.3+git20140127-2_amd64.deb libsunpinyin3_2.0.3+git20140127-2_amd64.deb python-sunpinyin_2.0.3+git20140127-2_all.deb sunpinyin-utils_2.0.3+git20140127-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri Jul 17 07:34:51 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 17 Jul 2015 07:34:51 +0000 Subject: [Pkg-ime-devel] sunpinyin_2.0.3+git20140127-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 05 Jul 2015 15:20:03 -0400 Source: sunpinyin Binary: libsunpinyin-dev libsunpinyin3 libsunpinyin3-dbg python-sunpinyin sunpinyin-utils Architecture: source amd64 all Version: 2.0.3+git20140127-2 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Guo Yixuan (???) Description: libsunpinyin-dev - Simplified Chinese Input Method from SUN (development) libsunpinyin3 - Simplified Chinese Input Method from SUN (runtime) libsunpinyin3-dbg - Simplified Chinese Input Method from SUN (debug) python-sunpinyin - Simplified Chinese Input Method from SUN (Python binding) sunpinyin-utils - Simplified Chinese Input Method from SUN (utilities) Closes: 790287 Changes: sunpinyin (2.0.3+git20140127-2) unstable; urgency=medium . * Team upload. * Fixed pod2man invocations. (Closes: #790287) * Acknowledge Chen Baozi's NMU. Checksums-Sha1: 9d34bff09b5dd76ccbce8029acb45d9e228023f6 2023 sunpinyin_2.0.3+git20140127-2.dsc 47754b00436452a9f8528d103defc7ecb3ce5157 10836 sunpinyin_2.0.3+git20140127-2.debian.tar.xz b0c43b0c84e844b1708a5e74bfea064be16416e1 44124 libsunpinyin-dev_2.0.3+git20140127-2_amd64.deb fa2ab663bdb1eec3baaceec4c81b1f59898c5f4c 1537722 libsunpinyin3-dbg_2.0.3+git20140127-2_amd64.deb 25aeec618f2ca37579fbe50f937482424a06ff28 135608 libsunpinyin3_2.0.3+git20140127-2_amd64.deb 5df45c1e55f8b6545877b73e33a8ddb17959068f 21376 python-sunpinyin_2.0.3+git20140127-2_all.deb 732575e1256827634594bc9636070c2e25660bc9 145566 sunpinyin-utils_2.0.3+git20140127-2_amd64.deb Checksums-Sha256: 07bb090c80ef2ed4bdb823bbbc8bbe1c47887344433dfb0b85e4b29ed9adb14c 2023 sunpinyin_2.0.3+git20140127-2.dsc 5a5ada30fe189297bd394a3b8eac5a938abbbb77057cddf20ceb12edcef76507 10836 sunpinyin_2.0.3+git20140127-2.debian.tar.xz 330647e6160b47a275c220f978266ef99bf9f228f52da5faa00caff37c490802 44124 libsunpinyin-dev_2.0.3+git20140127-2_amd64.deb f3954877f227b1d95eb57261d2ca33d6ceaf141b605ec51769507c0fcc48a526 1537722 libsunpinyin3-dbg_2.0.3+git20140127-2_amd64.deb 922209cfe04c76878c5ff52b6dfb2c6dd9627197f2f96e4bba6b519f990faeb0 135608 libsunpinyin3_2.0.3+git20140127-2_amd64.deb 65398c9d380d44daf6efd72236cf6823d3489c1cece9b14cd6bf137785dd3b1d 21376 python-sunpinyin_2.0.3+git20140127-2_all.deb 83712ddb090f0cd048fc46d1f94be52a50e5cbe3ef38c3b6f84d05a9e9c38f73 145566 sunpinyin-utils_2.0.3+git20140127-2_amd64.deb Files: e498eb07e2b2b2b35dc39542928c5fad 2023 libs optional sunpinyin_2.0.3+git20140127-2.dsc 331969c129b691323e0d405f9463a313 10836 libs optional sunpinyin_2.0.3+git20140127-2.debian.tar.xz 316cc7317130efcdf63630f313ecc4a4 44124 libdevel optional libsunpinyin-dev_2.0.3+git20140127-2_amd64.deb ddbd505baa27097e49a5fd6db4ae6500 1537722 debug extra libsunpinyin3-dbg_2.0.3+git20140127-2_amd64.deb 1545804d4190a2d3a14ea9d97ae01504 135608 libs optional libsunpinyin3_2.0.3+git20140127-2_amd64.deb 6df99a9411783efbafef93f34189bfd1 21376 python optional python-sunpinyin_2.0.3+git20140127-2_all.deb e3860ff8b39bda1627a31ae3a70742c8 145566 utils optional sunpinyin-utils_2.0.3+git20140127-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCAAGBQJVqKy0AAoJEPbsVcVkKA0eU2MIAJ9L9dtKF2pYNoRyyD6wJyHC 4VzUC8AWP1U1evy33e+691MAgeR0Fe4x6gX+9uYQkrpTYU2ApvCwXmEPRjGgDinB c9chBYyPNm1mrp+hVCWeb5s5gX73ritd2PhMLgAsL8NPacrCtkDs79pze6JNk6S/ ILwbzsqdS8AEUmkTslCn/r21kiT5hkq4y6EK3cwKv6TxD2/zLLT/5hS2n+9gSiy3 fG2HaGqhRS5DDz+HsXNUaoxKWFLTGbsDAV6mMllVTrPCRVoD1u00VF7xRd9zDIEa PdpYxS1ViSPg65v06UiSqh0JYY9LUIk01a4arFNtLdFPBB0wv3O8cfJWRtliwiw= =kiiF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Fri Jul 17 07:36:11 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 17 Jul 2015 07:36:11 +0000 Subject: [Pkg-ime-devel] Bug#790287: marked as done (sunpinyin: FTBFS: pod2man error (no name given for document)) References: <159501085.hmYk73jXkR@frobozz> Message-ID: Your message dated Fri, 17 Jul 2015 07:34:51 +0000 with message-id and subject line Bug#790287: fixed in sunpinyin 2.0.3+git20140127-2 has caused the Debian Bug report #790287, regarding sunpinyin: FTBFS: pod2man error (no name given for document) 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.) -- 790287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790287 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Daniel Schepler Subject: sunpinyin: FTBFS: pod2man error (no name given for document) Date: Sat, 27 Jun 2015 14:12:57 -0700 Size: 4369 URL: -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?b?R3VvIFlpeHVhbiAo6YOt5rqi6K2eKQ==?= Subject: Bug#790287: fixed in sunpinyin 2.0.3+git20140127-2 Date: Fri, 17 Jul 2015 07:34:51 +0000 Size: 6734 URL: From owner at bugs.debian.org Fri Jul 17 09:00:18 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 17 Jul 2015 09:00:18 +0000 Subject: [Pkg-ime-devel] Processed: notfound 711354 in 3.16.1-1, notfixed 778657 in 2.0.26-4, notfixed 789128 in 2.2.0-2 ... References: <1437123474-3290-bts-anbe@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # unconfuse bts: may not be found and fixed in the same version > notfound 711354 3.16.1-1 Bug #711354 {Done: Tomas Pospisek } [gnote] gnote: Can't use synchronization (WebDAV or local folder) Bug #789947 {Done: Tomas Pospisek } [gnote] gnote: Crash when synchronizing No longer marked as found in versions gnote/3.16.1-1. No longer marked as found in versions gnote/3.16.1-1. > notfixed 778657 2.0.26-4 Bug #778657 {Done: Daniel Kahn Gillmor } [gnupg-agent] gnupg-agent: Test for existing gpg-agent in /etc/X11/Xsession.d/90gpg-agent is always true No longer marked as fixed in versions gnupg2/2.0.26-4. > notfixed 789128 2.2.0-2 Bug #789128 {Done: Lior Kaplan } [php5-memcached] Installing the package php5-memcached causes version incompatibility with php5-common No longer marked as fixed in versions 2.2.0-2. > notfound 791428 3.16.3-1 Bug #791428 {Done: Michael Biebl } [mutter] mutter: Please apply fix to "Can click through full screen windows in sloppy/mouse mode" No longer marked as found in versions mutter/3.16.3-1. > found 789756 2.1.0-2 Bug #789756 {Done: Bas Couwenberg } [libosmium-dev,libosmium2-dev] libosmium2-dev and libosmium-dev: error when trying to install together There is no source info for the package 'libosmium-dev' at version '2.1.0-2' with architecture '' Marked as found in versions libosmium/2.1.0-2. > tags 765776 + sid stretch Bug #765776 {Done: Sebastian Ramacher } [gstreamer0.10-plugins-bad] gstreamer0.10-plugins-bad: libdirac is unmaintained upstream - please stop link against it if at all possible Added tag(s) stretch and sid. > tags 788128 + sid stretch Bug #788128 [libfile-scan-perl] libfile-scan-perl: most probably outdated, should be removed? Added tag(s) stretch and sid. > tags 791866 + sid stretch Bug #791866 [visolate] visolate: build hardcodes specific version of commons-cli.jar Added tag(s) sid and stretch. > tags 784199 + sid stretch Bug #784199 {Done: Guo Yixuan (???) } [src:librime] librime: need to rebuild against new libyaml-cpp Added tag(s) stretch and sid. > # ports only > reassign 792555 src:eglibc 2.19-19 Bug #792555 [libc6.1-alphaev67] segfaults occurring when libc6.1-alphaev67 installed on alpha. Warning: Unknown package 'libc6.1-alphaev67' Bug reassigned from package 'libc6.1-alphaev67' to 'src:eglibc'. Warning: Unknown package 'src:eglibc' Warning: Unknown package 'src:eglibc' No longer marked as found in versions 2.19-19. Warning: Unknown package 'src:eglibc' Warning: Unknown package 'src:eglibc' Ignoring request to alter fixed versions of bug #792555 to the same values previously set Warning: Unknown package 'src:eglibc' Bug #792555 [src:eglibc] segfaults occurring when libc6.1-alphaev67 installed on alpha. Warning: Unknown package 'src:eglibc' The source 'eglibc' and version '2.19-19' do not appear to match any binary packages Marked as found in versions eglibc/2.19-19. Warning: Unknown package 'src:eglibc' > user debian-qa at lists.debian.org Setting user to debian-qa at lists.debian.org (was anbe at debian.org). > usertags 789348 piuparts Usertags were: piuparts. Usertags are now: piuparts. > found 749317 2015.07.11 Bug #749317 [debian-security-support] debian-security-support: unowned directory after purge: /var/lib/debian-security-support/ Marked as found in versions debian-security-support/2015.07.11. > found 782098 2.2.0-1 Bug #782098 [openexr,libopenexr-dev] openexr, libopenexr-dev: directory vs. symlink conflict: /usr/share/doc/{openexr, libopenexr-dev} -> /usr/share/doc/libopenexr6 Marked as found in versions openexr/2.2.0-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 711354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711354 749317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749317 765776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765776 778657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778657 782098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782098 784199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784199 788128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788128 789128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789128 789348: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789348 789756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789756 789947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789947 791428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791428 791866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791866 792555: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792555 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sat Jul 18 13:26:04 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Jul 2015 13:26:04 +0000 Subject: [Pkg-ime-devel] Processing of fcitx-qimpanel_2.1.2-1_amd64.changes Message-ID: fcitx-qimpanel_2.1.2-1_amd64.changes uploaded successfully to localhost along with the files: fcitx-qimpanel_2.1.2-1.dsc fcitx-qimpanel_2.1.2.orig.tar.xz fcitx-qimpanel_2.1.2-1.debian.tar.xz fcitx-ui-qimpanel_2.1.2-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 18 13:34:20 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Jul 2015 13:34:20 +0000 Subject: [Pkg-ime-devel] fcitx-qimpanel_2.1.2-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 18 Jul 2015 21:22:29 +0800 Source: fcitx-qimpanel Binary: fcitx-ui-qimpanel Architecture: source amd64 Version: 2.1.2-1 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: Aron Xu Description: fcitx-ui-qimpanel - Flexible Input Method Framework - Qt IMPanel user interface Changes: fcitx-qimpanel (2.1.2-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 48695a5a4cb0b705493c9fe2f3034750c12b2a33 1603 fcitx-qimpanel_2.1.2-1.dsc f6efb0273a5a227d9de9739bda41c8d4836dbd5f 82240 fcitx-qimpanel_2.1.2.orig.tar.xz eddbbd870d4639f0e02f8dcb8285f0730678f82d 2416 fcitx-qimpanel_2.1.2-1.debian.tar.xz b1ee74233c1bc3cefac64daff28613cd27e46c94 160812 fcitx-ui-qimpanel_2.1.2-1_amd64.deb Checksums-Sha256: 6c9b39c97b0c757f3b787eba014c360aac09e3a1c71bcbc6742a26d8c72a2da6 1603 fcitx-qimpanel_2.1.2-1.dsc 7e73ce4d0a89d931cc9b686b09bc25a939bee74502c0e920d583057413a4b2cd 82240 fcitx-qimpanel_2.1.2.orig.tar.xz 3f80a94f47cd91831202d990f9b3a9700c49b330a058d6d81dc947cc3111ea83 2416 fcitx-qimpanel_2.1.2-1.debian.tar.xz 3068a6c96afb544c03750c1e4d1a306b0f85f95a72327f9d4ff07fbe62995e6a 160812 fcitx-ui-qimpanel_2.1.2-1_amd64.deb Files: 486b02e03083f7c3dc257af77b9f844e 1603 utils optional fcitx-qimpanel_2.1.2-1.dsc 4477fe781a54dc313faff21ab938d321 82240 utils optional fcitx-qimpanel_2.1.2.orig.tar.xz 3e7b456f98e956dbdcdd68c4e79949da 2416 utils optional fcitx-qimpanel_2.1.2-1.debian.tar.xz 684aa8736667b9020d5c0be5f1e53014 160812 utils optional fcitx-ui-qimpanel_2.1.2-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCAAGBQJVqlP7AAoJEPbsVcVkKA0e7qoIAIo6EeWbDV6xlYXFrqFn2kgY 1oTK3aICRfnQHk+oUxsP6+j/rF9hrYstY3k+ZuQMbLpq+YAdJ2QfH2BtFs5b0SMj qZQplJaB2jwjeM89iXHYYHQLRGpeaoi/JQTANTzxFjaWzrUN2SYkZ2g453KyFOzo ZeS2tBzwmvMNM3hJmVRP6XfYrv2ZTntd2Ei4T1NwO81LvfSiT3qh8qbC/oxmekWf etrXbfHV8h/TjL6H4msyNmfimqO+O9TRhDqdXYcgAvCS+LtmS2u2Z7q010R8VOOk gOLHnXonGoreFyr7zc4HDIV26odybkYweFIUhV7P2z+RppKUDycN4BBLnMGsHZo= =37wp -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Jul 18 16:42:43 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Jul 2015 16:42:43 +0000 Subject: [Pkg-ime-devel] Processing of fcitx_4.2.9-1_amd64.changes Message-ID: fcitx_4.2.9-1_amd64.changes uploaded successfully to localhost along with the files: fcitx_4.2.9-1.dsc fcitx_4.2.9.orig.tar.xz fcitx_4.2.9-1.debian.tar.xz fcitx-bin_4.2.9-1_amd64.deb fcitx-data_4.2.9-1_all.deb fcitx-dbg_4.2.9-1_amd64.deb fcitx-frontend-all_4.2.9-1_all.deb fcitx-frontend-gtk2_4.2.9-1_amd64.deb fcitx-frontend-gtk3_4.2.9-1_amd64.deb fcitx-frontend-qt4_4.2.9-1_amd64.deb fcitx-libs-dev_4.2.9-1_amd64.deb fcitx-libs-gclient_4.2.9-1_all.deb fcitx-libs-qt_4.2.9-1_all.deb fcitx-libs_4.2.9-1_all.deb fcitx-module-dbus_4.2.9-1_amd64.deb fcitx-module-kimpanel_4.2.9-1_amd64.deb fcitx-module-lua_4.2.9-1_amd64.deb fcitx-module-quickphrase-editor_4.2.9-1_amd64.deb fcitx-module-x11_4.2.9-1_amd64.deb fcitx-modules_4.2.9-1_amd64.deb fcitx-pinyin_4.2.9-1_amd64.deb fcitx-qw_4.2.9-1_amd64.deb fcitx-table-all_4.2.9-1_all.deb fcitx-table-bingchan_4.2.9-1_all.deb fcitx-table-cangjie_4.2.9-1_all.deb fcitx-table-dianbaoma_4.2.9-1_all.deb fcitx-table-erbi_4.2.9-1_all.deb fcitx-table-wanfeng_4.2.9-1_all.deb fcitx-table-wbpy_4.2.9-1_all.deb fcitx-table-wubi_4.2.9-1_all.deb fcitx-table-ziranma_4.2.9-1_all.deb fcitx-table_4.2.9-1_amd64.deb fcitx-tools_4.2.9-1_amd64.deb fcitx-ui-classic_4.2.9-1_amd64.deb fcitx_4.2.9-1_all.deb gir1.2-fcitx-1.0_4.2.9-1_amd64.deb libfcitx-config4_4.2.9-1_amd64.deb libfcitx-core0_4.2.9-1_amd64.deb libfcitx-gclient0_4.2.9-1_amd64.deb libfcitx-qt0_4.2.9-1_amd64.deb libfcitx-utils0_4.2.9-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 18 16:50:07 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Jul 2015 16:50:07 +0000 Subject: [Pkg-ime-devel] fcitx_4.2.9-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 03 Jun 2015 04:08:45 +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 amd64 all Version: 1:4.2.9-1 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 - transitional dummy package fcitx-libs-dev - Flexible Input Method Framework - library development files fcitx-libs-gclient - transitional dummy package fcitx-libs-qt - transitional dummy package 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.9-1) unstable; urgency=medium . * New upstream release Checksums-Sha1: 0574f63e2dc2d698660a775de9bfa725532aaa5d 4317 fcitx_4.2.9-1.dsc e355ac14674fb0f4e163d9e7d0919ab471454055 8675292 fcitx_4.2.9.orig.tar.xz 6bde465bd416779d3ae6edf51b15101d24a3d957 22292 fcitx_4.2.9-1.debian.tar.xz 7922a86e19f0fdbeb490d6283e099b05206876e3 61734 fcitx-bin_4.2.9-1_amd64.deb 3f054d86d30854174cd2e4ab545b4562894b9ea0 168458 fcitx-data_4.2.9-1_all.deb b01eed7e6556958dddde1fea5bed1847897361b6 4765982 fcitx-dbg_4.2.9-1_amd64.deb c6959c97b17cb22c1db02268b321e3ceeef7647a 24736 fcitx-frontend-all_4.2.9-1_all.deb 47eb520a1e37afb5ee7dfc93f85dc69869081ba1 35714 fcitx-frontend-gtk2_4.2.9-1_amd64.deb ad1268d6c79f12e6413129d04878fc1d2a352eab 36422 fcitx-frontend-gtk3_4.2.9-1_amd64.deb 861bcded700458d15f7d02af30296d30bd51476b 50182 fcitx-frontend-qt4_4.2.9-1_amd64.deb 6e981cf5a45af9b238eb2f8695de34c446b43ad2 128406 fcitx-libs-dev_4.2.9-1_amd64.deb 7b643a6ee765adae55dc60b1ae91043eed4f5c34 24440 fcitx-libs-gclient_4.2.9-1_all.deb b69fe925ec5a11be6a2ea184b99aff65ad8c1f18 24442 fcitx-libs-qt_4.2.9-1_all.deb 47384134575f31cdedae9457090c31ab4ed1152d 24474 fcitx-libs_4.2.9-1_all.deb 77c004a4b2d13edf0c256a74295102cb413d367d 50100 fcitx-module-dbus_4.2.9-1_amd64.deb 3dd379d93f84be9588bc18296316c86ac0aeee91 38992 fcitx-module-kimpanel_4.2.9-1_amd64.deb 6b0da1c492b511c20f2b123830560a1f9e67c6c7 38262 fcitx-module-lua_4.2.9-1_amd64.deb 1b44e35d04a8d325084c8b3c166b4323eb35ece4 63262 fcitx-module-quickphrase-editor_4.2.9-1_amd64.deb 19ef9634d2eae0f412cf80ff27094277e6fe18fe 105214 fcitx-module-x11_4.2.9-1_amd64.deb 078c633f6334c0b0cf7ac6a7d96624f3bb669927 1437282 fcitx-modules_4.2.9-1_amd64.deb a48a4f84f3333e404712089bfab7159de6c19497 2074796 fcitx-pinyin_4.2.9-1_amd64.deb 8c905b07ad9d6906486ae8e68f5c67175cc4d19a 28496 fcitx-qw_4.2.9-1_amd64.deb a0a95a95876ebc2ba2cb6ff7dbc8a2ca3bd43d26 24786 fcitx-table-all_4.2.9-1_all.deb 5e0f162bf306f29a8a52c284aa43970263e2182c 129794 fcitx-table-bingchan_4.2.9-1_all.deb 8ddcf3789eb88b3a2ba63f53e955a855fab6fb29 47486 fcitx-table-cangjie_4.2.9-1_all.deb b9e33d1f5212b8be11cc054b603e614bef8d1aab 37884 fcitx-table-dianbaoma_4.2.9-1_all.deb f091b54917c38f3ebd9c083719c1ed6da2b88889 385692 fcitx-table-erbi_4.2.9-1_all.deb edb2b296768c1d67392a4b34a97f13b22bd79b17 521288 fcitx-table-wanfeng_4.2.9-1_all.deb 6dfa06ec188595fcce29a61782abced4e945af1c 1663526 fcitx-table-wbpy_4.2.9-1_all.deb 41bc259623424dcf70cae76a363bd3e121a6b842 517444 fcitx-table-wubi_4.2.9-1_all.deb 9ae42e777a1c9ea62c6808f5eca6a67d219db136 326832 fcitx-table-ziranma_4.2.9-1_all.deb b61c2a33052506b75fcbaa596ca2e5c6658a9b4a 65832 fcitx-table_4.2.9-1_amd64.deb 85d5d5a68e8ef6b2215ff6ac94105924736fb05d 96838 fcitx-tools_4.2.9-1_amd64.deb 918712e1af80328f7413f9dccb93293dbd1f66ef 134232 fcitx-ui-classic_4.2.9-1_amd64.deb 380e88dc105e86c746c7e4c4308aa8932741b6aa 26200 fcitx_4.2.9-1_all.deb df3e87a42699ea7351fcf2b78c574b920b0903eb 30654 gir1.2-fcitx-1.0_4.2.9-1_amd64.deb 42242e4c3cc25a142955acbaa6b1d8bb2ed3cc7e 55696 libfcitx-config4_4.2.9-1_amd64.deb 6e74cccf3acfe547c1c7e8db4cba6a2ba2e78ba7 76336 libfcitx-core0_4.2.9-1_amd64.deb 353e5757c7d0ca6209913782257432969c24a797 40554 libfcitx-gclient0_4.2.9-1_amd64.deb 9a22a31244b7b76eef6005e5aa03183ccb05a3ef 92896 libfcitx-qt0_4.2.9-1_amd64.deb 4cf611b80e93a09979a0b96f16705fa781d25349 54826 libfcitx-utils0_4.2.9-1_amd64.deb Checksums-Sha256: 07cc27a4e8c275a3cc62d02cecb4fbc50b9dacf7537e3fc25ef55bf0209d2c79 4317 fcitx_4.2.9-1.dsc 3a935b7098fe573b126f8e393d93bccc6d4e4e9988830430fa9b1c87876bfc6c 8675292 fcitx_4.2.9.orig.tar.xz 1207c1ac66e2b0f632d99acc0e4f7d5d74bfd52d4388ad2f81a9f96b19756688 22292 fcitx_4.2.9-1.debian.tar.xz b9073251b3a214d40972fc9f658fd5fdd0f0840853ab901c73faeaf871d1b2d3 61734 fcitx-bin_4.2.9-1_amd64.deb 2e0cd6046c88725730c88a97e303415384a6112e0591b815e84f43904243756d 168458 fcitx-data_4.2.9-1_all.deb 7fb584af4a463eae2a0edbb292efe3ea57ab36a83cc52e596c34c3da63f8356c 4765982 fcitx-dbg_4.2.9-1_amd64.deb aa1f56fe3d4d21ce54c11cd62b08d574c97ae9e87320df32f2ca82e21db40a46 24736 fcitx-frontend-all_4.2.9-1_all.deb b257072f90e208db9a31f092764f4f4e42842d80396b630d7ae4ad15f529e484 35714 fcitx-frontend-gtk2_4.2.9-1_amd64.deb a3fc43c5afa87df92bbed81d619ef059d4a590421a167669bf37d01fa55120b1 36422 fcitx-frontend-gtk3_4.2.9-1_amd64.deb 3c0fcf443574859c9c5a0c218391640cac39263c22759b3bdc2ccfb9892f234b 50182 fcitx-frontend-qt4_4.2.9-1_amd64.deb ccc396f5c6174e05a3cd63dcf50855ae5feb53722240fe54052544cb723cc7b9 128406 fcitx-libs-dev_4.2.9-1_amd64.deb d0f2b54e708abd704f93761de6291bdd181d41c7b17ae120e9976ba5414294e7 24440 fcitx-libs-gclient_4.2.9-1_all.deb b34cee723696bdc903e09565c5f918dd5f4cc2a3086bcf1ebed7d3a6d1ce9718 24442 fcitx-libs-qt_4.2.9-1_all.deb 75fb3e00859f8fd16ce9085a98f8860e2ccdf301022c084ed47ca798255fa6f0 24474 fcitx-libs_4.2.9-1_all.deb 131a18076275c85bc871dd4217db438f6239078f9dd0a842739627ad7e23aa4d 50100 fcitx-module-dbus_4.2.9-1_amd64.deb 72ad2c8935fbc072e89dbd4755a047739bcdad913995f23a14e51bc47b3bb7b5 38992 fcitx-module-kimpanel_4.2.9-1_amd64.deb 7da7122fd12f336c76f8ec28b618444caaf9bbda56d404b2a74096f11c09f12f 38262 fcitx-module-lua_4.2.9-1_amd64.deb 0b903fab26c7e8c16675d9f9f7617c838dbc78e2a27a8300b2e57c10717ec8e9 63262 fcitx-module-quickphrase-editor_4.2.9-1_amd64.deb 3dc4aec15478a93b9909001b539207dd7219c34363377b75e398a1b1d004213f 105214 fcitx-module-x11_4.2.9-1_amd64.deb 633d3ad46426e9aa12f4e4be02d20cafc260845b4b12f809c4d9e67fe3e9c50e 1437282 fcitx-modules_4.2.9-1_amd64.deb 44bef4db9c1625cd0c02fcedff11d8d437fd5eaa7097e68f03a70578d84a4ecb 2074796 fcitx-pinyin_4.2.9-1_amd64.deb b3f5234f0ba379d2197b59202a61d9aa3bc602dd647e19417123700655966d9a 28496 fcitx-qw_4.2.9-1_amd64.deb 1d923b240e852c12eb440ade31bc36e1683d2c18165e914fe0c0b0d6914566f1 24786 fcitx-table-all_4.2.9-1_all.deb fa210d581968031451372859213709e2b1dba32f140ff16204bc3e6f258ecf36 129794 fcitx-table-bingchan_4.2.9-1_all.deb a60d6ea388f7c5637b257ce2c3dda39967630d1b63522750a0182dbe4761801a 47486 fcitx-table-cangjie_4.2.9-1_all.deb 54b7a5f4033cea95da73f6a1ccc1beca6faaa69ae616e0fcb0f732c886502537 37884 fcitx-table-dianbaoma_4.2.9-1_all.deb b674d509743c3f9fdadbf466fb1853a73685b454a566c1044b0309a991938eea 385692 fcitx-table-erbi_4.2.9-1_all.deb 886c95f0fdf3d392bf69d79756fe87b3f3b4584a3f4a26d956d7986612692dd1 521288 fcitx-table-wanfeng_4.2.9-1_all.deb 33639b3589a6cf5b7d21cecd906f9aa7fdae410b348432c130578005fa1c90dc 1663526 fcitx-table-wbpy_4.2.9-1_all.deb 8103cb33fb5a42fe90b4733c62c2f75be700dfced1c4116b98978df01ef3f9a2 517444 fcitx-table-wubi_4.2.9-1_all.deb d3f0e0bd85bd9ba3fa7e5e7d938aca487106487df02e5d32b2aa89a7eebdb971 326832 fcitx-table-ziranma_4.2.9-1_all.deb 18c9b47a9b0ab81b0bf2dd81481fe7c0bb53d593b7c1ea02022d32b7a802b722 65832 fcitx-table_4.2.9-1_amd64.deb 94645b8228db036422c14383ea5fb8c7450ef27335d7c3ecbc1f0362e8425caa 96838 fcitx-tools_4.2.9-1_amd64.deb c24e618313834c08cb14ec1c21f52505e95ca768a7a53f2ecc400c4ce02f06a8 134232 fcitx-ui-classic_4.2.9-1_amd64.deb ca403db257abcfab413fa370bd6f6ed45ab3fa4b5ba31cf7a6b5e5657bf43b97 26200 fcitx_4.2.9-1_all.deb bb280f940c2edd1eba8a90515f8f10de84b54e5307ed056a7336b55157d9d38f 30654 gir1.2-fcitx-1.0_4.2.9-1_amd64.deb 51ee8cbcd5121ac7192cda4bcca28234b4e2e3da5036280108a07647a19fcaa7 55696 libfcitx-config4_4.2.9-1_amd64.deb 3237e8192ed3b7c5e0382374ae2280031a778c31a388a46510dda33db5096c42 76336 libfcitx-core0_4.2.9-1_amd64.deb ae59b9a69cd9c36d6844256b92d9104a8246dc164121ce727b2bef64f536499d 40554 libfcitx-gclient0_4.2.9-1_amd64.deb 8b83f5b75e242778197a56782852b5cd9a05bec447f322a4237130d7cd066407 92896 libfcitx-qt0_4.2.9-1_amd64.deb 543bf0748aa053f0f33d654afc4eed3de56b1ef855e18386386c860cb20eab2b 54826 libfcitx-utils0_4.2.9-1_amd64.deb Files: 0fa3fdaf0f02528555868fb2ebb1509f 4317 utils optional fcitx_4.2.9-1.dsc c00c72f46cd95f25d15fe87aee543cc1 8675292 utils optional fcitx_4.2.9.orig.tar.xz 7e7f7763d92f47c499419161186d39a0 22292 utils optional fcitx_4.2.9-1.debian.tar.xz 60ffb73aa67268ff998ccd4639fd03de 61734 utils optional fcitx-bin_4.2.9-1_amd64.deb e6366cacb4c531d52b04bd88e5ddf65f 168458 utils optional fcitx-data_4.2.9-1_all.deb 35fed9d61d72980706ef48cc396dc404 4765982 debug extra fcitx-dbg_4.2.9-1_amd64.deb c3fdd65ee973761f00d69fff00c6e47c 24736 utils optional fcitx-frontend-all_4.2.9-1_all.deb 3dbcf94452dc6480ae429d50650eb8a3 35714 utils optional fcitx-frontend-gtk2_4.2.9-1_amd64.deb 1bc3befc1096ef076dfdcf3f79c24dd6 36422 utils optional fcitx-frontend-gtk3_4.2.9-1_amd64.deb 4b61beeb4e3d265bab181e0f84a24d8e 50182 utils optional fcitx-frontend-qt4_4.2.9-1_amd64.deb 5159d744f6a050589273e1ba37e5917b 128406 libdevel optional fcitx-libs-dev_4.2.9-1_amd64.deb 190c9172a9f5d7550b0bcb03d10eaab0 24440 oldlibs optional fcitx-libs-gclient_4.2.9-1_all.deb e79d8dcfa2d95863b2b71341b3faf918 24442 oldlibs optional fcitx-libs-qt_4.2.9-1_all.deb f17bc97abe0501989023e77b7f0d829b 24474 oldlibs optional fcitx-libs_4.2.9-1_all.deb 1b1278e835629f9359cefbce9950fcaa 50100 utils optional fcitx-module-dbus_4.2.9-1_amd64.deb 242fb5723a124a7bb8df36e7a6d06b38 38992 utils optional fcitx-module-kimpanel_4.2.9-1_amd64.deb 9b422a94cf7ffcbda0dd5c0788ae78b1 38262 utils optional fcitx-module-lua_4.2.9-1_amd64.deb 8302f25be8f1cd9974a6e28834668602 63262 utils optional fcitx-module-quickphrase-editor_4.2.9-1_amd64.deb dde49620feee1001e7ded23be5ccf3bc 105214 utils optional fcitx-module-x11_4.2.9-1_amd64.deb f7328f57416c9c8be4c874e6b7851982 1437282 utils optional fcitx-modules_4.2.9-1_amd64.deb 8fc51bf0b29289fa9290244c12f77de7 2074796 utils optional fcitx-pinyin_4.2.9-1_amd64.deb e615e5f0f8c0a424815ec3ce66861750 28496 utils optional fcitx-qw_4.2.9-1_amd64.deb f3dc93e401a355accc8f4151d40ab507 24786 utils optional fcitx-table-all_4.2.9-1_all.deb 75d92a19e7426cd0cb8ee9b7e92d54ba 129794 utils optional fcitx-table-bingchan_4.2.9-1_all.deb 5b634070d7d884832ba8e9015a244cb8 47486 utils optional fcitx-table-cangjie_4.2.9-1_all.deb 64ca0e2527398ac8fb50995e604c8bc0 37884 utils optional fcitx-table-dianbaoma_4.2.9-1_all.deb 8c47e1a9bd6739db25b29d6058bec8de 385692 utils optional fcitx-table-erbi_4.2.9-1_all.deb f06bfdd87c1434c6d63aefce0c1df60c 521288 utils optional fcitx-table-wanfeng_4.2.9-1_all.deb c781c9185f1a99dee7f1d3acef141786 1663526 utils optional fcitx-table-wbpy_4.2.9-1_all.deb acd0241f00e387424294980e3a1a023c 517444 utils optional fcitx-table-wubi_4.2.9-1_all.deb 22aa0f8f65c8e243d75c0001d763370f 326832 utils optional fcitx-table-ziranma_4.2.9-1_all.deb f9754c499b62fa7a0d6b8c83a588fdf4 65832 utils optional fcitx-table_4.2.9-1_amd64.deb 44848144b85fecd614dab55d807615e7 96838 utils optional fcitx-tools_4.2.9-1_amd64.deb 515b963b91c3a203130b09cdfbf4c94c 134232 utils optional fcitx-ui-classic_4.2.9-1_amd64.deb 748c572a5d318479dcf6e360df216bc5 26200 utils optional fcitx_4.2.9-1_all.deb 3518975b8d60227f3aeeca772e20acc1 30654 introspection optional gir1.2-fcitx-1.0_4.2.9-1_amd64.deb 6e3d287b5704cabbb54cde459d574d31 55696 libs optional libfcitx-config4_4.2.9-1_amd64.deb 0b6f8efb2b6af86f38c88c2f9f5bbdf9 76336 libs optional libfcitx-core0_4.2.9-1_amd64.deb 2c2245d30fcaa2b0cce3d0e5a3096cfd 40554 libs optional libfcitx-gclient0_4.2.9-1_amd64.deb c61eb31c7b79e3c53832a16072d57c05 92896 libs optional libfcitx-qt0_4.2.9-1_amd64.deb fd5eff96fdf40d5a8f22cd7c03d01949 54826 libs optional libfcitx-utils0_4.2.9-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCAAGBQJVqoFwAAoJEPbsVcVkKA0ecfEH/i6OgRr42Z/ifTPawWsRNa+O QhSYCWJr6Gp+N/fXUR85atJ1nKrHlpdQ0cV03jFE4EN9G7UtT8l486LJsdiZbZGI DgjMrkvmjoedriKq2Ek+alOqGifElz+zZ3oggfQsW7Gk7sjYbb8FMRoiXKGbTWjV 21KTIzmAI8FjJttxsgMccg4/UlWKWfJmr2zIGnDdKltooodlGqEZWxWhoH+64r8Q G8VZmJQl1hMfwbYFCqgyQArroAuMoHQxfJYr7idzq8/GtSNvkd5C7wmFyt3aoaxv lKaGXxg7uw7SeOAY8sTYBOTRjI9EvSqiuwKyC7La+UmaNv6UonR4QtEHn+ZM8Is= =Oipe -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From zh_jq at outlook.com Sat Jul 18 18:39:58 2015 From: zh_jq at outlook.com (Zhang Jingqiang) Date: Sun, 19 Jul 2015 02:39:58 +0800 Subject: [Pkg-ime-devel] Bug#792583: please remove zenity from recommends Message-ID: Hello, I just checked your fcitx git package repo, and found that zenity is used in src/ui/classic/fcitx-skin-installer.sh, which is not included in any binary package. So please remove zenity from recommends, or add kde-baseapps-bin as an alternative to zenity, as 'kdialog' is also supported there. Thanks From zh_jq at outlook.com Sat Jul 18 18:52:31 2015 From: zh_jq at outlook.com (Zhang Jingqiang) Date: Sun, 19 Jul 2015 02:52:31 +0800 Subject: [Pkg-ime-devel] Bug#792583: please remove zenity from recommends In-Reply-To: References: Message-ID: ? 2015?7?19? ??? 02:39:58?Zhang Jingqiang ??? > Hello, > I just checked your fcitx git package repo, and found that zenity is used in > src/ui/classic/fcitx-skin-installer.sh, which is not included in any binary > package. So please remove zenity from recommends, or add kde-baseapps-bin > as an alternative to zenity, as 'kdialog' is also supported there. Thanks Sorry, I found that script as /usr/bin/fcitx-skin-installer in package fcitx-bin, so it will be better to add 'zenity | kdialog' as recommends to fcitx-bin. Patch attached. Thanks -------------- next part -------------- A non-text attachment was scrubbed... Name: zenity-recommends.diff Type: text/x-patch Size: 952 bytes Desc: not available URL: From zh_jq at outlook.com Sun Jul 19 03:03:02 2015 From: zh_jq at outlook.com (Zhang Jingqiang) Date: Sun, 19 Jul 2015 11:03:02 +0800 Subject: [Pkg-ime-devel] Bug#772253: bashism git patch Message-ID: #bashism patch tags 772253 + patch thanks why not fix this bug ? -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-0003-fix-bashisms.patch.patch Type: text/x-patch Size: 2011 bytes Desc: not available URL: From owner at bugs.debian.org Sun Jul 19 03:06:06 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 19 Jul 2015 03:06:06 +0000 Subject: [Pkg-ime-devel] Processed: bashism git patch References: Message-ID: Processing commands for control at bugs.debian.org: > #bashism patch > tags 772253 + patch Bug #772253 [fcitx-bin] fcitx-bin: bashism in /bin/sh script Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 772253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772253 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Jul 19 03:15:04 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 19 Jul 2015 03:15:04 +0000 Subject: [Pkg-ime-devel] Processed: Patch available References: Message-ID: Processing commands for control at bugs.debian.org: > tags 792583 + patch Bug #792583 [fcitx-ui-classic] fcitx-ui-classic: Should this package recommend zenity? Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 792583: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792583 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From aron at debian.org Sun Jul 19 09:53:05 2015 From: aron at debian.org (Aron Xu) Date: Sun, 19 Jul 2015 17:53:05 +0800 Subject: [Pkg-ime-devel] Bug#772253: Bug#772253: bashism git patch In-Reply-To: References: Message-ID: tags 772253 - patch thanks Upstream it please. Aron From owner at bugs.debian.org Sun Jul 19 09:57:06 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 19 Jul 2015 09:57:06 +0000 Subject: [Pkg-ime-devel] Processed: Re: Bug#772253: bashism git patch References: Message-ID: Processing commands for control at bugs.debian.org: > tags 772253 - patch Bug #772253 [fcitx-bin] fcitx-bin: bashism in /bin/sh script Removed tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 772253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772253 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Jul 19 11:30:18 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 19 Jul 2015 11:30:18 +0000 Subject: [Pkg-ime-devel] Processed: Forwarded to upstream References: Message-ID: Processing commands for control at bugs.debian.org: > forwarded 772253 https://github.com/fcitx/fcitx/issues/215 Bug #772253 [fcitx-bin] fcitx-bin: bashism in /bin/sh script Set Bug forwarded-to-address to 'https://github.com/fcitx/fcitx/issues/215'. > tags 772253 + upstream Bug #772253 [fcitx-bin] fcitx-bin: bashism in /bin/sh script Added tag(s) upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 772253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772253 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Wed Jul 22 11:16:21 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Jul 2015 11:16:21 +0000 Subject: [Pkg-ime-devel] Processing of ibus-chewing_1.4.14-2_amd64.changes Message-ID: ibus-chewing_1.4.14-2_amd64.changes uploaded successfully to localhost along with the files: ibus-chewing_1.4.14-2.dsc ibus-chewing_1.4.14-2.debian.tar.xz ibus-chewing-dbg_1.4.14-2_amd64.deb ibus-chewing_1.4.14-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 22 11:20:06 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Jul 2015 11:20:06 +0000 Subject: [Pkg-ime-devel] ibus-chewing_1.4.14-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 29 Jun 2015 19:10:59 +0800 Source: ibus-chewing Binary: ibus-chewing ibus-chewing-dbg Architecture: source amd64 Version: 1.4.14-2 Distribution: unstable Urgency: medium Maintainer: IME Packaging Team Changed-By: ChangZhuo Chen (???) Description: ibus-chewing - Chewing engine for IBus ibus-chewing-dbg - Chewing engine for IBus - debugging symbols Changes: ibus-chewing (1.4.14-2) unstable; urgency=medium . * Update Vcs-Browser * Update Homepage * Use copyright-format 1.0 * Update d/watch Checksums-Sha1: 0521297c41a06ead7141787d46e3f2287324ad18 2251 ibus-chewing_1.4.14-2.dsc 676c4bea9451db597d43a7c0f72e72e7affeeef7 5776 ibus-chewing_1.4.14-2.debian.tar.xz 5e0634a648b91a864e7086152cc58bfc555de90a 212610 ibus-chewing-dbg_1.4.14-2_amd64.deb 76a4580f5a5a6e59367287b6e4376d017385b8d2 76508 ibus-chewing_1.4.14-2_amd64.deb Checksums-Sha256: 8ca746e62a85f8d0e0ae766c19221d5e4a53aa6ace9dee16f435c2ce32fbc208 2251 ibus-chewing_1.4.14-2.dsc f9a338aea0ddf1a96b14056336db729706f9c4e6f9ad879ceeef45b9886cc655 5776 ibus-chewing_1.4.14-2.debian.tar.xz ce0b47bac2d061e5abd0b195545111a2f9572f76ccb4fff7c750f5a1b9a57cc8 212610 ibus-chewing-dbg_1.4.14-2_amd64.deb dc21c8efbcce5a5d94c787437248e15c0b9052d206b52b197b480538d19849e7 76508 ibus-chewing_1.4.14-2_amd64.deb Files: 13c47e3b3d7084a7882984016161742d 2251 utils optional ibus-chewing_1.4.14-2.dsc b1beb4ec21888524e79b31722b1c7bf9 5776 utils optional ibus-chewing_1.4.14-2.debian.tar.xz 658395dca74c987d850a3a3de0dad157 212610 debug extra ibus-chewing-dbg_1.4.14-2_amd64.deb cdf4ef998fadc1aaedab4dfaf0d2eb2f 76508 utils optional ibus-chewing_1.4.14-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJVr3qDAAoJELTYlw90nD9qQmUQAM6fUBR0oOtCXHRc5hNxwZ5x TtaM1VetsNoyzuwShesLQHj32n/RDVXWSx/CWJNKpqSS1OzPQsBl0mPTZ+wZGTAl uCIDTcp17Kd2f6kIAmOTZIO3IpytO4FRVfoHeLpMvaaIn4ylp4JtV90PfrFb1Qhk kyTLO/uAe2HLJNvj3cWVoM1EqzYwIyuvE9Vwt6Rvar1kG9qq7aUmeVh4rndqmp8q hKKQeB5Z6cJk0IB7VYMVACjL45uaW4pGFoa+KXuloTU7m8zAHPJMzKKs6YcptkM7 7gx60GoDk9C/S3/mMYHggt5yAYIFxTBlz+5EWO3tqyDNHyBc294wkl7ZDPWL/ep9 JRMo/U+tDQ1OdWPk1cBqMWMX2m/B741HCSYzvelE1cF6w9FT0tz54eowErgE2yeF LK2gFxKFwTtDKOspLotBJe6AiQZXiqDPPc8OWYoznxf+R68eOs0buS/wZHK+PS14 BZPnFsrMub302X4cYUviaZi5a6oqQgfRU/n1uSrXDXUAQnw5pefJn1qYW4BIn7nt 8MrePejF9NKjDJU8Id2b5HwWvAwGOeYS5Wh2qVpAhjAPCNh/TbhiBdWuhda6Z/JH f4bOAa7sB/XlQSDjZYghB9ycGdB2DpfVbMj6W5i3J9CdMfGYAt9WWMigfjUE70Ix mhlVwxwP9SyT3V0dc1tR =jNL7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Jul 22 12:06:28 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Jul 2015 12:06:28 +0000 Subject: [Pkg-ime-devel] Processing of libzhuyin_1.0.2-1_amd64.changes Message-ID: libzhuyin_1.0.2-1_amd64.changes uploaded successfully to localhost along with the files: libzhuyin_1.0.2-1.dsc libzhuyin_1.0.2.orig.tar.gz libzhuyin_1.0.2-1.debian.tar.xz libzhuyin-data_1.0.2-1_amd64.deb libzhuyin-dbg_1.0.2-1_amd64.deb libzhuyin-dev_1.0.2-1_amd64.deb libzhuyin6_1.0.2-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 22 12:20:00 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Jul 2015 12:20:00 +0000 Subject: [Pkg-ime-devel] libzhuyin_1.0.2-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 07 Jul 2015 12:29:01 +0800 Source: libzhuyin Binary: libzhuyin6 libzhuyin-data libzhuyin-dev libzhuyin-dbg Architecture: source amd64 Version: 1.0.2-1 Distribution: unstable Urgency: medium 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 Changes: libzhuyin (1.0.2-1) unstable; urgency=medium . * New upstream release Checksums-Sha1: e76477ab4e917cca8c478e4f7dfcd0a5a7d93411 2191 libzhuyin_1.0.2-1.dsc 9e45ab52d636da216ee776e4a9dfcfee533c4554 12884584 libzhuyin_1.0.2.orig.tar.gz fcc8d4f18266f0b9aeb942c6b83739920536e0cc 3368 libzhuyin_1.0.2-1.debian.tar.xz a3466388e41d91b9b4dc28525418b11593e3d90d 5753898 libzhuyin-data_1.0.2-1_amd64.deb b765b037374aa07f4dd0c868ceab646c2c3a3de0 589246 libzhuyin-dbg_1.0.2-1_amd64.deb 0a22fb3deeb49106c5ab70997bd18823482780fe 7454 libzhuyin-dev_1.0.2-1_amd64.deb b55924dfcd5aee22716093ab70885891e589809a 122438 libzhuyin6_1.0.2-1_amd64.deb Checksums-Sha256: 9b1bbc170f47cf2fdf5bf68ac8f2ff9f5a213b9c362fc31de239acae81cc2562 2191 libzhuyin_1.0.2-1.dsc 8cf011b0c2ea17f78d4c684a6a49d9ab3b20cd3cfe727b3042c176c5c4239fe2 12884584 libzhuyin_1.0.2.orig.tar.gz c262d83c7fbdc59a763acad09c15fdfc9df913234b1154a9dcfa158cca47d533 3368 libzhuyin_1.0.2-1.debian.tar.xz 9d51345d4f9f8adfe1ef2f4ddb557078c82d87b2c60f81c990c136e5e5a7fe6f 5753898 libzhuyin-data_1.0.2-1_amd64.deb 263d483c19b4b6c0b621451c2533375eba30c8369ccd8bc6eb01f0ffb856be08 589246 libzhuyin-dbg_1.0.2-1_amd64.deb 83bf3383e5fc5530261aedfdd34511907ec056c7bf3acea024096e82e95eb171 7454 libzhuyin-dev_1.0.2-1_amd64.deb 52c499a3ddaa4bcbc05eab073877b416769b8e1b952fcb7d2b4ef800f26541d2 122438 libzhuyin6_1.0.2-1_amd64.deb Files: cc87c05f70fdcb3f55ac60d4817b3884 2191 libs optional libzhuyin_1.0.2-1.dsc 84d33b8300414f228b8e4e0fd926ff07 12884584 libs optional libzhuyin_1.0.2.orig.tar.gz f50ece6911896d2f4e9ca53a8244e615 3368 libs optional libzhuyin_1.0.2-1.debian.tar.xz 414ec9b6f432dcb594883a9ab600b1c1 5753898 libs optional libzhuyin-data_1.0.2-1_amd64.deb e547b9840c3bbf9464610da0f5f8a39f 589246 debug extra libzhuyin-dbg_1.0.2-1_amd64.deb 255293cc59e8d24d411a6743932cc2de 7454 libdevel optional libzhuyin-dev_1.0.2-1_amd64.deb f10b7411e23ed6a972efc47b5e9afe91 122438 libs optional libzhuyin6_1.0.2-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJVr4ZfAAoJELTYlw90nD9qH68P+QHIGv/Akom5XVqx7gf6HgJD KLfYlY5hW70bXwgf4XDV1XFoyrhScShrWlIKUx6z+fsQmdlVWPYSlQVfnOOdmLXo 2ulXobZibKQKc/M/gdafJjulLuzmTzoJA6K6irMtPqGQj9ZSsB58LmM4ph00s4j1 QBqCOZ7BVT1jEfl9IUloapiuFUXJFyyHx/hssgXjLILtrKh9kVqIDK4L3ZizyRDa S9aZ6bydGnAEVyM4QA97qVzZ7JdxX+u2hxxWpnNbzkSYcBb7vSNPf18x9PEFxqHj 0osQ1E7DUuuyoXxhLCoNcuffzPkiFJtZAg/3Y5J7A0e/+n9N1I2DYFAacVfiDf33 985e7XpzicvKg4DWIWwtqi2yTOeT0yzNMErClKOP67vWf0p6q9kWOD2xaWEIeMM4 mekh/Z1x6BJfyQ/qVGqDTcRARpInJQIQLhAsE4rz/1jS7g2a8XkRVvGJC0FkLidf 9gn5NMCOVqTEitIz/VT+tG0Efz/Cjo9HqgvKQzerD4S8DzfjcLyuCyzvBZ2OgD0o qpAZWV1dtlGaALwERqelJjKOgSnluhw53lOjRLwj/6FaCjvYPbF9jA37hiMSYziI v+J3U466fIhJvgJsAkliv2YPQr6uJHwl9fvhQdlYsaBYIL3E67Mqg9TOx7+HTu6H hKSm8waOCOvgDPBfy9nX =Gsag -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From doko at debian.org Wed Jul 22 13:33:45 2015 From: doko at debian.org (Matthias Klose) Date: Wed, 22 Jul 2015 13:33:45 +0000 Subject: [Pkg-ime-devel] Bug#793255: librime: change of type in system_error might break with GCC-5 Message-ID: Package: src:librime Severity: important Tags: sid stretch User: debian-gcc at lists.debian.org Usertags: gcc-pr66145 GCC PR libstdc++/66145 is a regression in GCC 5 which won't be fixed upstream in time for the GCC defaults change. The work around is to rebuild the affected packages after GCC 5 is the default compiler. Please look at the code and decide, if the package is affected. If not, please just close the issue. If it's a real issue, I'll add the packages affected to libstdc++6's Breaks attributes, with the version of the package at the time of the defaults change. See https://wiki.debian.org/GCC5#libstdc.2B-.2B-_c.2B-.2B-11_incompatibilities_.284.9_and_5.29 for further information. To build with GCC 5,install the gcc, g++, gfortran, ... packages from experimental (apt-get -t experimental install g++). From doko at debian.org Wed Jul 22 13:33:51 2015 From: doko at debian.org (Matthias Klose) Date: Wed, 22 Jul 2015 13:33:51 +0000 Subject: [Pkg-ime-devel] Bug#793260: marisa: change of type in system_error might break with GCC-5 Message-ID: Package: src:marisa Severity: important Tags: sid stretch User: debian-gcc at lists.debian.org Usertags: gcc-pr66145 GCC PR libstdc++/66145 is a regression in GCC 5 which won't be fixed upstream in time for the GCC defaults change. The work around is to rebuild the affected packages after GCC 5 is the default compiler. Please look at the code and decide, if the package is affected. If not, please just close the issue. If it's a real issue, I'll add the packages affected to libstdc++6's Breaks attributes, with the version of the package at the time of the defaults change. See https://wiki.debian.org/GCC5#libstdc.2B-.2B-_c.2B-.2B-11_incompatibilities_.284.9_and_5.29 for further information. To build with GCC 5,install the gcc, g++, gfortran, ... packages from experimental (apt-get -t experimental install g++). From ftpmaster at ftp-master.debian.org Wed Jul 22 14:41:57 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Jul 2015 14:41:57 +0000 Subject: [Pkg-ime-devel] Processing of ibus-libzhuyin_1.7.3-1_amd64.changes Message-ID: ibus-libzhuyin_1.7.3-1_amd64.changes uploaded successfully to localhost along with the files: ibus-libzhuyin_1.7.3-1.dsc ibus-libzhuyin_1.7.3.orig.tar.gz ibus-libzhuyin_1.7.3-1.debian.tar.xz ibus-libzhuyin-dbg_1.7.3-1_amd64.deb ibus-libzhuyin_1.7.3-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 22 15:37:45 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Jul 2015 15:37:45 +0000 Subject: [Pkg-ime-devel] ibus-libzhuyin_1.7.3-1_amd64.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 22 Jul 2015 22:04:20 +0800 Source: ibus-libzhuyin Binary: ibus-libzhuyin ibus-libzhuyin-dbg Architecture: source amd64 Version: 1.7.3-1 Distribution: experimental Urgency: medium 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 Changes: ibus-libzhuyin (1.7.3-1) experimental; urgency=medium . * New upstream release * Add missing ${python3:Depends} Checksums-Sha1: 4a584d9d139f9e102030ae32f8a83d0e0526222c 2188 ibus-libzhuyin_1.7.3-1.dsc 0b26ef88cc0f544829df99d60b380be4574a793a 84861 ibus-libzhuyin_1.7.3.orig.tar.gz 380e372616d8b32a0b9588ed2fbaa687bf59f4ab 2492 ibus-libzhuyin_1.7.3-1.debian.tar.xz 5dc2e04f0c392ebfb226c10f6a89abd70c25c928 638502 ibus-libzhuyin-dbg_1.7.3-1_amd64.deb 6df3fc98bf996132cae27a4b0b723d869ec9954d 68288 ibus-libzhuyin_1.7.3-1_amd64.deb Checksums-Sha256: ec85381e99f407b4ba7a2d999bcca026a4e329dda42f908300c573569fd06608 2188 ibus-libzhuyin_1.7.3-1.dsc 29d122e1083d20da0034a6b2f9f73e2daa61cf0e39a1b71b959279eb623c42a2 84861 ibus-libzhuyin_1.7.3.orig.tar.gz 6239a82b5a78715fc8bdfb6d98db825eabf00105f0e244a5037c1c49776600fb 2492 ibus-libzhuyin_1.7.3-1.debian.tar.xz 27d2679af085eb63b18850d7c755c65240b8065279e63c15846e3975db29cd6d 638502 ibus-libzhuyin-dbg_1.7.3-1_amd64.deb 57cc9f53dd77c6b42f73e43d381fffd06bd717d5a7aa4cf1d4bdf96e0ad8e2b8 68288 ibus-libzhuyin_1.7.3-1_amd64.deb Files: b73f7860b96d5802e4816df36ffa69aa 2188 utils optional ibus-libzhuyin_1.7.3-1.dsc 5ec1ec63afef60b004c26ffae9944404 84861 utils optional ibus-libzhuyin_1.7.3.orig.tar.gz 27f77ab650df769f4021919bf951c555 2492 utils optional ibus-libzhuyin_1.7.3-1.debian.tar.xz 7aa06cb9c16d55463ba34b90424ea9fa 638502 debug extra ibus-libzhuyin-dbg_1.7.3-1_amd64.deb 85e7544e55c77ea3d925becd3e0a1e24 68288 utils optional ibus-libzhuyin_1.7.3-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJVr6t/AAoJELTYlw90nD9qi/UP/RQhYWcl42YhinditwQz98l5 DEXjVAsne5IZnOqsWGq/5ofYHYeSLF8RCZjuDDzuhfo+uPZujdxR/0tVJHae9WP/ GXxxM1DVfsrkqnvMfQUEQAz5+g3Cn86u5e7pAP9Edze+we+rT/qwtL5oAA4yN23N 9UV5Vn6GeLZ3HyWS/QVxAsXRevT1zC5jfx03nf4RvECAmWQSYFWV3AElpNv1edGT CO5Q4OtHXTYmGtl73K2Su9CX3gcOXULCPAAQUnQJBRS7lZHPFTr/V0+m/m9r0B7o lFshLPm3MvdlN+7KruhVjaCy/OMaXBIA3r3NPCjdsmJzHelEeqQdf6Je9nsW6ZJU 91AQi+w1PHh17iE9088EwaOPKJvWpeBcdMNzjKxFso7F/2LFjXe6uEr7oIUStJTl PXNCLC+GnJS+dLvtO7uOGoPniRS8gf/XDC21AC6V9oPAMSRwb68dbXUQNbvbdxoN QmmAuyGuD17w/M6Z3HEzH1XFrMID5VeaA8YpzJDERf5Xy1l30U++JWTw4zA/nlsR gu2G24SjpBZyo7ho2b89uL7WowsLVcjUiu8YJEYw63rdTuiHfqQBAAlkYGm85PCv /JfhpwvUwcrH4T52aJBeHXVSp8mwFVeI8Gk1ccZBVk8MP7zNh5Mr28sf9KtrNnrq +FSTtnAPH459ZsN7OtDr =5pz5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Wed Jul 22 16:39:16 2015 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 22 Jul 2015 16:39:16 +0000 Subject: [Pkg-ime-devel] sunpinyin 2.0.3+git20140127-2 MIGRATED to testing Message-ID: FYI: The status of the sunpinyin source package in Debian's testing distribution has changed. Previous version: 2.0.3+git20140127-1.1 Current version: 2.0.3+git20140127-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 owner at bugs.debian.org Thu Jul 23 19:15:19 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Jul 2015 19:15:19 +0000 Subject: [Pkg-ime-devel] Processed: [bts-link] source package fcitx References: <20150723191201.7019.6293.btslink@sonntag.debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # > # bts-link upstream status pull for source package fcitx > # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html > # > user bts-link-upstream at lists.alioth.debian.org Setting user to bts-link-upstream at lists.alioth.debian.org (was bts-link-devel at lists.alioth.debian.org). > # remote status report for #772253 (http://bugs.debian.org/772253) > # Bug title: fcitx-bin: bashism in /bin/sh script > # * https://github.com/fcitx/fcitx/issues/215 > # * remote status changed: (?) -> closed > # * closed upstream > tags 772253 + fixed-upstream Bug #772253 [fcitx-bin] fcitx-bin: bashism in /bin/sh script Added tag(s) fixed-upstream. > usertags 772253 + status-closed There were no usertags set. Usertags are now: status-closed. > thanks Stopping processing here. Please contact me if you need assistance. -- 772253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772253 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Jul 24 14:34:07 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 24 Jul 2015 14:34:07 +0000 Subject: [Pkg-ime-devel] Processed: fixed 790465 in 1.4.3-3, tagging 781920, tagging 780333, tagging 779850, tagging 779829 ... References: <1437748156-3179-bts-anbe@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # fixup bug metadata to allow automatic archival > fixed 790465 1.4.3-3 Bug #790465 {Done: Jonas Smedegaard } [kannel] Please drop conditional build-depend on libmysqlclient15-dev Marked as fixed in versions kannel/1.4.3-3. > # drop redundant or incorrect release tags > tags 781920 - jessie sid stretch Bug #781920 {Done: Aron Xu } [ibus] Drop the ibus dependency on python-notify Removed tag(s) stretch, jessie, and sid. > tags 780333 - jessie Bug #780333 {Done: Mike Gabriel } [src:mate-utils] mate-search-tool and mate-disk-usage-analyzer don't receive GSettings notifications with GLib >= 2.43 Removed tag(s) jessie. > tags 779850 - jessie Bug #779850 {Done: Mike Gabriel } [src:mate-user-share] m-u-s doesn't receive GSettings notifications with GLib >= 2.43 Removed tag(s) jessie. > tags 779829 - jessie Bug #779829 {Done: Mike Gabriel } [src:mate-netbook] maximus doesn't receive GSettings notifications with GLib >= 2.43 Removed tag(s) jessie. > found 765681 4.8.4-1.1 Bug #765681 {Done: Scott Kitterman } [libqtcore4-perl] libqtgui4-perl: QtGui4 module cannot be imported Marked as found in versions qt4-perl/4.8.4-1.1. > tags 765681 - jessie sid stretch Bug #765681 {Done: Scott Kitterman } [libqtcore4-perl] libqtgui4-perl: QtGui4 module cannot be imported Removed tag(s) sid, jessie, and stretch. > tags 761413 - jessie sid stretch Bug #761413 {Done: Anton Gladky } [python-vtk6] python-vtk6: Please update to use wxpython3.0 Removed tag(s) jessie, sid, and stretch. > tags 761210 - jessie Bug #761210 {Done: Hideki Yamane } [g-wrap] g-wrap: please migrate to guile-2.0 Removed tag(s) jessie. > tags 759129 - jessie Bug #759129 {Done: Harlan Lieberman-Berg } [src:nanomsg] nanomsg FTBFS on hurd-i386, kfreebsd-i386, sparc Removed tag(s) jessie. > found 753402 0.9.3.3-8 Bug #753402 {Done: NIIBE Yutaka } [gauche] gosh segfaults on s390x causing libguess to FTBFS Marked as found in versions gauche/0.9.3.3-8. > tags 753402 - jessie sid stretch Bug #753402 {Done: NIIBE Yutaka } [gauche] gosh segfaults on s390x causing libguess to FTBFS Removed tag(s) stretch, jessie, and sid. > tags 751330 - jessie sid stretch Bug #751330 {Done: tony mancill } [xd] xd: non-standard gcc/g++ used for build (gcc-4.8) Removed tag(s) stretch, jessie, and sid. > tags 749757 - jessie Bug #749757 {Done: Yavor Doganov } [src:gworkspace] gworkspace.app: GCC warnings that may lead to runtime issues with new GNUstep libraries Removed tag(s) jessie. > tags 749738 - jessie Bug #749738 {Done: Yavor Doganov } [src:cynthiune.app] cynthiune.app: GCC warnings that may lead to runtime issues with new GNUstep libraries Removed tag(s) jessie. > tags 731695 - jessie Bug #731695 {Done: Andreas Beckmann } [pearpc] pearpc: build-depends on libsvga1-dev, which was removed from testing Removed tag(s) jessie. > notfixed 777236 3.16.7-ckt9-2 Bug #777236 {Done: Stephan Sp?th } [src:linux] linux-image-3.16.0-4-686-pae: Acer C720p Touchscreen does not work No longer marked as fixed in versions src:linux/3.16.7-ckt9-2. > fixed 777236 3.16.7-ckt9-2 Bug #777236 {Done: Stephan Sp?th } [src:linux] linux-image-3.16.0-4-686-pae: Acer C720p Touchscreen does not work Marked as fixed in versions linux/3.16.7-ckt9-2. > notfixed 561754 4.8.2+dfsg-11 Bug #561754 {Done: Lisandro Dami?n Nicanor P?rez Meyer } [qt4-x11] qt4-x11: remote info disclosure via css There is no source info for the package 'qt4-x11' at version '4.8.2+dfsg-11' with architecture '' Unable to make a source version for version '4.8.2+dfsg-11' No longer marked as fixed in versions 4.8.2+dfsg-11. > fixed 561754 4:4.8.2+dfsg-11 Bug #561754 {Done: Lisandro Dami?n Nicanor P?rez Meyer } [qt4-x11] qt4-x11: remote info disclosure via css There is no source info for the package 'qt4-x11' at version '4:4.8.2+dfsg-11' with architecture '' Unable to make a source version for version '4:4.8.2+dfsg-11' Marked as fixed in versions 4:4.8.2+dfsg-11. > notfixed 643765 4.8.2+dfsg-11 Bug #643765 {Done: Lisandro Dami?n Nicanor P?rez Meyer } [qt4-qmlviewer] qt4-qmlviewer: qmlviewer on mips fails to "Bus error" There is no source info for the package 'qt4-qmlviewer' at version '4.8.2+dfsg-11' with architecture '' Unable to make a source version for version '4.8.2+dfsg-11' No longer marked as fixed in versions 4.8.2+dfsg-11. > fixed 643765 4:4.8.2+dfsg-11 Bug #643765 {Done: Lisandro Dami?n Nicanor P?rez Meyer } [qt4-qmlviewer] qt4-qmlviewer: qmlviewer on mips fails to "Bus error" Marked as fixed in versions qt4-x11/4:4.8.2+dfsg-11. > reassign 778073 gcc-5 Bug #778073 {Done: Matthias Klose } [src:ppl] ppl: ftbfs with GCC-5 Bug reassigned from package 'src:ppl' to 'gcc-5'. No longer marked as found in versions ppl/1:1.1-3. No longer marked as fixed in versions gcc-5/5-20150314-1. > fixed 778073 5-20150314-1 Bug #778073 {Done: Matthias Klose } [gcc-5] ppl: ftbfs with GCC-5 Marked as fixed in versions gcc-5/5-20150314-1. > affects 778073 + src:ppl Bug #778073 {Done: Matthias Klose } [gcc-5] ppl: ftbfs with GCC-5 Added indication that 778073 affects src:ppl > fixed 662373 1.3.7-3 Bug #662373 {Done: Eduard Bloch } [src:icewm] icewm: Please Build-Depends on libpng-dev, change from libpng12-dev Marked as fixed in versions icewm/1.3.7-3. > notfixed 662373 1.2.37+1.3.4pre2-1 Bug #662373 {Done: Eduard Bloch } [src:icewm] icewm: Please Build-Depends on libpng-dev, change from libpng12-dev No longer marked as fixed in versions 1.2.37+1.3.4pre2-1. > reassign 777616 llvm-toolchain-3.5,llvm-toolchain-snapshot Bug #777616 {Done: Sylvestre Ledru } [lldb] lldb-3.7: Not usable at all. "doesn't contain any 'host' platform architectures: x86_64" for each binary Bug reassigned from package 'lldb' to 'llvm-toolchain-3.5,llvm-toolchain-snapshot'. No longer marked as found in versions llvm-defaults/0.25. No longer marked as fixed in versions llvm-toolchain-3.5/1:3.5-10 and llvm-toolchain-snapshot/1:3.7~svn230892-1. > fixed 777616 1:3.5-10 Bug #777616 {Done: Sylvestre Ledru } [llvm-toolchain-3.5,llvm-toolchain-snapshot] lldb-3.7: Not usable at all. "doesn't contain any 'host' platform architectures: x86_64" for each binary There is no source info for the package 'llvm-toolchain-3.5' at version '1:3.5-10' with architecture '' There is no source info for the package 'llvm-toolchain-snapshot' at version '1:3.5-10' with architecture '' Unable to make a source version for version '1:3.5-10' Marked as fixed in versions 1:3.5-10. > fixed 777616 1:3.7~svn230892-1 Bug #777616 {Done: Sylvestre Ledru } [llvm-toolchain-3.5,llvm-toolchain-snapshot] lldb-3.7: Not usable at all. "doesn't contain any 'host' platform architectures: x86_64" for each binary There is no source info for the package 'llvm-toolchain-3.5' at version '1:3.7~svn230892-1' with architecture '' There is no source info for the package 'llvm-toolchain-snapshot' at version '1:3.7~svn230892-1' with architecture '' Unable to make a source version for version '1:3.7~svn230892-1' Marked as fixed in versions 1:3.7~svn230892-1. > reassign 779332 llvm-toolchain-3.5 Bug #779332 {Done: Sylvestre Ledru } [lldb] lldb: cannot run executables or attach to processes Bug reassigned from package 'lldb' to 'llvm-toolchain-3.5'. No longer marked as found in versions llvm-defaults/0.25. No longer marked as fixed in versions llvm-toolchain-3.5/1:3.5-10. > fixed 779332 1:3.5-10 Bug #779332 {Done: Sylvestre Ledru } [llvm-toolchain-3.5] lldb: cannot run executables or attach to processes There is no source info for the package 'llvm-toolchain-3.5' at version '1:3.5-10' with architecture '' Unable to make a source version for version '1:3.5-10' Marked as fixed in versions 1:3.5-10. > notfound 598022 1.7.4p4-3 Bug #598022 {Done: Ben Hutchings } [sudo] pod markup in sudoers(5) manpage No longer marked as found in versions sudo/1.7.4p4-3. > reassign 776081 src:jnr-constants Bug #776081 {Done: Miguel Landaeta } [src:libconstantine-java] libconstantine-java: Update to 0.8.6 or a more recent release Bug reassigned from package 'src:libconstantine-java' to 'src:jnr-constants'. No longer marked as found in versions libconstantine-java/0.7-6. No longer marked as fixed in versions jnr-constants/0.8.6-2. > fixed 776081 0.8.6-2 Bug #776081 {Done: Miguel Landaeta } [src:jnr-constants] libconstantine-java: Update to 0.8.6 or a more recent release Marked as fixed in versions jnr-constants/0.8.6-2. > affects 776081 + src:libconstantine-java Bug #776081 {Done: Miguel Landaeta } [src:jnr-constants] libconstantine-java: Update to 0.8.6 or a more recent release Added indication that 776081 affects src:libconstantine-java > fixed 766239 5.3.2+dfsg-4 Bug #766239 {Done: Lisandro Dami?n Nicanor P?rez Meyer } [src:qtbase-opensource-src] qtbase-opensource-src: Needs xkb-config-root setted Marked as fixed in versions qtbase-opensource-src/5.3.2+dfsg-4. > fixed 773225 10 Bug #773225 {Done: Helmut Grohne } [cross-gcc-dev] update patches for gcc 4.9.2-8 Marked as fixed in versions cross-gcc/10. > reassign 775773 libvirt Bug #775773 {Done: Guido G?nther } [virt-manager] virt-manager: new vm - no suitable CPU module - virt-manager (version 1:1.0.1-3) in testing Bug reassigned from package 'virt-manager' to 'libvirt'. No longer marked as found in versions virt-manager/1:1.0.1-3. No longer marked as fixed in versions libvirt/1.2.9-9. > fixed 775773 1.2.9-9 Bug #775773 {Done: Guido G?nther } [libvirt] virt-manager: new vm - no suitable CPU module - virt-manager (version 1:1.0.1-3) in testing There is no source info for the package 'libvirt' at version '1.2.9-9' with architecture '' Unable to make a source version for version '1.2.9-9' Marked as fixed in versions 1.2.9-9. > affects 775773 + virt-manager Bug #775773 {Done: Guido G?nther } [libvirt] virt-manager: new vm - no suitable CPU module - virt-manager (version 1:1.0.1-3) in testing Added indication that 775773 affects virt-manager > reassign 739670 src:php-nrk-predis Bug #739670 {Done: Cyril Bouthors } [libphp-predis] Rename package to php-nrk-predis Bug reassigned from package 'libphp-predis' to 'src:php-nrk-predis'. No longer marked as found in versions libphp-predis/0.8.3-1. No longer marked as fixed in versions php-nrk-predis/1.0.0-1. > fixed 739670 1.0.0-1 Bug #739670 {Done: Cyril Bouthors } [src:php-nrk-predis] Rename package to php-nrk-predis Marked as fixed in versions php-nrk-predis/1.0.0-1. > affects 739670 + libphp-predis Bug #739670 {Done: Cyril Bouthors } [src:php-nrk-predis] Rename package to php-nrk-predis Added indication that 739670 affects libphp-predis > notfixed 536738 0.48.3-1 Bug #536738 {Done: Alex Valavanis } [inkscape] [inkscape] Cannot open own Adobe Illustrator files There is no source info for the package 'inkscape' at version '0.48.3-1' with architecture '' Unable to make a source version for version '0.48.3-1' No longer marked as fixed in versions 0.48.3-1. > fixed 536738 0.48.3.1-1 Bug #536738 {Done: Alex Valavanis } [inkscape] [inkscape] Cannot open own Adobe Illustrator files Marked as fixed in versions inkscape/0.48.3.1-1. > found 776296 1.17.13 Bug #776296 {Done: Chris Lamb } [dpkg-dev] Make it explicit that a space is not valid in -SField Marked as found in versions dpkg/1.17.13. > notfound 776296 1.17.23 Bug #776296 {Done: Chris Lamb } [dpkg-dev] Make it explicit that a space is not valid in -SField No longer marked as found in versions dpkg/1.17.23. > notfound 595699 1.1-1 Bug #595699 {Done: Lisandro Dami?n Nicanor P?rez Meyer } [choqok] Subject: choqok: Spawns hundreds of processes during usage, merely hangs the machine No longer marked as found in versions choqok/1.1-1. > notfixed 731119 2.2.5+dfsg-1 Bug #731119 {Done: Sam Hartman } [freeradius] freeradius-ldap : basedn can't be empty There is no source info for the package 'freeradius' at version '2.2.5+dfsg-1' with architecture '' Unable to make a source version for version '2.2.5+dfsg-1' No longer marked as fixed in versions freeradius/2.2.5+dfsg-1. > fixed 731119 2.2.5+dfsg-0.1 Bug #731119 {Done: Sam Hartman } [freeradius] freeradius-ldap : basedn can't be empty Marked as fixed in versions freeradius/2.2.5+dfsg-0.1. > fixed 743440 36.0-1 Bug #743440 {Done: Samuel Thibault } [iceweasel] iceweasel not accessible (to screen readers, atk, spi) Marked as fixed in versions iceweasel/36.0-1. > reassign 764473 libnet-dns-zonefile-fast-perl Bug #764473 {Done: Ond?ej Sur? } [dnssec-tools] donuts doesn't work at all Bug reassigned from package 'dnssec-tools' to 'libnet-dns-zonefile-fast-perl'. No longer marked as found in versions dnssec-tools/2.1-1. No longer marked as fixed in versions libnet-dns-zonefile-fast-perl/1.24-1. > fixed 764473 1.24-1 Bug #764473 {Done: Ond?ej Sur? } [libnet-dns-zonefile-fast-perl] donuts doesn't work at all Marked as fixed in versions libnet-dns-zonefile-fast-perl/1.24-1. > affects 764473 + dnssec-tools Bug #764473 {Done: Ond?ej Sur? } [libnet-dns-zonefile-fast-perl] donuts doesn't work at all Added indication that 764473 affects dnssec-tools > tags 786673 + sid stretch - jessie-ignore Bug #786673 {Done: Dmitry Smirnov } [bfgminer] FTBFS: Package libbase58 was not found in the pkg-config search path Added tag(s) stretch and sid. Bug #786673 {Done: Dmitry Smirnov } [bfgminer] FTBFS: Package libbase58 was not found in the pkg-config search path Removed tag(s) jessie-ignore. > tags 687904 + sid stretch Bug #687904 [interchange-ui] interchange-ui: cannot install this package Added tag(s) stretch and sid. > tags 793486 + sid stretch Bug #793486 [interchange-cat-standard] interchange-cat-standard: fails to install in sid: post-installation script returned error exit status 10 Added tag(s) sid and stretch. > thanks Stopping processing here. Please contact me if you need assistance. -- 536738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536738 561754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561754 595699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595699 598022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598022 643765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643765 662373: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662373 687904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687904 731119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731119 731695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731695 739670: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739670 743440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743440 749738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749738 749757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749757 751330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751330 753402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753402 759129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759129 761210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761210 761413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761413 764473: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764473 765681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765681 766239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766239 773225: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773225 775773: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775773 776081: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776081 776296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776296 777236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777236 777616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777616 778073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778073 779332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779332 779829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779829 779850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779850 780333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780333 781920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781920 786673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786673 790465: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790465 793486: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793486 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From noreply at release.debian.org Fri Jul 24 16:39:11 2015 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Jul 2015 16:39:11 +0000 Subject: [Pkg-ime-devel] fcitx-qimpanel 2.1.2-1 MIGRATED to testing Message-ID: FYI: The status of the fcitx-qimpanel source package in Debian's testing distribution has changed. Previous version: 1.1.0-1 Current version: 2.1.2-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 Fri Jul 24 16:39:11 2015 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Jul 2015 16:39:11 +0000 Subject: [Pkg-ime-devel] fcitx 1:4.2.9-1 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.5-2 Current version: 1:4.2.9-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 Tue Jul 28 16:39:14 2015 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 28 Jul 2015 16:39:14 +0000 Subject: [Pkg-ime-devel] ibus-chewing 1.4.14-2 MIGRATED to testing Message-ID: FYI: The status of the ibus-chewing source package in Debian's testing distribution has changed. Previous version: 1.4.14-1 Current version: 1.4.14-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 noreply at release.debian.org Tue Jul 28 16:39:14 2015 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 28 Jul 2015 16:39:14 +0000 Subject: [Pkg-ime-devel] libzhuyin 1.0.2-1 MIGRATED to testing Message-ID: FYI: The status of the libzhuyin source package in Debian's testing distribution has changed. Previous version: 1.0.1-1 Current version: 1.0.2-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.