--- gpdftext-0.1.1.orig/debian/watch +++ gpdftext-0.1.1/debian/watch @@ -0,0 +1,5 @@ +# Compulsory line, this is a version 3 file +version=3 +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +http://sf.net/gpdftext/gpdftext-(.*)\.tar\.gz + --- gpdftext-0.1.1.orig/debian/rules +++ gpdftext-0.1.1/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +clean:: + $(RM) autogen.sh gpdftext.doap README.transifex help/README.transifex + --- gpdftext-0.1.1.orig/debian/svn-deblayout +++ gpdftext-0.1.1/debian/svn-deblayout @@ -0,0 +1 @@ +origDir=. --- gpdftext-0.1.1.orig/debian/menu +++ gpdftext-0.1.1/debian/menu @@ -0,0 +1,3 @@ +?package(gpdftext):needs="X11" section="Applications/Editors"\ + title="ebook PDF editor" command="/usr/bin/gpdftext"\ + icon="/usr/share/pixmaps/gpdftext.xpm" --- gpdftext-0.1.1.orig/debian/control +++ gpdftext-0.1.1/debian/control @@ -0,0 +1,30 @@ +Source: gpdftext +Section: utils +Priority: optional +Maintainer: Neil Williams +Build-Depends: cdbs, debhelper (>= 7), docbook-xsl, autotools-dev, + intltool, gnome-doc-utils, libtool, libxml-parser-perl, rarian-compat, + libcairo2-dev, libgconf2-dev, libglib2.0-dev, libgtk2.0-dev (>= 2.16.5), + libgtkspell-dev, libpango1.0-dev, libpoppler-glib-dev +Standards-Version: 3.8.4 +Homepage: http://sourceforge.net/apps/mediawiki/gpdftext/ +Vcs-Browser: http://gpdftext.svn.sourceforge.net/viewvc/gpdftext/trunk +Vcs-Svn: https://gpdftext.svn.sourceforge.net/svnroot/gpdftext + +Package: gpdftext +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: yelp +Description: GTK+ text editor for ebook PDF files + gpdftext opens a simple text-based PDF file, typically + intended for reading on an ebook reader and loads the + text into a text editor window, autoformatting the text + for long lines and paragraph breaks. + . + gpdftext is useful when the downloaded PDF uses a small + font or wastes a lot of space in the margins so that + a plain text file would display in a more comfortable + font. + . + gpdftext supports spell checking and editor font selection + and can save ASCII content as PDF. --- gpdftext-0.1.1.orig/debian/changelog +++ gpdftext-0.1.1/debian/changelog @@ -0,0 +1,45 @@ +gpdftext (0.1.1-1build1) maverick; urgency=low + + * No-change upload to build against current poppler library ABI. + + -- Didier Roche Thu, 05 Aug 2010 12:58:10 +0200 + +gpdftext (0.1.1-1) unstable; urgency=low + + * [INTL:pt] Updated Portuguese program translation (Closes: #566701) + * [INTL:vi] Vietnamese program translation (Closes: #576125) + + -- Neil Williams Wed, 12 May 2010 11:29:25 +0100 + +gpdftext (0.1.0-1) unstable; urgency=low + + * New upstream version. (Closes: #559433) + * Add cairo and pango to build-depends for PDF export. + * [INTL:es] Spanish user manual translation for gpdftext + (Closes: #559434) + * [INTL:ru] Russian program translation update (Closes: #562638) + * [INTL:ru] Russian manual translation update (Closes: #562648) + * [INTL:de] German program translation update (Closes: #562818) + * [INTL:pt] Updated Portuguese translation for help manual + (Closes: #563169) + * [l10n:cs] Updated Czech translation of gpdftext manual + (Closes: #563511) + * [INTL:de] Updated German manual translation (Closes: #564675) + + -- Neil Williams Wed, 20 Jan 2010 19:53:39 +0000 + +gpdftext (0.0.2-1) unstable; urgency=low + + * New upstream release. + * Update copyright with GFDL-1.3 notice. + + -- Neil Williams Fri, 20 Nov 2009 08:30:22 +0000 + +gpdftext (0.0.1-1) unstable; urgency=low + + * Initial release. (Closes: #550593: ITP: gpdftext -- convert an ebook + PDF to text) + * [INTL:pt] New Portuguese translation for gPDFText Manual + (Closes: #552333) + + -- Neil Williams Thu, 05 Nov 2009 16:47:55 +0000 --- gpdftext-0.1.1.orig/debian/docs +++ gpdftext-0.1.1/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- gpdftext-0.1.1.orig/debian/copyright +++ gpdftext-0.1.1/debian/copyright @@ -0,0 +1,48 @@ +This work was packaged for Debian by: + + Neil Williams on Fri, 09 Oct 2009 20:07:59 +0100 + +It was downloaded from: + + http://sourceforge.net/projects/gpdftext/ + +Upstream Author: + + Neil Williams + +Files: help/* +Copyright: 2009 Neil Williams +Licence: GFDL-1.3+-BY-NIV + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GFDL-1.3'. + +Files: * +Copyright: 2009 Neil Williams +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, either version 3 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 program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is: +Copyright (C) 2009 Neil Williams +and is licensed under the GPL version 3, see above. --- gpdftext-0.1.1.orig/debian/compat +++ gpdftext-0.1.1/debian/compat @@ -0,0 +1 @@ +7 --- gpdftext-0.1.1.orig/debian/source/format +++ gpdftext-0.1.1/debian/source/format @@ -0,0 +1 @@ +1.0