--- pdfshuffler-0.5.1.orig/debian/rules +++ pdfshuffler-0.5.1/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +PO_LANG=$(shell ls -1 po/*po | sed -e 's/po\///' -e 's/\.po//') + + +clean: unpatch + dh_testdir + dh_testroot + dh_clean + rm -rf mo + +build: build-stamp +build-stamp: patch +install: + dh_testdir + dh_testroot + dh_clean + dh_installdirs + for lang in ${PO_LANG}; do \ + mkdir -p mo/$${lang}/LC_MESSAGES/; \ + msgfmt po/$${lang}.po -o mo/$${lang}/LC_MESSAGES/pdfshuffler.mo; \ + done + dh_install + dh_installman debian/pdfshuffler.1 + + +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_fixperms + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install +# nothing for a python package + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- pdfshuffler-0.5.1.orig/debian/compat +++ pdfshuffler-0.5.1/debian/compat @@ -0,0 +1 @@ +7 --- pdfshuffler-0.5.1.orig/debian/install +++ pdfshuffler-0.5.1/debian/install @@ -0,0 +1,9 @@ +pdfshuffler usr/bin/ +data/pdfshuffler.png usr/share/pixmaps/ +data/pdfshuffler.desktop /usr/share/applications/ +mo/de/LC_MESSAGES/pdfshuffler.mo usr/share/locale/de/LC_MESSAGES/ +mo/el/LC_MESSAGES/pdfshuffler.mo usr/share/locale/el/LC_MESSAGES/ +mo/es/LC_MESSAGES/pdfshuffler.mo usr/share/locale/es/LC_MESSAGES/ +mo/fr/LC_MESSAGES/pdfshuffler.mo usr/share/locale/fr/LC_MESSAGES/ +mo/it/LC_MESSAGES/pdfshuffler.mo usr/share/locale/it/LC_MESSAGES/ +mo/cs/LC_MESSAGES/pdfshuffler.mo usr/share/locale/it/LC_MESSAGES/ --- pdfshuffler-0.5.1.orig/debian/dirs +++ pdfshuffler-0.5.1/debian/dirs @@ -0,0 +1 @@ +usr/bin --- pdfshuffler-0.5.1.orig/debian/docs +++ pdfshuffler-0.5.1/debian/docs @@ -0,0 +1,3 @@ +TODO +README +AUTHORS --- pdfshuffler-0.5.1.orig/debian/changelog +++ pdfshuffler-0.5.1/debian/changelog @@ -0,0 +1,17 @@ +pdfshuffler (0.5.1-0ubuntu1~ppal3) lucid; urgency=low + + * New upstream release + + -- Konstantinos Poulios Thu, 07 Oct 2010 23:22:10 +0200 + +pdfshuffler (0.5-0ubuntu1~ppak0) karmic; urgency=low + + * New upstream release + + -- Konstantinos Poulios Mon, 21 Dec 2009 12:10:27 +0100 + +pdfshuffler (0.4.2-1) unstable; urgency=low + + * Initial release (Closes: #513003) + + -- Serafeim Zanikolas Sat, 16 May 2009 23:26:32 +0200 --- pdfshuffler-0.5.1.orig/debian/control +++ pdfshuffler-0.5.1/debian/control @@ -0,0 +1,18 @@ +Source: pdfshuffler +Section: x11 +Priority: optional +Maintainer: Serafeim Zanikolas +Build-Depends: debhelper (>= 7), quilt, gettext +Standards-Version: 3.8.4 +Uploaders: Python Applications Packaging Team +Vcs-Svn: svn://svn.debian.org/python-apps/packages/pdfshuffler/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pdfshuffler +Homepage: http://pdfshuffler.sf.net + +Package: pdfshuffler +Architecture: all +Depends: python, python-gtk2, python-pypdf (>= 1.10), python-poppler, ${misc:Depends} +Description: merge, split and re-arrange pages from PDF documents + PDF-Shuffler is a small application which allows to merge or split pdf + documents and rotate, crop and rearrange their pages using an interactive + and intuitive graphical interface. --- pdfshuffler-0.5.1.orig/debian/copyright +++ pdfshuffler-0.5.1/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by: + + Serafeim Zanikolas on Sun, 08 Feb 2009 18:46:36 +0000 + +It was downloaded from: + + http://pdfshuffler.sf.net + +Upstream Author: + + Konstantinos Poulios + +Copyright: + + + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + + 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'. + +The Debian packaging is: + + Copyright C) 2009, Serafeim Zanikolas + +and is licensed under the GPL, see above. --- pdfshuffler-0.5.1.orig/debian/menu +++ pdfshuffler-0.5.1/debian/menu @@ -0,0 +1,2 @@ +?package(indywiki):needs="X11" section="Applications/Office/"\ + title="pdfshuffler" command="/usr/bin/pdfshuffler" --- pdfshuffler-0.5.1.orig/debian/pdfshuffler.1 +++ pdfshuffler-0.5.1/debian/pdfshuffler.1 @@ -0,0 +1,20 @@ +.TH pdfshuffler 1 +.SH NAME +pdfshuffler \- an application for re-arranging and mixing PDF files +.SH SYNOPSIS +.B pdfshuffler +.br +.SH DESCRIPTION +This manual page documents briefly +.B pdfshuffler. +.PP +\fBpdfshuffler\fP is a small application which allows to merge or split pdf +documents and rotate, crop and rearrange their pages using an interactive and +intuitive graphical interface. + +.SH AUTHOR +\fBpdfshuffler\fP was written by Konstantinos Poulios . + +.PP +This manual page was written by Serafeim Zanikolas , +for the Debian project (but may be used by others). --- pdfshuffler-0.5.1.orig/debian/watch +++ pdfshuffler-0.5.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://sf.net/pdfshuffler/pdfshuffler-(.*)\.tar\.gz +