[Python-modules-commits] [python-socksipy] 01/01: * Change python:Depends to python3:Depends for python3-socks so proper interpreter depedencies are generated

Scott Kitterman kitterman at moszumanska.debian.org
Fri Jan 8 06:09:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository python-socksipy.

commit 6c9c65a6398d8761ca15bd3a794973252df6d6b1
Author: Scott Kitterman <scott at kitterman.com>
Date:   Fri Jan 8 01:09:45 2016 -0500

    * Change python:Depends to python3:Depends for python3-socks so proper
      interpreter depedencies are generated
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4f16290..7162a3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-socksipy (1.5.0+dfsg-3) unstable; urgency=medium
+
+  * Team upload.
+  * Change python:Depends to python3:Depends for python3-socks so proper
+    interpreter depedencies are generated
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 08 Jan 2016 01:04:51 -0500
+
 python-socksipy (1.5.0+dfsg-2) unstable; urgency=medium
 
   * rename binary packages from python-socksipy and
diff --git a/debian/control b/debian/control
index 59b7f4e..ac0fbfc 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Description: Python 2 SOCKS client module
 
 Package: python3-socks
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 Description: Python 3 SOCKS client module
  This module was designed to allow developers of Python
  software that uses the Internet or another TCP/IP-based

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-socksipy.git



More information about the Python-modules-commits mailing list