[Python-modules-commits] [pyscard] 04/06: debian/control: fix lintian duplicate-long-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 77e6681cfa736cf86b8d89ab64670659f93e633c
Author: Ludovic Rousseau <rousseau at debian.org>
Date:   Fri May 27 10:15:42 2016 +0200

    debian/control: fix lintian duplicate-long-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 9144f55..f5b2882 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Suggests: python-wxgtk3.0
 XB-Python-Version: ${python:Versions}
 Description: Python wrapper above PC/SC API
- This package contains a wrapper to use PC/SC from a Python program.
+ 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.
  .
@@ -28,7 +28,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Suggests: python-wxgtk3.0
 XB-Python-Version: ${python:Versions}
 Description: Python wrapper above PC/SC API
- This package contains a wrapper to use PC/SC from a Python program.
+ 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