From ac043cadc34a68077ec030b23f7ce1ef28ed94bd Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@ubuntu.com> Date: Fri, 8 Jun 2018 20:17:54 +0200 Subject: [PATCH] * Fix typo in dh_python2(1) (Chris Lamb). Closes: #901079. --- debian/changelog | 1 + dh_python2.1 | 2 +- dh_python2.rst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 928db3d..27a5ce2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-defaults (2.7.15-4) UNRELEASED; urgency=medium * Fix some lintian warnings. + * Fix typo in dh_python2(1) (Chris Lamb). Closes: #901079. -- Matthias Klose <doko@debian.org> Fri, 08 Jun 2018 19:15:52 +0200 diff --git a/dh_python2.1 b/dh_python2.1 index 8d560bf..b80b16f 100644 --- a/dh_python2.1 +++ b/dh_python2.1 @@ -82,7 +82,7 @@ more strict dependencies (f.e. to avoid ABI problems) create debian/python\-foo.pydist file. See /usr/share/doc/python\-doc/README.PyDist (provided by python\-doc package) for more information. If the pydist file contains PEP386 flag or set of (uscan like) rules, dh_python2 will make the -depedency versioned (version requirements are ignored by default). +dependency versioned (version requirements are ignored by default). .SS namespace feature .sp dh_python2 parses Egg\(aqs namespace_packages.txt files (in addition to diff --git a/dh_python2.rst b/dh_python2.rst index 8bdde94..075411c 100644 --- a/dh_python2.rst +++ b/dh_python2.rst @@ -52,7 +52,7 @@ more strict dependencies (f.e. to avoid ABI problems) create debian/python-foo.pydist file. See /usr/share/doc/python-doc/README.PyDist (provided by python-doc package) for more information. If the pydist file contains PEP386 flag or set of (uscan like) rules, dh_python2 will make the -depedency versioned (version requirements are ignored by default). +dependency versioned (version requirements are ignored by default). namespace feature ~~~~~~~~~~~~~~~~~ -- GitLab