[Python-apps-commits] r11336 - in packages/pdfposter/trunk/debian (3 files)
valhalla-guest at users.alioth.debian.org
valhalla-guest at users.alioth.debian.org
Fri Oct 3 17:03:59 UTC 2014
Date: Friday, October 3, 2014 @ 17:03:58
Author: valhalla-guest
Revision: 11336
Migration to PyPDF2
Modified:
packages/pdfposter/trunk/debian/changelog
packages/pdfposter/trunk/debian/control
packages/pdfposter/trunk/debian/patches/PyPDF2_migration.diff
Modified: packages/pdfposter/trunk/debian/changelog
===================================================================
--- packages/pdfposter/trunk/debian/changelog 2014-10-02 23:23:22 UTC (rev 11335)
+++ packages/pdfposter/trunk/debian/changelog 2014-10-03 17:03:58 UTC (rev 11336)
@@ -1,6 +1,6 @@
-pdfposter (0.6.0-2) UNRELEASED; urgency=medium
+pdfposter (0.6.0-2) unstable; urgency=medium
- * Migrate from PyPdf to PyPDF2
+ * Migrate from PyPdf to PyPDF2 (Closes: #763256)
* Update maintainer email
* debian/control: bump Standards-Version to 3.9.6 (no changes needed).
Modified: packages/pdfposter/trunk/debian/control
===================================================================
--- packages/pdfposter/trunk/debian/control 2014-10-02 23:23:22 UTC (rev 11335)
+++ packages/pdfposter/trunk/debian/control 2014-10-03 17:03:58 UTC (rev 11336)
@@ -5,7 +5,7 @@
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python (>= 2.6.6-3~), python-setuptools (>= 0.6c8),
- python-docutils, python-pypdf (>= 1.23), python-reportlab, python-sphinx
+ python-docutils, python-pypdf2, python-reportlab, python-sphinx
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pdfposter/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pdfposter/trunk/
@@ -13,7 +13,7 @@
Package: pdfposter
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pypdf (>= 1.23),
+Depends: ${misc:Depends}, ${python:Depends}, python-pypdf2,
python-pkg-resources, libjs-jquery, libjs-underscore
Description: scale and tile PDF images/pages to print on multiple pages
Pdfposter can be used to create a large poster by building it from
Modified: packages/pdfposter/trunk/debian/patches/PyPDF2_migration.diff
===================================================================
--- packages/pdfposter/trunk/debian/patches/PyPDF2_migration.diff 2014-10-02 23:23:22 UTC (rev 11335)
+++ packages/pdfposter/trunk/debian/patches/PyPDF2_migration.diff 2014-10-03 17:03:58 UTC (rev 11336)
@@ -1,3 +1,6 @@
+Description: Convert to the maintained fork of PyPdf (PyPDF2)
+Forwarded: not-needed
+Author: Elena Grandi <valhalla-d at trueelena.org>
Index: pdftools.pdfposter-0.6.0/pdftools/pdfposter/__init__.py
===================================================================
--- pdftools.pdfposter-0.6.0.orig/pdftools/pdfposter/__init__.py 2014-09-18 19:01:56.944012628 +0200
More information about the Python-apps-commits
mailing list