Skip to content
Snippets Groups Projects
Commit 84ec53f5 authored by Scott Kitterman's avatar Scott Kitterman
Browse files

Clarify discussion of requirement to use python:Provides (Closes: #669346)

parent 4194dd56
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ python-defaults (2.7.7-1) UNRELEASED; urgency=medium
lsb-release from build-depends (Closes: #751706)
- Thanks to Peter Pentchev for the patch
* Drop unused build-depends on libhtml-tree-perl
* Clarify discussion of requirement to use python:Provides (Closes: #669346)
-- Matthias Klose <doko@debian.org> Mon, 02 Jun 2014 19:54:25 +0200
......
......@@ -614,9 +614,10 @@ XS-Python-Version: all
Provides in binary packages of the form
<package>python-<var>X</var>.<var>Y</var><var>>foo</var></package>
must be specified if the package contains an extension for more
than one python version and other package with version specific
than one python version and an other package with version specific
dependencies on the package require it. Provides are only for
extensions, not modules.
extensions, not modules. Provides should only be rarely used for
Python packages and never for Python 3.
</p>
</sect>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment