--- pdfchain-0.123.orig/debian/changelog +++ pdfchain-0.123/debian/changelog @@ -0,0 +1,5 @@ +pdfchain (0.123-1) unstable; urgency=low + + * Initial release (Closes: #539866) + + -- Johann Felix Soden Tue, 18 Aug 2009 13:46:25 +0200 --- pdfchain-0.123.orig/debian/watch +++ pdfchain-0.123/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/pdfchain/pdfchain-(.+)\.tar\.gz --- pdfchain-0.123.orig/debian/dirs +++ pdfchain-0.123/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/share/pixmaps +usr/share/applications --- pdfchain-0.123.orig/debian/menu +++ pdfchain-0.123/debian/menu @@ -0,0 +1,2 @@ +?package(pdfchain):needs="X11" section="Applications/Graphics"\ + title="pdfchain" command="/usr/bin/pdfchain" --- pdfchain-0.123.orig/debian/compat +++ pdfchain-0.123/debian/compat @@ -0,0 +1 @@ +7 --- pdfchain-0.123.orig/debian/rules +++ pdfchain-0.123/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh --with quilt $@ + +override_dh_auto_build: + dh_auto_build -- LDFLAGS+=-Wl,--as-needed + + +override_dh_auto_install: + # don't install empty files: + dh_auto_install -- pdfchaindoc_DATA= pdfchaindocdir=/usr/share/doc --- pdfchain-0.123.orig/debian/pdfchain.1 +++ pdfchain-0.123/debian/pdfchain.1 @@ -0,0 +1,37 @@ +.TH PDFCHAIN 1 "August 4, 2009" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +pdfchain \- Graphical User Interface for the PDF Tool Kit +.SH SYNOPSIS +.B pdfchain + +.SH DESCRIPTION + +\fBpdfchain\fP is a frontend to the PDF Tool Kit. See +\fBpdftk(1)\fR. +It includes features designed to handle PDF files in a easy +way. Basicaly it can merge, split, add backgrounds or stamps and add +attachments. There are some tools for extended needs, too. + +.SH OPTIONS +pdfchain has no application-specific options. + +.SH SEE ALSO +.BR pdftk (1), +.br +.SH AUTHOR +pdfchain was written by Martin Singer (m_power3@users.sourceforge.net). +.PP +This manual page was written by Johann Felix Soden , +for the Debian project (and may be used by others). --- pdfchain-0.123.orig/debian/manpages +++ pdfchain-0.123/debian/manpages @@ -0,0 +1 @@ +debian/pdfchain.1 --- pdfchain-0.123.orig/debian/README.source +++ pdfchain-0.123/debian/README.source @@ -0,0 +1,6 @@ +The pdfchain source package uses quilt to apply and remove its patches. Please +refer to + /usr/share/doc/quilt/README.source +for information about how to use quilt for source packages. + + -- Johann Felix Soden Tue, 18 Aug 2009 13:46:25 +0200 --- pdfchain-0.123.orig/debian/docs +++ pdfchain-0.123/debian/docs @@ -0,0 +1,2 @@ +AUTHORS +debian/README.source --- pdfchain-0.123.orig/debian/control +++ pdfchain-0.123/debian/control @@ -0,0 +1,19 @@ +Source: pdfchain +Section: text +Priority: optional +Maintainer: Johann Felix Soden +Build-Depends: debhelper (>= 7.0.50), autotools-dev, libgtkmm-2.4-dev, + libglibmm-2.4-dev, quilt(>= 0.46-7), intltool +Standards-Version: 3.8.3 +Homepage: http://pdfchain.sourceforge.net/ +DM-Upload-Allowed: yes + +Package: pdfchain +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pdftk (>= 1.41) +Description: a graphical user interface for the PDF Tool Kit + The package includes features designed to handle PDF files in a easy + way. Basically it can merge, split, add backgrounds or stamps and add + attachments. There are some tools for extended needs, too. + . + The GUI is written in GTKmm, a C++ library for GTK+. --- pdfchain-0.123.orig/debian/copyright +++ pdfchain-0.123/debian/copyright @@ -0,0 +1,45 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: pdfchain +Maintainer: Johann Felix Soden +Source: http://pdfchain.sourceforge.net/ + +Files: * +Copyright: 2009, Martin Singer (m_power3@users.sourceforge.net) +License: GPL-3+ + 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'. + + +Files: autogenerated files by autoconf/automake +Copyright: (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +License: + This Makefile.in is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +Files: debian/* +Copyright: 2009, Johann Felix Soden + 2009, Günther Bauer +License: GPL-3+ + The Debian packaging information is under the GPL, version 3 or later + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. --- pdfchain-0.123.orig/debian/patches/fix_desktop_file +++ pdfchain-0.123/debian/patches/fix_desktop_file @@ -0,0 +1,23 @@ +Change the desktop file to current standards. +--- a/application/pdfchain.desktop ++++ b/application/pdfchain.desktop +@@ -1,16 +1,11 @@ + [Desktop Entry] +-Version=ALPHA +-Encoding=UTF-8 + Name=PDF Chain + GenericName=pdfchain + Comment=GUI for PDFTK - A graphical tool for manipulating PDF +-Exec=/usr/bin/pdfchain +-Icon=/usr/share/pixmaps/pdfchain.png ++Exec=pdfchain ++Icon=pdfchain + Type=Application + StartupNotify=false + Categories=Office; + MimeType=application/pdf; + Terminal=false +- +-#Name[de_DE]=PDF Chain +-#Comment[de_DE]=GUI für PDFTK - Ein grafisches Werkzeug zum manipulieren von PDFs +\ No newline at end of file --- pdfchain-0.123.orig/debian/patches/fix_build_system +++ pdfchain-0.123/debian/patches/fix_build_system @@ -0,0 +1,8 @@ +In po/POTFILES.in there should be a reference to src/main.cc (src/main.c doesn't exists). +--- a/po/POTFILES.in ++++ b/po/POTFILES.in +@@ -1,3 +1,3 @@ + # List of source files containing translatable strings. + +-src/main.c ++src/main.cc --- pdfchain-0.123.orig/debian/patches/series +++ pdfchain-0.123/debian/patches/series @@ -0,0 +1,2 @@ +fix_build_system +fix_desktop_file