debian/0000755000000000000000000000000012301120444007155 5ustar debian/docs0000644000000000000000000000001212267002753010036 0ustar README.md debian/copyright0000644000000000000000000000373312267002753011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pycangjie Source: https://github.com/bochecha/pycangjie Files: * Copyright: 2012-2014 Mathieu Bridon jeremy-fouriaux License: LGPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser 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 GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. Files: debian/* Copyright: 2013-2014 Anthony Wong 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 as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000000121412301120367011031 0ustar pycangjie (1.0-1build1) trusty; urgency=medium * No-change rebuild for Python 3.4. -- Matthias Klose Wed, 19 Feb 2014 13:17:33 +0100 pycangjie (1.0-1) unstable; urgency=low * New upstream release. -- Anthony Wong Sun, 05 Jan 2014 23:00:13 +0800 pycangjie (0.0.1-1) unstable; urgency=low * New upstream release 0.0.1 * Upload to Debian (Closes: #712683) -- Anthony Wong Sun, 15 Sep 2013 23:36:22 +0800 pycangjie (0.0.1~git20130315-0ubuntu1) raring; urgency=low * Initial release. -- Anthony Wong Fri, 15 Mar 2013 05:25:29 +0800 debian/compat0000644000000000000000000000000212267002753010370 0ustar 9 debian/patches/0000755000000000000000000000000012267002753010621 5ustar debian/patches/0001-Clean-leftover-__pycache__-directories.patch0000644000000000000000000000064212267002753021610 0ustar Author: Anthony Wong Description: Clean leftover tests/__pycache__ directory The tests/__pycache__ directory has to be cleaned so that the build can be done twice. Patch already submitted and accepted by upstream. --- a/Makefile.am +++ b/Makefile.am @@ -88,6 +88,9 @@ tests/run_tests \ $(NULL) +clean-local: + -rm -rf tests/__pycache__ + EXTRA_DIST = \ autogen.sh \ README.md \ debian/patches/series0000644000000000000000000000006212267002753012034 0ustar 0001-Clean-leftover-__pycache__-directories.patch debian/control0000644000000000000000000000200012267002753010565 0ustar Source: pycangjie Section: python Priority: extra Maintainer: IME Packaging Team Uploaders: Anthony Wong Build-Depends: debhelper (>= 9), autotools-dev, python3-all-dev (>=3.2), cython3, pkg-config, libcangjie2-dev, libcangjie2-dev-tools, libtool, automake, dh-autoreconf Standards-Version: 3.9.5 Homepage: https://github.com/Cangjians/pycangjie Vcs-Git: git://anonscm.debian.org/pkg-ime/pycangjie.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/pycangjie.git;a=summary X-Python3-Version: >= 3.2 Package: python3-pycangjie Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, libcangjie2 Provides: ${python3:Provides} Description: Python wrapper to libcangjie This is a Python wrapper to libcangjie, a library that implements the Chinese input method Cangjie (and also Quick). debian/rules0000755000000000000000000000033112267002753010247 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 %: dh $@ --with autoreconf,python3 override_dh_auto_install: dh_auto_install # Removing unused files find debian/python3-pycangjie/usr/lib -name '*.la' -exec rm '{}' \; debian/source/0000755000000000000000000000000012267002753010472 5ustar debian/source/format0000644000000000000000000000001412267002753011700 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000016512267002753011353 0ustar pycangjie for Debian -------------------- pycangjie only supports python >= 3.2 so no python2 module will be built. debian/watch0000644000000000000000000000011512267002753010220 0ustar version=3 http://cangjians.github.io/downloads/pycangjie/cangjie-(.+).tar.xz