[Python-apps-commits] r1886 - in packages/pdfposter/trunk (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Oct 6 20:47:04 UTC 2008


    Date: Monday, October 6, 2008 @ 20:47:03
  Author: piotr
Revision: 1886

add python-pypdf to Depends, is python-pdftools really needed?

Modified:
  packages/pdfposter/trunk/debian/changelog
  packages/pdfposter/trunk/debian/control
Deleted:
  packages/pdfposter/trunk/pdfposter.egg-info/

Modified: packages/pdfposter/trunk/debian/changelog
===================================================================
--- packages/pdfposter/trunk/debian/changelog	2008-10-06 18:20:00 UTC (rev 1885)
+++ packages/pdfposter/trunk/debian/changelog	2008-10-06 20:47:03 UTC (rev 1886)
@@ -1,4 +1,4 @@
-pdfposter (0.4.4-1) unstable; urgency=low
+pdfposter (0.4.4-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #495808)
 

Modified: packages/pdfposter/trunk/debian/control
===================================================================
--- packages/pdfposter/trunk/debian/control	2008-10-06 18:20:00 UTC (rev 1885)
+++ packages/pdfposter/trunk/debian/control	2008-10-06 20:47:03 UTC (rev 1886)
@@ -8,23 +8,20 @@
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pdfposter
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/pdfposter/trunk/?op=log
+Homepage: http://pdfposter.origo.ethz.ch/
 
 Package: pdfposter
 Architecture: all
-Depends: ${python:Depends}, python-pdftools (>= 0.37) 
-Provides: ${python:Provides}
+Depends: ${python:Depends}, python-pdftools (>= 0.37), python-pypdf (>= 1.10)
 XB-Python-Version: ${python:Versions}
-Homepage: http://pdfposter.origo.ethz.ch/
-Description: Scale and tile PDF images/pages to print on multiple pages 
+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
- multple pages and/or printing it on large media. It expects as input a
+ multiple pages and/or printing it on large media. It expects as input a
  PDF file, normally printing on a single page. The output is again a
  PDF file, maybe containing multiple pages together building the
  poster. The input page will be scaled to obtain the desired size.
  .
- This is much like ``poster`` does for Postscript files, but working
- with PDF. Since sometimes poster does not like your files converted
- from PDF. :-) Indeed ``pdfposter`` was inspired by ``poster``.
- For more information please refer to the manpage or visit  the
- project homepage
-
+ This is much like poster does for Postscript files, but working with PDF.
+ Since sometimes poster does not like your files converted from PDF. :-)
+ Indeed pdfposter was inspired by poster.  For more information please refer
+ to the manpage or visit the project homepage




More information about the Python-apps-commits mailing list