[Python-modules-commits] r30157 - in packages/websocket-client/trunk/debian (3 files)

olasd at users.alioth.debian.org olasd at users.alioth.debian.org
Fri Aug 15 17:43:28 UTC 2014


    Date: Friday, August 15, 2014 @ 17:43:27
  Author: olasd
Revision: 30157

Update to 0.16.0a

Modified:
  packages/websocket-client/trunk/debian/changelog
  packages/websocket-client/trunk/debian/control
  packages/websocket-client/trunk/debian/rules

Modified: packages/websocket-client/trunk/debian/changelog
===================================================================
--- packages/websocket-client/trunk/debian/changelog	2014-08-15 11:23:15 UTC (rev 30156)
+++ packages/websocket-client/trunk/debian/changelog	2014-08-15 17:43:27 UTC (rev 30157)
@@ -1,3 +1,11 @@
+websocket-client (0.16.0a-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - Include the test-suite and run it at build-time (Closes: #741606, #744726)
+  * Switch buildsystem to pybuild
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Fri, 15 Aug 2014 19:26:33 +0200
+
 websocket-client (0.12.0-1) unstable; urgency=medium
 
   * Initial release. (Closes: #727759)

Modified: packages/websocket-client/trunk/debian/control
===================================================================
--- packages/websocket-client/trunk/debian/control	2014-08-15 11:23:15 UTC (rev 30156)
+++ packages/websocket-client/trunk/debian/control	2014-08-15 17:43:27 UTC (rev 30157)
@@ -5,8 +5,11 @@
 Uploaders: Nicolas Dandrimont <olasd at debian.org>
 Build-Depends:
  debhelper (>= 9),
+ dh-python,
  python-all (>= 2.6.6-3~),
- python-setuptools
+ python-backports.ssl-match-hostname,
+ python-setuptools,
+ python-six
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 Homepage: https://github.com/liris/websocket-client

Modified: packages/websocket-client/trunk/debian/rules
===================================================================
--- packages/websocket-client/trunk/debian/rules	2014-08-15 11:23:15 UTC (rev 30156)
+++ packages/websocket-client/trunk/debian/rules	2014-08-15 17:43:27 UTC (rev 30157)
@@ -1,12 +1,7 @@
 #!/usr/bin/make -f
 
-PY2VERS = $(shell pyversions -vr)
-
-export http_proxy = http://127.0.9.1:9
-export https_proxy = http://127.0.9.1:9
-
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_install:
 	mv $(CURDIR)/debian/python-websocket/usr/bin/wsdump.py $(CURDIR)/debian/python-websocket/usr/bin/wsdump




More information about the Python-modules-commits mailing list