[Python-modules-commits] [pyscard] 04/05: Move to Python 3.x

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Feb 5 23:30:04 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 9128385d3a45d80f2abae8be8074c6f8f114e41d
Author: Ludovic Rousseau <rousseau at debian.org>
Date:   Fri Feb 5 23:33:25 2016 +0100

    Move to Python 3.x
---
 debian/control | 4 ++--
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 58b0b3a..a9a978f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pyscard
 Priority: optional
 Maintainer: Ludovic Rousseau <rousseau at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9~), python-all-dev (>= 2.6.6-3), libpcsclite-dev, swig, dh-python, python-setuptools
+Build-Depends: debhelper (>= 9~), python3-all-dev, libpcsclite-dev, swig, dh-python, python-setuptools
 Standards-Version: 3.9.6
 Section: python
 XS-Python-Version: all
@@ -10,7 +10,7 @@ Vcs-Git: git://anonscm.debian.org/python-modules/packages/pyscard.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyscard.git
 Homepage: http://pyscard.sourceforge.net/
 
-Package: python-pyscard
+Package: python3-pyscard
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Suggests: python-wxgtk3.0
diff --git a/debian/rules b/debian/rules
index 4647c9c..25115de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python3

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