summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-13 13:33:37 -0700
committerJohannes Schauer <josch@debian.org>2016-08-14 08:36:18 +0200
commite2186c006ff22499b4478c8ecc890e860b9630a4 (patch)
tree8b26d408baccf23f0feb33417323d7d843b94ace /debian/control
parente477401c656af8c4e834f69135bf80b0886dfa6b (diff)
rm duplicate python-setuptools dep & wrap-and-sort
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control40
1 files changed, 27 insertions, 13 deletions
diff --git a/debian/control b/debian/control
index 62d4536..b0b5c6a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,12 @@ Source: pdfrw
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 9), python-setuptools, dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python3-all,
+ python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/pmaupin/pdfrw
Vcs-Git: https://git.dgit.debian.org/pdfrw
@@ -12,8 +17,12 @@ X-Python3-Version: >= 3.2
Package: python-pdfrw
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-reportlab, python-pdfrw-doc
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-pdfrw-doc,
+ python-reportlab,
Description: PDF file manipulation library (Python 2)
pdfrw can read and write PDF files, and can also be used to read in PDFs which
can then be used inside reportlab.
@@ -32,11 +41,12 @@ Description: PDF file manipulation library (Python 2)
.
This package installs the library for Python 2.
-Package: python3-pdfrw
+Package: python-pdfrw-doc
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python-reportlab, python-pdfrw-doc
-Description: PDF file manipulation library (Python 3)
+Depends:
+ ${misc:Depends},
+Section: doc
+Description: PDF file manipulation library (documentation)
pdfrw can read and write PDF files, and can also be used to read in PDFs which
can then be used inside reportlab.
.
@@ -52,13 +62,17 @@ Description: PDF file manipulation library (Python 3)
from its internal object format. This allows, for example, Form XObjects to
be used inside reportlab.
.
- This package installs the library for Python 3.
+ This is the common documentation package.
-Package: python-pdfrw-doc
+Package: python3-pdfrw
Architecture: all
-Depends: ${misc:Depends}
-Section: doc
-Description: PDF file manipulation library (documentation)
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-pdfrw-doc,
+ python-reportlab,
+Description: PDF file manipulation library (Python 3)
pdfrw can read and write PDF files, and can also be used to read in PDFs which
can then be used inside reportlab.
.
@@ -74,4 +88,4 @@ Description: PDF file manipulation library (documentation)
from its internal object format. This allows, for example, Form XObjects to
be used inside reportlab.
.
- This is the common documentation package.
+ This package installs the library for Python 3.