--- tegaki-pygtk-0.3.1.orig/debian/watch +++ tegaki-pygtk-0.3.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.tegaki.org/releases/([\d.]+)/tegaki-pygtk-([\d.]+).tar.gz --- tegaki-pygtk-0.3.1.orig/debian/copyright +++ tegaki-pygtk-0.3.1/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by LI Daobing on +Sat, 14 Feb 2009 17:15:55 +0800. + +It was downloaded from http://www.tegaki.org/ + +Upstream Author: + + Mathieu Blondel + +Copyright: + + Copyright (C) 2008-2009 The Tegaki project contributors + +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 Lesser General +Public License 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'. --- tegaki-pygtk-0.3.1.orig/debian/rules +++ tegaki-pygtk-0.3.1/debian/rules @@ -0,0 +1,56 @@ +#!/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 + python setup.py clean + rm -rf build-stamp build + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + python setup.py install --prefix=/usr --root=$(CURDIR)/debian/python-tegaki-gtk + +# 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 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_pysupport + 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 --- tegaki-pygtk-0.3.1.orig/debian/compat +++ tegaki-pygtk-0.3.1/debian/compat @@ -0,0 +1 @@ +5 --- tegaki-pygtk-0.3.1.orig/debian/docs +++ tegaki-pygtk-0.3.1/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- tegaki-pygtk-0.3.1.orig/debian/changelog +++ tegaki-pygtk-0.3.1/debian/changelog @@ -0,0 +1,38 @@ +tegaki-pygtk (0.3.1-1) unstable; urgency=low + + * new upstream release. + * debian/control: bump standards version to 3.8.4. + * debian/source/format: 1.0. + + -- LI Daobing Wed, 24 Mar 2010 21:48:27 +0800 + +tegaki-pygtk (0.3-1) unstable; urgency=low + + * new upstream release. + * debian/watch: updated. + * debian/control: + - bump standards version to 3.8.3. + - depends: python-tegaki (>= 0.3) + + -- LI Daobing Tue, 03 Nov 2009 21:21:00 +0800 + +tegaki-pygtk (0.2-1) unstable; urgency=low + + * new upstream release. + * debian/control: + - rename source package to tegaki-pygtk. + - bump standards version to 3.8.2. + - update homepage field. + - depends: python-tegaki (>= 0.2) + * debian/copyright: + - update download url. + - update copyright holder. + * debian/watch: updated. + + -- LI Daobing Sat, 25 Jul 2009 11:58:13 +0800 + +tegaki-gtk (0.1-1) unstable; urgency=low + + * Initial release (closes: #514971) + + -- LI Daobing Wed, 22 Apr 2009 21:00:57 +0800 --- tegaki-pygtk-0.3.1.orig/debian/control +++ tegaki-pygtk-0.3.1/debian/control @@ -0,0 +1,21 @@ +Source: tegaki-pygtk +Section: python +Priority: optional +Maintainer: LI Daobing +Build-Depends: debhelper (>= 5), python +Build-Depends-Indep: python-support (>= 0.6) +Standards-Version: 3.8.4 +Homepage: http://www.tegaki.org/ +Vcs-Browser: http://git.debian.org/?p=collab-maint/tegaki-gtk.git +Vcs-Git: git://git.debian.org/collab-maint/tegaki-gtk.git + +Package: python-tegaki-gtk +Architecture: all +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-tegaki (>= 0.3), python-gtk2 +Description: GTK+ widget Python model for Tegaki + 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 provide the GTK+ widget Python module for Tegaki. --- tegaki-pygtk-0.3.1.orig/debian/source/format +++ tegaki-pygtk-0.3.1/debian/source/format @@ -0,0 +1 @@ +1.0