tag 513773 patch thanks patch in attchment.
based on git://git.debian.org/git/users/kanru-guest/libchewing.git f670999ea84f061c2c33b9f390188c7f2476ae5c -- Best Regards LI Daobing
From b36fa2cff19e7f4005a560e2a272b2730d8b5135 Mon Sep 17 00:00:00 2001 From: LI Daobing <[email protected]> Date: Mon, 16 Feb 2009 22:06:00 +0800 Subject: [PATCH] fix #513773 --- debian/changelog | 7 +++++++ debian/control | 19 +++++++++++++++++++ debian/pyversions | 1 + 3 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 debian/pyversions diff --git a/debian/changelog b/debian/changelog index d5985ba..ace7793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libchewing (0.3.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * provide python-chewing package (Closes: #513773) + + -- LI Daobing <[email protected]> Mon, 16 Feb 2009 22:01:17 +0800 + libchewing (0.3.2-1) unstable; urgency=low * New Upstream Version diff --git a/debian/control b/debian/control index 8a064ef..2eae4d0 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Kanru Chen <[email protected]> Uploaders: Andrew Lee <[email protected]> Build-Depends: debhelper (>= 7), gcc (>= 3:3.3), libtool (>= 1.5.6) +Build-Depends-Indep: python-support (>= 0.6) Standards-Version: 3.8.0 Homepage: http://chewing.csie.net DM-Upload-Allowed: yes @@ -59,3 +60,21 @@ Description:intelligent phonetic input method library - data files . The Chewing input method is a smart bopomofo fonetics input method that is useful for inputing Mandarin Chinese based language. + +Package: python-chewing +Provides: ${python:Provides} +Section: python +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, + libchewing3 (>= ${source:Version}), libchewing3 (<< ${source:Version}.1~) +Description: intelligent phonetic input method library - Python binding + libchewing is an intelligent phonetic input method library for Chinese. + . + It provides the core algorithm and logic so that they can be shared among + the various input methods like JMCCE, xcin-chewing, scim-chewing, + iiimf-chewing, screen-chewing, ime-chewing, etc. + . + The Chewing input method is a smart bopomofo fonetics input method that + is useful for inputing Mandarin Chinese based language. + . + This package provide the Python binding. diff --git a/debian/pyversions b/debian/pyversions new file mode 100644 index 0000000..b3dc41e --- /dev/null +++ b/debian/pyversions @@ -0,0 +1 @@ +2.5- -- 1.5.6.3

