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

sez at users.alioth.debian.org sez at users.alioth.debian.org
Sun Aug 7 22:54:19 UTC 2011


    Date: Sunday, August 7, 2011 @ 22:54:17
  Author: sez
Revision: 7419

pdfshuffler (0.5.1-2) unstable; urgency=low

  * Migrate to dh_python2
    - Build-Depends: drop python-support, and require python (>= 2.6.6-3~)
    - add X-Python-Version in debian/control
    - debian/rules: invoke dh with python2 addon
  * Bump Standards-Version to 3.9.2 (no changes)
  * Add desktop file (thanks to Slavko <linux at slavino.sk>; Closes: #635532)
  * Fix minor typo in long package description

Added:
  packages/pdfshuffler/trunk/debian/pdfshuffler.desktop
Modified:
  packages/pdfshuffler/trunk/debian/changelog
  packages/pdfshuffler/trunk/debian/control
  packages/pdfshuffler/trunk/debian/rules

Modified: packages/pdfshuffler/trunk/debian/changelog
===================================================================
--- packages/pdfshuffler/trunk/debian/changelog	2011-08-07 15:19:15 UTC (rev 7418)
+++ packages/pdfshuffler/trunk/debian/changelog	2011-08-07 22:54:17 UTC (rev 7419)
@@ -1,3 +1,15 @@
+pdfshuffler (0.5.1-2) unstable; urgency=low
+
+  * Migrate to dh_python2
+    - Build-Depends: drop python-support, and require python (>= 2.6.6-3~)
+    - add X-Python-Version in debian/control
+    - debian/rules: invoke dh with python2 addon
+  * Bump Standards-Version to 3.9.2 (no changes)
+  * Add desktop file (thanks to Slavko <linux at slavino.sk>; Closes: #635532)
+  * Fix minor typo in long package description
+
+ -- Serafeim Zanikolas <sez at debian.org>  Mon, 08 Aug 2011 00:09:25 +0200
+
 pdfshuffler (0.5.1-1) unstable; urgency=low
 
   * New Upstream Release

Modified: packages/pdfshuffler/trunk/debian/control
===================================================================
--- packages/pdfshuffler/trunk/debian/control	2011-08-07 15:19:15 UTC (rev 7418)
+++ packages/pdfshuffler/trunk/debian/control	2011-08-07 22:54:17 UTC (rev 7419)
@@ -2,17 +2,18 @@
 Section: x11
 Priority: optional
 Maintainer: Serafeim Zanikolas <sez at debian.org>
-Build-Depends: debhelper (>= 7), gettext, python (>= 2.4), python-support
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7), gettext, python (>= 2.6.6-3~)
+Standards-Version: 3.9.2
 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
 Homepage: http://pdfshuffler.sf.net
+X-Python-Version: >= 2.4
 
 Package: pdfshuffler
 Architecture: all
 Depends: python-gtk2, python-pypdf (>= 1.10), python-poppler, ${misc:Depends}, ${python:Depends}
 Description: merge, split and re-arrange pages from PDF documents
- PDF-Shuffler is a small application which allows to merge or split pdf
+ PDF-Shuffler is a small application which allows one to merge or split pdf
  documents and rotate, crop and rearrange their pages using an interactive
  and intuitive graphical interface.

Added: packages/pdfshuffler/trunk/debian/pdfshuffler.desktop
===================================================================
--- packages/pdfshuffler/trunk/debian/pdfshuffler.desktop	                        (rev 0)
+++ packages/pdfshuffler/trunk/debian/pdfshuffler.desktop	2011-08-07 22:54:17 UTC (rev 7419)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Name=PDF Shuffler
+GenericName=PDF Shuffler
+Comment=A graphical tool for manipulating PDF
+Comment[sk]=Grafický nástroj na manipuláciu s PDF
+Exec=pdfshuffler
+Icon=pdfshuffler
+StartupNotify=false
+Categories=Office;
+MimeType=application/pdf;
+Terminal=false

Modified: packages/pdfshuffler/trunk/debian/rules
===================================================================
--- packages/pdfshuffler/trunk/debian/rules	2011-08-07 15:19:15 UTC (rev 7418)
+++ packages/pdfshuffler/trunk/debian/rules	2011-08-07 22:54:17 UTC (rev 7419)
@@ -3,4 +3,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh --with python2 $@




More information about the Python-apps-commits mailing list