[med-svn] [python-oset] 09/11: Fix lintian warning about python => Python
Kevin Murray
daube-guest at moszumanska.debian.org
Fri Oct 9 10:15:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository python-oset.
commit a95716c24ab4ba8f13d6d1c2658d7e6aebf5026e
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Thu Oct 8 15:10:08 2015 +1100
Fix lintian warning about python => Python
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e24255b..29e210e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Package: python-oset
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
-Description: ordered set library for python
+Description: ordered set library for Python
A set datastructure that remembers original insertion order. Runs on Py2.5 or
later (and runs on 3.0 or later without any modifications). For Python2.5, a
local backport of ABC classes is also used.
@@ -29,7 +29,7 @@ Package: python3-oset
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
-Description: ordered set library for python3
+Description: ordered set library for Python3
A set datastructure that remembers original insertion order. Runs on Py2.5 or
later (and runs on 3.0 or later without any modifications). For Python2.5, a
local backport of ABC classes is also used.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-oset.git
More information about the debian-med-commit
mailing list