tegaki-zinnia-simplified-chinese (0.3-1) debian-dir only changes

Summary

 debian/changelog |   25 +++++++++++++++++++++++++
 debian/compat    |    1 +
 debian/control   |   26 ++++++++++++++++++++++++++
 debian/copyright |   34 ++++++++++++++++++++++++++++++++++
 debian/docs      |    1 +
 debian/rules     |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/watch     |    2 ++
 7 files changed, 143 insertions(+)

    
download this patch

Patch contents

--- tegaki-zinnia-simplified-chinese-0.3.orig/debian/watch
+++ tegaki-zinnia-simplified-chinese-0.3/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.tegaki.org/releases/([\d.]+)/models/tegaki-zinnia-simplified-chinese-([\d.]+).zip
--- tegaki-zinnia-simplified-chinese-0.3.orig/debian/copyright
+++ tegaki-zinnia-simplified-chinese-0.3/debian/copyright
@@ -0,0 +1,34 @@
+This package was debianized by LI Daobing <lidaobing@gmail.com> on
+Sat, 14 Feb 2009 17:15:55 +0800.
+
+It was downloaded from http://tegaki.sourceforge.net/
+
+Upstream Author:
+
+    Mathieu Blondel <mathieu ÂT mblondel DÔT org>
+
+Copyright:
+
+    Copyright (C) 2009 Mathieu Blondel
+
+License:
+
+    This library 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 2.1 of the License, or (at your option) any later version.
+
+    This library 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 library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+The Debian packaging is (C) 2009, LI Daobing <lidaobing@gmail.com> and
+is licensed under the LGPL 2.1, see `/usr/share/common-licenses/LGPL-2.1'.
--- tegaki-zinnia-simplified-chinese-0.3.orig/debian/rules
+++ tegaki-zinnia-simplified-chinese-0.3/debian/rules
@@ -0,0 +1,54 @@
+#!/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
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	mkdir -p $(CURDIR)/debian/tegaki-zinnia-simplified-chinese/usr/share/tegaki/models/zinnia
+	cp handwriting-zh_CN.model handwriting-zh_CN.meta $(CURDIR)/debian/tegaki-zinnia-simplified-chinese/usr/share/tegaki/models/zinnia
+
+# 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_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-zinnia-simplified-chinese-0.3.orig/debian/compat
+++ tegaki-zinnia-simplified-chinese-0.3/debian/compat
@@ -0,0 +1 @@
+5
--- tegaki-zinnia-simplified-chinese-0.3.orig/debian/docs
+++ tegaki-zinnia-simplified-chinese-0.3/debian/docs
@@ -0,0 +1 @@
+README.txt
--- tegaki-zinnia-simplified-chinese-0.3.orig/debian/changelog
+++ tegaki-zinnia-simplified-chinese-0.3/debian/changelog
@@ -0,0 +1,25 @@
+tegaki-zinnia-simplified-chinese (0.3-1) unstable; urgency=low
+
+  * new upstream release.
+  * debian/watch: updated. 
+  * debian/control: 
+    - bump standards version to 3.8.3. 
+    - no longer build depends on python
+  * debian/docs: updated.
+  * debian/rules: only need copy file.
+  * debian/copyright: change license to LGPL 2.1. 
+
+ -- LI Daobing <lidaobing@debian.org>  Tue, 03 Nov 2009 22:43:10 +0800
+
+tegaki-zinnia-simplified-chinese (0.2-1) unstable; urgency=low
+
+  * New Upstream Version
+  * debian/control: bump standards version to 3.8.2 
+
+ -- LI Daobing <lidaobing@debian.org>  Sun, 16 Aug 2009 11:47:16 +0800
+
+tegaki-zinnia-simplified-chinese (0.1-1) unstable; urgency=low
+
+  * Initial release (closes: #514978)
+
+ -- LI Daobing <lidaobing@debian.org>  Wed, 22 Apr 2009 21:23:14 +0800
--- tegaki-zinnia-simplified-chinese-0.3.orig/debian/control
+++ tegaki-zinnia-simplified-chinese-0.3/debian/control
@@ -0,0 +1,26 @@
+Source: tegaki-zinnia-simplified-chinese
+Section: utils
+Priority: optional
+Maintainer: LI Daobing <lidaobing@debian.org>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.8.3
+Homepage: http://tegaki.sourceforge.net/
+Vcs-Browser: http://git.debian.org/?p=collab-maint/tegaki-zinnia-simplified-chinese.git
+Vcs-Git: git://git.debian.org/collab-maint/tegaki-zinnia-simplified-chinese.git
+
+Package: tegaki-zinnia-simplified-chinese
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simplified Chinese handwriting model for Zinnia
+ Zinnia is a simple, customizable and portable online hand recognition
+ system based on Support Vector Machines. Zinnia simply receives user pen
+ strokes as a sequence of coordinate data and outputs n-best characters
+ sorted by SVM confidence. To keep portability, Zinnia doesn't have any
+ rendering functionality. In addition to recognition, Zinnia provides
+ training module that allows us to create any hand-written recognition
+ systems with low-cost.
+ .
+ This package provide a data model for Zinnia. With this model, Zinnia can
+ recognize Simplified Chinese character.
+ .
+ This data model is derived from tomoe project: http://tomoe.sourceforge.jp