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

* debian/python-policy.sgml and debian/pyversions.py fix typos (thanks to

    Adam D. Barratt)
parent 554eeae4
No related branches found
Tags debian/2.6.5-7
No related merge requests found
python-defaults (2.6.5-14) UNRELEASED; urgency=low python-defaults (2.6.5-14) UNRELEASED; urgency=low
[ Piotr Ożarowski ]
* dh_python2: typo in --help output fixed (thanks to Adam D. Barratt) * dh_python2: typo in --help output fixed (thanks to Adam D. Barratt)
-- Piotr Ożarowski <piotr@debian.org> Tue, 17 Aug 2010 21:53:47 +0200 [ Scott Kitterman ]
* debian/python-policy.sgml and debian/pyversions.py fix typos (thanks to
Adam D. Barratt)
-- Scott Kitterman <scott@kitterman.com> Wed, 18 Aug 2010 16:56:12 -0400
python-defaults (2.6.5-13) unstable; urgency=low python-defaults (2.6.5-13) unstable; urgency=low
......
...@@ -440,7 +440,7 @@ import foo ...@@ -440,7 +440,7 @@ import foo
versions of Python (not versions of Python 3) supported by the versions of Python (not versions of Python 3) supported by the
source package. Similarly, <tt>X-Python3-Version</tt> is used to source package. Similarly, <tt>X-Python3-Version</tt> is used to
specify the versions of Python 3 supported by the package. When not specify the versions of Python 3 supported by the package. When not
specified, they defaults to all currently supported Python (or Python 3) specified, they default to all currently supported Python (or Python 3)
versions. versions.
They are used by some packaging scripts to automatically generate They are used by some packaging scripts to automatically generate
......
...@@ -237,7 +237,7 @@ class MissingVersionValueError(ValueError): ...@@ -237,7 +237,7 @@ class MissingVersionValueError(ValueError):
pass pass
def extract_pyversion_attribute(fn, pkg): def extract_pyversion_attribute(fn, pkg):
"""read the debian/control file, extract the XS-Python-Version or """read the debian/control file, extract the X-Python-Version or
XS-Python-Version field; check that XB-Python-Version exists for the XS-Python-Version field; check that XB-Python-Version exists for the
package.""" package."""
......
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