[Python-modules-commits] r24981 - in packages/python-socksipy/trunk/debian (changelog control)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Jun 26 14:47:21 UTC 2013


    Date: Wednesday, June 26, 2013 @ 14:47:20
  Author: sramacher
Revision: 24981

* Add ${misc:Depends} to Depends.
* Change XS-Python-Version to X-Python-Version.

Modified:
  packages/python-socksipy/trunk/debian/changelog
  packages/python-socksipy/trunk/debian/control

Modified: packages/python-socksipy/trunk/debian/changelog
===================================================================
--- packages/python-socksipy/trunk/debian/changelog	2013-06-26 14:37:36 UTC (rev 24980)
+++ packages/python-socksipy/trunk/debian/changelog	2013-06-26 14:47:20 UTC (rev 24981)
@@ -21,8 +21,10 @@
     - Bump Standards-Version to 3.9.4.
     - Bump dpatch in Build-Depends to >= 2.0.32 for dh integration.
     - Bump debhelper in Build-Depends to >= 9.
+    - Add ${misc:Depends} to Depends.
+    - Change XS-Python-Version to X-Python-Version.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:27 +0200
+ -- Sebastian Ramacher <sramacher at debian.org>  Wed, 26 Jun 2013 16:41:58 +0200
 
 python-socksipy (1.0-1) unstable; urgency=low
 

Modified: packages/python-socksipy/trunk/debian/control
===================================================================
--- packages/python-socksipy/trunk/debian/control	2013-06-26 14:37:36 UTC (rev 24980)
+++ packages/python-socksipy/trunk/debian/control	2013-06-26 14:47:20 UTC (rev 24981)
@@ -1,6 +1,6 @@
 Source: python-socksipy
 Section: python
-XS-Python-Version: all
+X-Python-Version: all
 Priority: optional
 Maintainer: Debian QA Group <packages at qa.debian.org>
 Standards-Version: 3.9.4
@@ -11,7 +11,7 @@
 
 Package: python-socksipy
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Description: Python SOCKS client module
  This module was designed to allow developers of Python
  software that uses the Internet or another TCP/IP-based




More information about the Python-modules-commits mailing list