[Python-modules-commits] r20280 - in packages/circuits/trunk/debian (changelog rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri Feb 3 09:12:53 UTC 2012
Date: Friday, February 3, 2012 @ 09:12:51
Author: eriol-guest
Revision: 20280
circuits.bench, circuits.sniff and circuits.web are provided only for the default Python version
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/rules
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2012-02-03 05:10:47 UTC (rev 20279)
+++ packages/circuits/trunk/debian/changelog 2012-02-03 09:12:51 UTC (rev 20280)
@@ -2,7 +2,9 @@
* New upstream release
- Added Python 3 support
- * Builded python3 packages
+ * Builded python3 package
+ - circuits.bench, circuits.sniff and circuits.web are provided only for
+ the default Python version
* Added python-circuits-doc package and moved documentation and examples
inside it
* debian/control
@@ -37,7 +39,7 @@
* debian/watch
- Updated to new upstream download location (PyPI)
- -- Daniele Tricoli <eriol at mornie.org> Fri, 03 Feb 2012 06:07:26 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Fri, 03 Feb 2012 10:09:52 +0100
circuits (1.2.1-1) unstable; urgency=low
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2012-02-03 05:10:47 UTC (rev 20279)
+++ packages/circuits/trunk/debian/rules 2012-02-03 09:12:51 UTC (rev 20280)
@@ -33,8 +33,12 @@
--install-layout deb; \
done
+ # Remove tests to not pollute namespace.
rm -rf debian/python*-circuits/usr/lib/python*/dist-packages/tests
+ # Remove scripts for Python3: provide them only for the default version.
+ rm -rf debian/python3-circuits/usr/bin/
+
# Disabled tests because they need pytest >= 2.0.0 which is not in Debian yet.
# override_dh_auto_test:
# ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
More information about the Python-modules-commits
mailing list