[Python-apps-commits] r3022 - in packages/pdfshuffler/trunk/debian (4 files)

sez-guest at users.alioth.debian.org sez-guest at users.alioth.debian.org
Sat May 30 17:36:06 UTC 2009


    Date: Saturday, May 30, 2009 @ 17:36:05
  Author: sez-guest
Revision: 3022

New upstreamm; drop patches adopted upstream.
Add minimum required version for python-pypdf dependency.

Modified:
  packages/pdfshuffler/trunk/debian/changelog
  packages/pdfshuffler/trunk/debian/control
  packages/pdfshuffler/trunk/debian/patches/series
  packages/pdfshuffler/trunk/debian/rules

Modified: packages/pdfshuffler/trunk/debian/changelog
===================================================================
--- packages/pdfshuffler/trunk/debian/changelog	2009-05-30 16:54:21 UTC (rev 3021)
+++ packages/pdfshuffler/trunk/debian/changelog	2009-05-30 17:36:05 UTC (rev 3022)
@@ -1,5 +1,5 @@
-pdfshuffler (0.3.1-1) unstable; urgency=low
+pdfshuffler (0.4.2-1) unstable; urgency=low
 
   * Initial release (Closes: #513003)
 
- -- Serafeim Zanikolas <serzan at hellug.gr>  Sun, 08 Feb 2009 18:46:36 +0000
+ -- Serafeim Zanikolas <serzan at hellug.gr>  Sat, 16 May 2009 23:26:32 +0200

Modified: packages/pdfshuffler/trunk/debian/control
===================================================================
--- packages/pdfshuffler/trunk/debian/control	2009-05-30 16:54:21 UTC (rev 3021)
+++ packages/pdfshuffler/trunk/debian/control	2009-05-30 17:36:05 UTC (rev 3022)
@@ -2,8 +2,8 @@
 Section: x11
 Priority: optional
 Maintainer: Serafeim Zanikolas <serzan at hellug.gr>
-Build-Depends: debhelper (>= 7), quilt
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), quilt, gettext
+Standards-Version: 3.8.1
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pdfshuffler/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pdfshuffler
@@ -11,7 +11,7 @@
 
 Package: pdfshuffler
 Architecture: all
-Depends: python, python-gtk2, python-pypdf, ghostscript, ${misc:Depends}
+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

Modified: packages/pdfshuffler/trunk/debian/patches/series
===================================================================
--- packages/pdfshuffler/trunk/debian/patches/series	2009-05-30 16:54:21 UTC (rev 3021)
+++ packages/pdfshuffler/trunk/debian/patches/series	2009-05-30 17:36:05 UTC (rev 3022)
@@ -1,2 +1 @@
 fix-shebang
-remove-obsolete-encoding-key

Modified: packages/pdfshuffler/trunk/debian/rules
===================================================================
--- packages/pdfshuffler/trunk/debian/rules	2009-05-30 16:54:21 UTC (rev 3021)
+++ packages/pdfshuffler/trunk/debian/rules	2009-05-30 17:36:05 UTC (rev 3022)
@@ -4,10 +4,14 @@
 
 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
@@ -16,6 +20,10 @@
 	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
 




More information about the Python-apps-commits mailing list