debian/0000755000000000000000000000000012037202277007170 5ustar debian/changelog0000644000000000000000000000162412037202277011045 0ustar pdfrw (0.1-1) unstable; urgency=low * New upstream release. -- Chris Lamb Tue, 16 Oct 2012 07:54:53 +0100 pdfrw (0+svn136-4) unstable; urgency=low * Correct Homepage field. (Closes: #683165) * Specify a 'name' kwarg in call to setuptools.setup. -- Chris Lamb Tue, 31 Jul 2012 02:41:14 -0700 pdfrw (0+svn136-3) unstable; urgency=low * python-pdfrw should Replaces/Provides/Conflicts pdfrw. Thanks to intrigeri . (Closes: #639273) -- Chris Lamb Fri, 26 Aug 2011 10:48:38 +0100 pdfrw (0+svn136-2) unstable; urgency=low * Rename binary package to "python-pdfrw". * Change Section to "python". -- Chris Lamb Tue, 23 Aug 2011 15:17:20 +0100 pdfrw (0+svn136-1) unstable; urgency=low * Initial release. (Closes: #638862) -- Chris Lamb Mon, 22 Aug 2011 16:09:03 +0100 debian/compat0000644000000000000000000000000212037202277010366 0ustar 7 debian/source/0000755000000000000000000000000012037202277010470 5ustar debian/source/format0000644000000000000000000000001412037202277011676 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000437012037202277011127 0ustar Author: Patrick Maupin Download: http://code.google.com/p/pdfrw/ Files: * Copyright: © 2006-2009 Patrick Maupin License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: © 2011 Chris Lamb License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/rules0000755000000000000000000000003612037202277010247 0ustar #!/usr/bin/make -f %: dh $@ debian/examples0000644000000000000000000000001312037202277010723 0ustar examples/* debian/control0000644000000000000000000000245512037202277010601 0ustar Source: pdfrw Section: python Priority: optional Maintainer: Chris Lamb Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: python-support, python-setuptools Standards-Version: 3.9.2 Homepage: http://code.google.com/p/pdfrw/ Vcs-Git: git://github.com/lamby/pkg-pdfrw.git Vcs-Browser: https://github.com/lamby/pkg-pdfrw Package: python-pdfrw Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-reportlab Replaces: pdfrw Provides: pdfrw Conflicts: pdfrw Description: PDF file manipulation library pdfrw can read and write PDF files, and can also be used to read in PDFs which can then be used inside reportlab. . pdfrw tries to be agnostic about the contents of PDF files, and support them as containers, but to do useful work, something a little higher-level is required. It supports the following: . * PDF pages. pdfrw knows enough to find the pages in PDF files you read in, and to write a set of pages back out to a new PDF file. * Form XObjects. pdfrw can take any page or rectangle on a page, and convert it to a Form XObject, suitable for use inside another PDF file * reportlab objects. pdfrw can recursively create a set of reportlab objects from its internal object format. This allows, for example, Form XObjects to be used inside reportlab.