From 9cadc4424272e9637510168956ee4da636f41a2d Mon Sep 17 00:00:00 2001 From: Scott Kitterman <scott@kitterman.com> Date: Wed, 18 Aug 2010 16:57:54 -0400 Subject: [PATCH] * debian/python-policy.sgml and debian/pyversions.py fix typos (thanks to Adam D. Barratt) --- debian/changelog | 7 ++++++- debian/python-policy.sgml | 2 +- debian/pyversions.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6b8ca89..560d2d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ python-defaults (2.6.5-14) UNRELEASED; urgency=low + [ Piotr Ożarowski ] * 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 diff --git a/debian/python-policy.sgml b/debian/python-policy.sgml index b798375..31ff1e5 100644 --- a/debian/python-policy.sgml +++ b/debian/python-policy.sgml @@ -440,7 +440,7 @@ import foo versions of Python (not versions of Python 3) supported by the source package. Similarly, <tt>X-Python3-Version</tt> is used to 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. They are used by some packaging scripts to automatically generate diff --git a/debian/pyversions.py b/debian/pyversions.py index 414d13d..d897e2f 100644 --- a/debian/pyversions.py +++ b/debian/pyversions.py @@ -237,7 +237,7 @@ class MissingVersionValueError(ValueError): pass 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 package.""" -- GitLab