[Python-modules-commits] r21475 - in packages/pyscard/trunk/debian (changelog control)
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Tue May 1 15:22:21 UTC 2012
Date: Tuesday, May 1, 2012 @ 15:22:20
Author: rousseau
Revision: 21475
Fix "Please drop alternative dependency on python-wxgtk2.6"
Removed Suggests: python-wxgtk2.6 as the package is no more available in
Debian (Closes: #645891)
Modified:
packages/pyscard/trunk/debian/changelog
packages/pyscard/trunk/debian/control
Modified: packages/pyscard/trunk/debian/changelog
===================================================================
--- packages/pyscard/trunk/debian/changelog 2012-05-01 15:19:05 UTC (rev 21474)
+++ packages/pyscard/trunk/debian/changelog 2012-05-01 15:22:20 UTC (rev 21475)
@@ -1,8 +1,11 @@
pyscard (1.6.12.1-1) unstable; urgency=low
* New upstream release
+ * Fix "Please drop alternative dependency on python-wxgtk2.6"
+ Removed Suggests: python-wxgtk2.6 as the package is no more available in
+ Debian (Closes: #645891)
- -- Ludovic Rousseau <rousseau at debian.org> Tue, 01 May 2012 17:18:33 +0200
+ -- Ludovic Rousseau <rousseau at debian.org> Tue, 01 May 2012 17:20:12 +0200
pyscard (1.6.12-4) unstable; urgency=low
Modified: packages/pyscard/trunk/debian/control
===================================================================
--- packages/pyscard/trunk/debian/control 2012-05-01 15:19:05 UTC (rev 21474)
+++ packages/pyscard/trunk/debian/control 2012-05-01 15:22:20 UTC (rev 21475)
@@ -13,7 +13,7 @@
Package: python-pyscard
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Suggests: python-wxgtk2.6 | python-wxgtk2.8
+Suggests: python-wxgtk2.8
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.
More information about the Python-modules-commits
mailing list