[Python-modules-commits] [pyscard] 05/06: debian/control: fix lintian duplicate-short-description

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri May 27 08:41:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository pyscard.

commit 30c460fe4bd316356830c442ea326962e64bb6d8
Author: Ludovic Rousseau <rousseau at debian.org>
Date:   Fri May 27 10:17:33 2016 +0200

    debian/control: fix lintian duplicate-short-description
    
    Specify the Python version used by each packages.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f5b2882..75fe1f9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Suggests: python-wxgtk3.0
 XB-Python-Version: ${python:Versions}
-Description: Python wrapper above PC/SC API
+Description: Python3 wrapper above PC/SC API
  This package contains a wrapper to use PC/SC from a Python 3 program.
  PC/SC (or winscard or pcsc) is an API to communicate with smart cards and
  smart card readers.
@@ -27,7 +27,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Suggests: python-wxgtk3.0
 XB-Python-Version: ${python:Versions}
-Description: Python wrapper above PC/SC API
+Description: Python2 wrapper above PC/SC API
  This package contains a wrapper to use PC/SC from a Python 2 program.
  PC/SC (or winscard or pcsc) is an API to communicate with smart cards and
  smart card readers.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyscard.git



More information about the Python-modules-commits mailing list