summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/control6
2 files changed, 5 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index c0881ff..a9e9339 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
pdfrw (0.2-3) UNRELEASED; urgency=medium
* QA upload.
+ * Drop "Conflicts:/Provides:/Replaces: pdfrw" lines (Closes: #639273).
+ The pdfrw binary package is long gone and was never part of a release.
+ This fixes co-installing python-pdfrw and python3-pdfrw, and other
+ package combinations.
+ Thanks to Aaron M. Ucko and Yuri D'Elia for useful information.
* Add proper DEP-5 header to copyright file.
* Fix Vcs-* URIs.
They were previously pointing at the dgit repo for src:botch.
diff --git a/debian/control b/debian/control
index 3c69456..62d4536 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,6 @@ Package: python-pdfrw
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-reportlab, python-pdfrw-doc
-Replaces: pdfrw
-Provides: pdfrw
-Conflicts: pdfrw
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.
@@ -39,9 +36,6 @@ Package: python3-pdfrw
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-reportlab, python-pdfrw-doc
-Replaces: pdfrw
-Provides: pdfrw
-Conflicts: pdfrw
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.