debian/0000775000000000000000000000000012310451124007161 5ustar debian/copyright0000664000000000000000000000211511614574044011130 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: ucimf-chewing Upstream-Contact: Chun-Yu Lee (Mat) Source: http://code.google.com/p/ucimf Files: * Copyright: 2010, Chun-Yu Lee (Mat) License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the Apache License version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: 2011, Aron Xu License: GPL-2+ debian/changelog0000664000000000000000000000102112310451121011022 0ustar ucimf-chewing (0.3-1+ubuntu1) trusty; urgency=low * Use autoreconf helper for newer arches to correctly build shared libs. -- Daniel T Chen Thu, 13 Mar 2014 20:49:35 -0400 ucimf-chewing (0.3-1+build1) unstable; urgency=low * Rebuild with Multi-Arch enabled libchewing on all archs. -- Aron Xu Tue, 03 Apr 2012 07:49:28 +0000 ucimf-chewing (0.3-1) unstable; urgency=low * Initial release (Closes: #613640) -- Aron Xu Sat, 30 Jul 2011 01:21:34 +0800 debian/docs0000664000000000000000000000001411614574044010044 0ustar NEWS README debian/patches/0000775000000000000000000000000011614574044010625 5ustar debian/patches/01-gcc-4.6.patch0000664000000000000000000000032211614574044013122 0ustar --- a/src/chewing.cpp +++ b/src/chewing.cpp @@ -1,6 +1,7 @@ #include "uchewing.h" #include #include +#include #include #include #include debian/patches/series0000664000000000000000000000002111614574044012033 0ustar 01-gcc-4.6.patch debian/watch0000664000000000000000000000016711614574044010233 0ustar version=3 http://code.google.com/p/ucimf/downloads/list \ http://ucimf.googlecode.com/files/ucimf-chewing-(.*).tar.gz debian/control0000664000000000000000000000153612310451014010567 0ustar Source: ucimf-chewing Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: IME Packaging Team Uploaders: Aron Xu Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config, libucimf-dev, libchewing3-dev, dh-autoreconf Standards-Version: 3.9.2 Homepage: http://code.google.com/p/ucimf/ Vcs-Git: git://git.debian.org/pkg-ime/ucimf-chewing.git Vcs-Browser: http://git.debian.org/?p=pkg-ime/ucimf-chewing.git Package: ucimf-chewing Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: ucimf wrapper for Chewing input method ucimf-chewing is a wrapper for Chewing input method for the Linux framebuffer console input method framework. . Chewing is an intelligent phonetic input method for Chinese. debian/source/0000775000000000000000000000000011614573206010475 5ustar debian/source/format0000664000000000000000000000001411614574044011704 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000211614574044010374 0ustar 7 debian/rules0000775000000000000000000000024412310451033010240 0ustar #!/usr/bin/make -f LDFLAGS += -Wl,--as-needed %: dh $@ --with autoreconf override_dh_auto_install: dh_auto_install find . -name *.la -type f -exec rm -f {} \;