debian/0000755000000000000000000000000011570402375007172 5ustar debian/docs0000644000000000000000000000000511534736106010042 0ustar TODO debian/source/0000755000000000000000000000000011534736106010474 5ustar debian/source/format0000644000000000000000000000001411570367014011700 0ustar 3.0 (quilt) debian/manpages0000644000000000000000000000002011534736106010702 0ustar debian/gwrite.1 debian/copyright0000644000000000000000000000272711534736106011137 0ustar This package was debianized by Aron Xu on Sat, 02 Jan 2010 19:05:39 +0800. It was downloaded from http://code.google.com/p/gwrite/downloads/list Upstream Authors: Jiahua Huang Aron Xu Copyright: Copyright (C) 2010 Jiahua Huang & Aron Xu License: This 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 3 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. See /usr/share/common-licenses/LGPL on your debian system. The Debian packaging is: Copyright (C) 2010 Aron Xu and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. ------------------------------------------------------------------------------- Files: gwrite.png Copyright: 2009 The GTK+ Team License: LGPL-2+ Package: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.18/gtk+-2.18.5.tar.bz2 debian/compat0000644000000000000000000000000211534736106010372 0ustar 7 debian/rules0000755000000000000000000000014211534736106010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: rm -rf build rm -f po/*.pot dh_auto_clean debian/menu0000644000000000000000000000015011534736106010057 0ustar ?package(gwrite):needs="X11" section="Applications/Editors"\ title="gwrite" command="/usr/bin/gwrite" debian/gwrite.10000644000000000000000000000134711534736106010564 0ustar .TH gwrite 1 "January 2010" .RE .RE .PP .SH NAME \fBgwrite \fP- GTK+ based simple HTML5 editor \fB .RE \fB .SH SYNOPSIS .nf .fam C \fBgwrite\fP .fam T .fi .fam T .fi .SH DESCRIPTION .PP gWrite is a simple GTK+ HTML5 editor, the user interface is similar to Wordpad. .PP It aims to be lighter than OOWrite & OOWeb, and to be as useful as them. .RE .PP .SH AUTHOR Written by Aron Xu . .RE .PP .SH RESOURCES gWrite home page: http://code.google.com/p/gwrite .RE .PP .SH COPYING Copyright \(co 2009 Aron Xu. License GPLv3+: GNU GPL version 3 or later . .PP This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. .PP debian/pycompat0000644000000000000000000000000211534736106010743 0ustar 2 debian/control0000644000000000000000000000130711570367224010601 0ustar Source: gwrite Section: editors Priority: optional Maintainer: Aron Xu Build-Depends: debhelper (>= 7.0.50~), python, python-support, python-setuptools, python-distutils-extra Standards-Version: 3.9.2 Homepage: http://code.google.com/p/gwrite Package: gwrite Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python, python-gtk2, python-jswebkit, python-webkit, mimetex, wv Description: simple GTK+ HTML5 rich text editor gWrite is a simple GTK+ HTML5 WYSIWYG editor, focusing on writing and simple text formating. It can automatically generate a table of contents based on the document structure. . It aims to be lighter than OOWrite & OOWeb, and to be as useful as them. debian/watch0000644000000000000000000000016311570367307010230 0ustar version=3 http://code.google.com/p/gwrite/downloads/list \ http://gwrite.googlecode.com/files/gwrite-(.*).tar.gz debian/changelog0000644000000000000000000000455711570373051011055 0ustar gwrite (0.5.1-2) unstable; urgency=low * debian/control: - Change to @debian.org address. + Add ${python:Depends} to Depends to avoid missing python-support (E: missing-dependency-on-python-support) - Bump std-ver to 3.9.2. -- Aron Xu Sun, 29 May 2011 14:56:47 +0800 gwrite (0.5.1-1) unstable; urgency=low * New upstream release. + Add Google Docs like short cuts. * Switch to use dh7 instead of cdbs. -- Aron Xu Sun, 06 Mar 2011 23:51:50 +0800 gwrite (0.5.0-1) unstable; urgency=low * New upstream release: + Add French translation by Ludovic Troisi , + Improve install script, - Remove MANIFEST, use MANIFEST.in instead. -- Aron Xu Sat, 09 Oct 2010 19:06:49 +0800 gwrite (0.4.0-1) unstable; urgency=low * New upstream release. * debian/control: + Bump to std-ver 3.9.1. -- Aron Xu Thu, 12 Aug 2010 11:09:22 +0800 gwrite (0.3.0-1) unstable; urgency=low * New upstream release: + Add doc import support * debian/control: + Add dependency on wv -- Aron Xu Mon, 15 Mar 2010 16:55:28 +0800 gwrite (0.2.0-1) unstable; urgency=low * New upstream release: - Change to WebView.set_view_source_mode to display HTML source code - Change to python-gtksourceview2 to display HTML * debian/control: + Bump Standard-Version to 3.8.4 + Add Depends on python-gtksourceview2 -- Aron Xu Tue, 02 Feb 2010 09:42:30 +0800 gwrite (0.1.4-1) unstable; urgency=low * New upstream release: further progress on w3c validation. -- Aron Xu Tue, 26 Jan 2010 16:54:32 +0800 gwrite (0.1.3-1) unstable; urgency=low * New upstream release: + Make it generate valid HTML files (Closes: #566659) + Make every end of paragraph use

instead of

(Closes: #566658) + Fix internationalization issue with issertion of Chinese character (Closes: #566660) + Make it possible to add text after table of content (Closes: #566665) * debian/control: Improve package description (Closes: #566657) -- Aron Xu Mon, 25 Jan 2010 18:19:08 +0800 gwrite (0.1.2-1) unstable; urgency=low * Initial release (Closes: #563368) -- Aron Xu Sat, 02 Jan 2010 18:54:17 +0800