[Python-modules-commits] r29933 - in packages/pykcs11/trunk/debian (changelog control rules)
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Sat Jul 26 11:37:12 UTC 2014
Date: Saturday, July 26, 2014 @ 11:37:11
Author: rousseau
Revision: 29933
move to Python 3.x
Modified:
packages/pykcs11/trunk/debian/changelog
packages/pykcs11/trunk/debian/control
packages/pykcs11/trunk/debian/rules
Modified: packages/pykcs11/trunk/debian/changelog
===================================================================
--- packages/pykcs11/trunk/debian/changelog 2014-07-26 11:35:08 UTC (rev 29932)
+++ packages/pykcs11/trunk/debian/changelog 2014-07-26 11:37:11 UTC (rev 29933)
@@ -7,6 +7,7 @@
* update Homepage: field
* New upstream release
* use dh compatibility level 9 to get hardening
+ * move to Python 3.x
-- Ludovic Rousseau <rousseau at debian.org> Fri, 25 Jul 2014 18:19:06 +0200
Modified: packages/pykcs11/trunk/debian/control
===================================================================
--- packages/pykcs11/trunk/debian/control 2014-07-26 11:35:08 UTC (rev 29932)
+++ packages/pykcs11/trunk/debian/control 2014-07-26 11:37:11 UTC (rev 29933)
@@ -2,17 +2,16 @@
Priority: optional
Maintainer: Ludovic Rousseau <rousseau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, David Smith <davidsmith at acm.org>
-Build-Depends: debhelper (>= 9), swig, python-all-dev (>= 2.6.6-3)
+Build-Depends: debhelper (>= 9), swig, python3-all-dev
Standards-Version: 3.9.3
Section: python
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pykcs11/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pykcs11/trunk/
Homepage: http://sourceforge.net/projects/pkcs11wrap/
-Package: python-pykcs11
+Package: python3-pykcs11
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: PKCS#11 wrapper for Python
PyKCS11 let you access to almost all PKCS#11 functions and data types using
any PKCS#11 library, such as the various modules supplied by smartcard
Modified: packages/pykcs11/trunk/debian/rules
===================================================================
--- packages/pykcs11/trunk/debian/rules 2014-07-26 11:35:08 UTC (rev 29932)
+++ packages/pykcs11/trunk/debian/rules 2014-07-26 11:37:11 UTC (rev 29933)
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
+
%:
- dh $@ --with python2 --buildsystem=python_distutils
+ PYTHON=python3 dh $@ --with python3
More information about the Python-modules-commits
mailing list