Drop "Conflicts:/Provides:/Replaces: pdfrw" lines

This commit is contained in:
Sean Whitton 2016-08-13 13:22:13 -07:00 committed by Johannes Schauer
parent da94efaeb0
commit e477401c65
2 changed files with 5 additions and 6 deletions

5
debian/changelog vendored
View File

@ -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.

6
debian/control vendored
View File

@ -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.