debian/0000755000000000000000000000000011353150163007164 5ustar debian/watch0000644000000000000000000000012311353143607010216 0ustar version=3 http://www.tegaki.org/releases/([\d.]+)/tegaki-recognize-([\d.]+).tar.gz debian/copyright0000644000000000000000000000231611353143607011126 0ustar This package was debianized by LI Daobing on Sat, 14 Feb 2009 17:15:55 +0800. It was downloaded from http://tegaki.sourceforge.net/ Upstream Author: Mathieu Blondel Copyright: Copyright (C) 2008 Mathieu Blondel License: This program 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; version 2 of the License. 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU General Public License 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is (C) 2009, LI Daobing and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000265511353147767010274 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir python setup.py build touch $@ clean: dh_testdir dh_testroot rm -f build-stamp python setup.py clean rm -rf build rm -f debian/tegaki-recognize.menu dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs python setup.py install --prefix=/usr --root=$(CURDIR)/debian/tegaki-recognize rm -rf $(CURDIR)/debian/tegaki-recognize/usr/lib mv $(CURDIR)/debian/tegaki-recognize/usr/share/menu/tegaki-recognize $(CURDIR)/debian/tegaki-recognize.menu # Build architecture-independent files here. binary-arch: build install # We have nothing to do by default. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples dh_installman debian/tegaki-recognize.1 dh_installmenu dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/compat0000644000000000000000000000000211353143607010367 0ustar 5 debian/source/0000755000000000000000000000000011353146610010466 5ustar debian/source/format0000644000000000000000000000001411353150311011665 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001711353143607010042 0ustar README AUTHORS debian/changelog0000644000000000000000000000213411353150163011036 0ustar tegaki-recognize (0.3.1.2-1) unstable; urgency=low * new upstream release. * debian/control: - bump standards version to 3.8.4. - depends: python-tegaki-gtk (>= 0.3.1) * debian/source/format: 3.0. * debian/rules: fix menu postinst problem. * debian/patches/debian-changes-0.3.1.2-1: honor --root option for "python setu.py --install" -- LI Daobing Fri, 26 Mar 2010 23:18:36 +0800 tegaki-recognize (0.3-1) unstable; urgency=low * new upstream release. * debian/watch: updated. * debian/control: - bump standards version to 3.8.3. - depends: python-tegaki-gtk (>= 0.3) * debian/copyright: fix typo (Closes: #543768) -- LI Daobing Tue, 03 Nov 2009 22:53:08 +0800 tegaki-recognize (0.2-1) unstable; urgency=low * New Upstream Version * debian/control: bump standards version to 3.8.2. -- LI Daobing Sun, 16 Aug 2009 11:33:00 +0800 tegaki-recognize (0.1-1) unstable; urgency=low * Initial release (closes: #514972) -- LI Daobing Wed, 22 Apr 2009 21:10:59 +0800 debian/control0000644000000000000000000000202611353146724010577 0ustar Source: tegaki-recognize Section: utils Priority: optional Maintainer: LI Daobing Build-Depends: debhelper (>= 5), python Standards-Version: 3.8.4 Homepage: http://tegaki.sourceforge.net/ Vcs-Browser: http://git.debian.org/?p=collab-maint/tegaki-recognize.git Vcs-Git: git://git.debian.org/collab-maint/tegaki-recognize.git Package: tegaki-recognize Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-gtk2, python-tegaki-gtk (>= 0.3.1) Suggests: tegaki-zinnia-simplified-chinese, tegaki-zinnia-japanese Description: handwriting recognition application Tegaki is an ongoing project which aims to develop a free and open-source modern implementation of handwriting recognition software, that is suitable for both the desktop and mobile devices, and that is designed from the ground up to work well with Chinese and Japanese. . This package provides a standalone handwriting recognition application. . You also need install tegaki-zinnia-simplified-chinese and/or tegaki-zinnia-japanese. debian/tegaki-recognize.10000644000000000000000000000052311353143607012502 0ustar .TH TEGAKI-RECOGNIZE "1" "March 2009" "" "User Commands" .SH NAME tegaki-recognize \- handwriting recognition application .SH SYNOPSIS .B tegaki-recognize [\fIoptions\fR] .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-hide\fR don't show window on startup .SH "SEE ALSO" http://tegaki.sourceforge.net/ debian/patches/0000755000000000000000000000000011353150312010607 5ustar debian/patches/series0000644000000000000000000000003111353146764012036 0ustar debian-changes-0.3.1.2-1 debian/patches/debian-changes-0.3.1.2-10000644000000000000000000000324311353150312014317 0ustar Description: Upstream changes introduced in version 0.3.1.2-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . tegaki-recognize (0.3.1.2-1) unstable; urgency=low . * new upstream release. * debian/control: - bump standards version to 3.8.4. - depends: python-tegaki-gtk (>= 0.3.1) * debian/source/format: 3.0. * debian/rules: fix menu postinst problem. * debian/patches/debian-changes-0.3.1.2-1: honor --root option for "python setu.py --install" . The person named in the Author field signed this changelog entry. Author: LI Daobing --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Forwarded: Reviewed-By: Last-Update: --- tegaki-recognize-0.3.1.2.orig/setup.py +++ tegaki-recognize-0.3.1.2/setup.py @@ -41,6 +41,8 @@ class install(installbase): txt = load_file(filename) txt = self._replace_prefix(txt) outdir = os.path.join(self._getprefix(), folder) + if self.root is not None: + outdir = self.root + outdir out = os.path.join(outdir, filename.replace(".in", "")) if not os.path.exists(outdir): os.makedirs(outdir)