summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2014-07-13 17:50:59 +0200
committerMatthias Klose <doko@debian.org>2014-07-13 17:50:59 +0200
commita1959ba9c0c9f3881c3e593e5aef1046750880f2 (patch)
treee4fc630e9e26b227d9a7e41db65d80f6158e8ae9 /debian
pdfrw (0.1-3) unstable; urgency=medium
* QA upload. * Build using dh_python2 # imported from the archive
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog45
-rw-r--r--debian/compat1
-rw-r--r--debian/control32
-rw-r--r--debian/copyright44
-rw-r--r--debian/examples1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
7 files changed, 128 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3e018b8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,45 @@
+pdfrw (0.1-3) unstable; urgency=medium
+
+ * QA upload.
+ * Build using dh_python2
+
+ -- Matthias Klose <doko@debian.org> Sun, 13 Jul 2014 15:50:59 +0000
+
+pdfrw (0.1-2) unstable; urgency=medium
+
+ * Orphaning package.
+
+ -- Chris Lamb <lamby@debian.org> Sun, 09 Feb 2014 00:05:27 +0000
+
+pdfrw (0.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lamb <lamby@debian.org> 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 <lamby@debian.org> 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
+ <intrigeri@boum.org>. (Closes: #639273)
+
+ -- Chris Lamb <lamby@debian.org> 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 <lamby@debian.org> Tue, 23 Aug 2011 15:17:20 +0100
+
+pdfrw (0+svn136-1) unstable; urgency=low
+
+ * Initial release. (Closes: #638862)
+
+ -- Chris Lamb <lamby@debian.org> Mon, 22 Aug 2011 16:09:03 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..80733e6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: pdfrw
+Section: python
+Priority: optional
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..81f7249
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+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 <chris@chris-lamb.co.uk>
+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.
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4647c9c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)