[Python-modules-commits] r30160 - in packages/websocket-client/trunk/debian (changelog rules)

olasd at users.alioth.debian.org olasd at users.alioth.debian.org
Fri Aug 15 21:51:15 UTC 2014


    Date: Friday, August 15, 2014 @ 21:51:14
  Author: olasd
Revision: 30160

Don't ship the tests module

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

Modified: packages/websocket-client/trunk/debian/changelog
===================================================================
--- packages/websocket-client/trunk/debian/changelog	2014-08-15 21:43:34 UTC (rev 30159)
+++ packages/websocket-client/trunk/debian/changelog	2014-08-15 21:51:14 UTC (rev 30160)
@@ -4,6 +4,7 @@
     - Include the test-suite and run it at build-time (Closes: #741606, #744726)
   * Switch buildsystem to pybuild
   * Update copyright file
+  * Do not ship the tests module in the binary
 
  -- Nicolas Dandrimont <olasd at debian.org>  Fri, 15 Aug 2014 19:26:33 +0200
 

Modified: packages/websocket-client/trunk/debian/rules
===================================================================
--- packages/websocket-client/trunk/debian/rules	2014-08-15 21:43:34 UTC (rev 30159)
+++ packages/websocket-client/trunk/debian/rules	2014-08-15 21:51:14 UTC (rev 30160)
@@ -5,4 +5,5 @@
 
 override_dh_install:
 	mv $(CURDIR)/debian/python-websocket/usr/bin/wsdump.py $(CURDIR)/debian/python-websocket/usr/bin/wsdump
+	rm -r $(CURDIR)/debian/python-websocket/usr/lib/python*/dist-packages/tests
 	dh_install




More information about the Python-modules-commits mailing list