--- cellwriter-1.3.4.16.orig/debian/menu +++ cellwriter-1.3.4.16/debian/menu @@ -0,0 +1,6 @@ +?package(cellwriter): \ + needs="X11" \ + section="Applications/Accessibility" \ + title="CellWriter" \ + command="/usr/bin/cellwriter" \ + icon="/usr/share/pixmaps/cellwriter.xpm" --- cellwriter-1.3.4.16.orig/debian/rules +++ cellwriter-1.3.4.16/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/class/gnome.mk + +# Only install the TODO into the package directory +DEB_INSTALL_DOCS_ALL := TODO + --- cellwriter-1.3.4.16.orig/debian/changelog +++ cellwriter-1.3.4.16/debian/changelog @@ -0,0 +1,69 @@ +cellwriter (1.3.4.16-0ubuntu1) karmic; urgency=low + + * New svn snapshot + + -- Thomas Jaeger Sat, 03 Oct 2009 11:37:33 -0400 + +cellwriter (1.3.4-1ubuntu1) intrepid; urgency=low + + * Added depends on librsvg2-common (Fixes LP: #254604). + + -- Alessio Treglia Tue, 05 Aug 2008 10:44:16 +0200 + +cellwriter (1.3.4-1) unstable; urgency=low + + * New upstream release + + -- Michael Levin Thu, 9 Jun 2008 12:34:00 -0500 + +cellwriter (1.3.3-1) unstable; urgency=low + + * New upstream release + + -- Michael Levin Thu, 25 Jan 2008 12:25:00 -0500 + +cellwriter (1.3.2-1) unstable; urgency=low + + * New upstream release + * Updated Standards-Version to 3.7.3 + + -- Michael Levin Thu, 24 Jan 2008 16:18:00 -0500 + +cellwriter (1.3.1-1) unstable; urgency=low + + * New upstream release + + -- Michael Levin Fri, 30 Oct 2007 0:28:00 -0500 + +cellwriter (1.3.0-1) unstable; urgency=low + + * New upstream release + - Fixes problems under dark GTK themes (Closes: #446322) + + -- Michael Levin Fri, 29 Oct 2007 22:49:00 -0500 + +cellwriter (1.2.4-1) unstable; urgency=low + + * New upstream release + * keyevent.c: Fixed warnings + + -- Michael Levin Mon, 8 Oct 2007 10:46:00 -0500 + +cellwriter (1.2.3-1) unstable; urgency=low + + * New upstream release + + -- Michael Levin Thu, 27 Sep 2007 11:12:00 -0500 + +cellwriter (1.2.2-1) unstable; urgency=low + + * New upstream release + + -- Michael Levin Sun, 23 Sep 2007 10:45:21 -0500 + +cellwriter (1.1.0-1) unstable; urgency=low + + * Initial release (Closes: #441087, #441088) + + -- Michael Levin Thu, 6 Sep 2007 13:12:44 -0500 + --- cellwriter-1.3.4.16.orig/debian/copyright +++ cellwriter-1.3.4.16/debian/copyright @@ -0,0 +1,51 @@ +This package was debianized by Michael Levin on +Thu, 6 Sep 2007 13:12:44 -0500. + +It was downloaded from http://risujin.org/cellwriter + +Upstream Author and Copyright: + + Copyright (C) 2007 Michael Levin + +License: + + 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 package; 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 General +Public License can be found in `/usr/share/common-licenses/GPL'. + +eggtrayicon.c and eggtrayicon.h are released under the following terms: + + Copyright (C) 2002 Anders Carlsson + + 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 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 + 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 complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL' + +The Debian packaging is (C) 2007, Michael Levin and +is licensed under the GPL, see above. --- cellwriter-1.3.4.16.orig/debian/control +++ cellwriter-1.3.4.16/debian/control @@ -0,0 +1,23 @@ +Source: cellwriter +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Michael Levin +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libgtk2.0-dev (>= 2.8), libgnome2-dev, libxtst-dev +Standards-Version: 3.7.3 +Homepage: http://risujin.org/cellwriter + +Package: cellwriter +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, librsvg2-common +Description: grid-entry handwriting input panel + CellWriter is a grid-entry natural handwriting input panel. + As you write characters into the cells, your writing is instantly + recognized at the character level. When you press 'Enter' on the panel, + the input you entered is sent to the currently focused application as if + typed on the keyboard. + . + * Writer-dependent, learns your handwriting for reliable recognition + * Correcting preprocessor algorithms account for digitizer noise, + differing stroke order, direction, and number of strokes + * Unicode support enables you to write in your native language --- cellwriter-1.3.4.16.orig/debian/compat +++ cellwriter-1.3.4.16/debian/compat @@ -0,0 +1 @@ +5