[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#769501: unblock: websocket-client/0.18.0-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package websocket-client

RC bug fix.

unblock websocket-client/0.18.0-2
diff -ruN export/debian/changelog websocket-client-0.18.0/debian/changelog
--- export/debian/changelog	2014-09-25 09:40:43.766787000 -0400
+++ websocket-client-0.18.0/debian/changelog	2014-11-14 00:52:45.481367257 -0500
@@ -1,3 +1,12 @@
+websocket-client (0.18.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Do not ship tests module in python3-websocket binary package either
+    (Closes: #767400)
+    - Thanks to Teemu Hukkanen for the patch
+
+ -- Scott Kitterman <scott@kitterman.com>  Fri, 14 Nov 2014 00:50:57 -0500
+
 websocket-client (0.18.0-1) unstable; urgency=medium
 
   * Team upload.
diff -ruN export/debian/patches/no-ship-tests.diff websocket-client-0.18.0/debian/patches/no-ship-tests.diff
--- export/debian/patches/no-ship-tests.diff	1969-12-31 19:00:00.000000000 -0500
+++ websocket-client-0.18.0/debian/patches/no-ship-tests.diff	2014-11-14 00:55:15.829362814 -0500
@@ -0,0 +1,21 @@
+Description: Don't install tests module since it conflicts with other packages
+Author: Teemu Hukkanen <tjhukkan@iki.fi>
+Bug-Debian: http://bugs.debian.org/767400
+Origin: vendor
+Forwarded: no
+Reviewed-By: Scott Kitterman <scott@kitterman.com>
+Last-Update: 2014-11-14
+
+--- websocket-client-0.18.0.orig/setup.py
++++ websocket-client-0.18.0/setup.py
+@@ -36,9 +36,8 @@ setup(
+     keywords='websockets',
+     scripts=["bin/wsdump.py"],
+     install_requires=install_requires,
+-    packages=["tests", "websocket"],
++    packages=["websocket"],
+     package_data={
+-        'tests': ['data/*.txt'],
+         'websocket': ["cacert.pem"]
+     },
+ )
diff -ruN export/debian/patches/series websocket-client-0.18.0/debian/patches/series
--- export/debian/patches/series	1969-12-31 19:00:00.000000000 -0500
+++ websocket-client-0.18.0/debian/patches/series	2014-11-14 00:53:11.941366475 -0500
@@ -0,0 +1 @@
+no-ship-tests.diff
diff -ruN export/debian/rules websocket-client-0.18.0/debian/rules
--- export/debian/rules	2014-08-20 18:09:14.443509000 -0400
+++ websocket-client-0.18.0/debian/rules	2014-11-14 00:50:39.769370971 -0500
@@ -8,5 +8,4 @@
 override_dh_install:
 	mv $(CURDIR)/debian/python-websocket/usr/bin/wsdump.py $(CURDIR)/debian/python-websocket/usr/bin/wsdump
 	mv $(CURDIR)/debian/python3-websocket/usr/bin/wsdump.py $(CURDIR)/debian/python3-websocket/usr/bin/wsdump3
-	rm -r $(CURDIR)/debian/python-websocket/usr/lib/python*/dist-packages/tests
 	dh_install

Reply to: