[Python-modules-commits] [pyscard] 01/01: * Fix incorrect depends for python3-pyscard due to wrong substitution variable (and uploading instead of filing an RC bug) * Remove obsolete subtitution variables

Scott Kitterman kitterman at moszumanska.debian.org
Thu Jun 29 20:22:32 UTC 2017


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

kitterman pushed a commit to branch master
in repository pyscard.

commit 744d2b7fb0817eda2951d712ced3c4a8203e3602
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Jun 29 16:22:26 2017 -0400

    * Fix incorrect depends for python3-pyscard due to wrong substitution
      variable (and uploading instead of filing an RC bug)
    * Remove obsolete subtitution variables
---
 debian/changelog | 9 +++++++++
 debian/control   | 5 +----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2aecaa1..2b2f410 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pyscard (1.9.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fix incorrect depends for python3-pyscard due to wrong substitution
+    variable (and uploading instead of filing an RC bug)
+  * Remove obsolete subtitution variables
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 29 Jun 2017 15:16:10 -0400
+
 pyscard (1.9.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index b8251b3..796c655 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,14 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
 Build-Depends: debhelper (>= 9~), python-all-dev, python3-all-dev, libpcsclite-dev, swig, dh-python, python3-setuptools, python-setuptools
 Standards-Version: 3.9.8
 Section: python
-XS-Python-Version: all
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyscard.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyscard.git
 Homepage: http://pyscard.sourceforge.net/
 
 Package: python3-pyscard
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
 Suggests: python-wxgtk3.0
-XB-Python-Version: ${python:Versions}
 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
@@ -26,7 +24,6 @@ Package: python-pyscard
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Suggests: python-wxgtk3.0
-XB-Python-Version: ${python:Versions}
 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

-- 
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