[Python-modules-commits] [python-socksipy] 01/01: * Add python-socks Breaks/Replaces: python-pysocks/python-socksipy and python3-socks Breaks/Replaces: python3-pysocks/python3-socksipy to fix upgradability of rename binaries (Closes: #810358)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Jan 10 04:51:23 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 ea3fac24959d55870443cf470625170ed2fb4ca1
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Jan 9 23:51:14 2016 -0500

    * Add python-socks Breaks/Replaces: python-pysocks/python-socksipy and
      python3-socks Breaks/Replaces: python3-pysocks/python3-socksipy to fix
      upgradability of rename binaries (Closes: #810358)
---
 debian/changelog | 9 +++++++++
 debian/control   | 4 ++++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7162a3d..a238558 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-socksipy (1.5.0+dfsg-4) unstable; urgency=medium
+
+  * Team upload.
+  * Add python-socks Breaks/Replaces: python-pysocks/python-socksipy and
+    python3-socks Breaks/Replaces: python3-pysocks/python3-socksipy to fix
+    upgradability of rename binaries (Closes: #810358)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 09 Jan 2016 23:43:37 -0500
+
 python-socksipy (1.5.0+dfsg-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index ac0fbfc..ad01864 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-sock
 Package: python-socks
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
+Breaks: python-pysocks, python-socksipy
+Replaces: python-pysocks, python-socksipy
 Description: Python 2 SOCKS client module
  This module was designed to allow developers of Python
  software that uses the Internet or another TCP/IP-based
@@ -25,6 +27,8 @@ Description: Python 2 SOCKS client module
 Package: python3-socks
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
+Breaks: python3-pysocks, python3-socksipy
+Replaces: python3-pysocks, python3-socksipy
 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