[Python-modules-commits] r16073 - in packages/pykcs11/trunk/debian (4 files)
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Wed Mar 9 17:51:14 UTC 2011
Date: Wednesday, March 9, 2011 @ 17:51:11
Author: rousseau
Revision: 16073
Fix "deprecation of dh_pycentral, please use dh_python2" by using
dh_python2 (Closes: #616969)
Modified:
packages/pykcs11/trunk/debian/changelog
packages/pykcs11/trunk/debian/control
packages/pykcs11/trunk/debian/rules
Deleted:
packages/pykcs11/trunk/debian/pycompat
Modified: packages/pykcs11/trunk/debian/changelog
===================================================================
--- packages/pykcs11/trunk/debian/changelog 2011-03-09 16:11:32 UTC (rev 16072)
+++ packages/pykcs11/trunk/debian/changelog 2011-03-09 17:51:11 UTC (rev 16073)
@@ -1,3 +1,10 @@
+pykcs11 (1.2.3-3) unstable; urgency=low
+
+ * Fix "deprecation of dh_pycentral, please use dh_python2" by using
+ dh_python2 (Closes: #616969)
+
+ -- Ludovic Rousseau <rousseau at debian.org> Wed, 09 Mar 2011 18:50:14 +0100
+
pykcs11 (1.2.3-2) unstable; urgency=low
* upload to unstable
Modified: packages/pykcs11/trunk/debian/control
===================================================================
--- packages/pykcs11/trunk/debian/control 2011-03-09 16:11:32 UTC (rev 16072)
+++ packages/pykcs11/trunk/debian/control 2011-03-09 17:51:11 UTC (rev 16073)
@@ -2,10 +2,9 @@
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 (>= 7.0.0), swig, python-central (>= 0.5.6), python-all-dev (>= 2.3.5-11)
+Build-Depends: debhelper (>= 7.0.0), swig, python-all-dev (>= 2.6.6-3)
Standards-Version: 3.9.1
Section: python
-XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pykcs11/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pykcs11/trunk/
Homepage: http://www.bit4id.org/trac/pykcs11/
@@ -14,7 +13,6 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
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
Deleted: packages/pykcs11/trunk/debian/pycompat
===================================================================
--- packages/pykcs11/trunk/debian/pycompat 2011-03-09 16:11:32 UTC (rev 16072)
+++ packages/pykcs11/trunk/debian/pycompat 2011-03-09 17:51:11 UTC (rev 16073)
@@ -1 +0,0 @@
-2
Modified: packages/pykcs11/trunk/debian/rules
===================================================================
--- packages/pykcs11/trunk/debian/rules 2011-03-09 16:11:32 UTC (rev 16072)
+++ packages/pykcs11/trunk/debian/rules 2011-03-09 17:51:11 UTC (rev 16073)
@@ -84,7 +84,7 @@
dh_strip
dh_compress
dh_fixperms
- dh_pycentral
+ dh_python2
# dh_makeshlibs
dh_installdeb
dh_shlibdeps
More information about the Python-modules-commits
mailing list