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

Add clarification of naming requirements for submocules (Closes: #701192)

parent 84ec53f5
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ python-defaults (2.7.7-1) UNRELEASED; urgency=medium ...@@ -15,6 +15,7 @@ python-defaults (2.7.7-1) UNRELEASED; urgency=medium
- Thanks to Peter Pentchev for the patch - Thanks to Peter Pentchev for the patch
* Drop unused build-depends on libhtml-tree-perl * Drop unused build-depends on libhtml-tree-perl
* Clarify discussion of requirement to use python:Provides (Closes: #669346) * Clarify discussion of requirement to use python:Provides (Closes: #669346)
* Add clarification of naming requirements for submocules (Closes: #701192)
-- Matthias Klose <doko@debian.org> Mon, 02 Jun 2014 19:54:25 +0200 -- Matthias Klose <doko@debian.org> Mon, 02 Jun 2014 19:54:25 +0200
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<name>Barry Warsaw</name> <name>Barry Warsaw</name>
<email>barry@debian.org</email> <email>barry@debian.org</email>
</author> </author>
<version>version 0.10.0</version> <version>version 0.10.0.1</version>
<abstract> <abstract>
This document describes the packaging of Python within the This document describes the packaging of Python within the
...@@ -122,11 +122,6 @@ ...@@ -122,11 +122,6 @@
</item> </item>
</enumlist></p> </enumlist></p>
<p>
Python 3 (3.1) was released in June 2009, and is available in
the Debian 6.0 (squeeze) release (3.1), and in the Debian 7
(wheezy) release (3.2).
</p>
</chapt> </chapt>
<chapt id="python"> <chapt id="python">
...@@ -526,6 +521,10 @@ ...@@ -526,6 +521,10 @@
multiple modules. In the latter case the maintainer chooses the multiple modules. In the latter case the maintainer chooses the
name of the module which represents the package the most. name of the module which represents the package the most.
For subpackages such as <var>foo.bar</var>, the recommendation is to
name the binary packages <package>python-<var>foo.bar</var></package>
and <package>python3-<var>foo.bar</var></package>.
Such a package should support the current Debian Python version, Such a package should support the current Debian Python version,
and more if possible (there are several tools to help implement and more if possible (there are several tools to help implement
this, see <ref id="packaging_tools">). For example, if Python 2.5, this, see <ref id="packaging_tools">). For example, if Python 2.5,
......
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