[Python-modules-commits] r33389 - in packages/circuits/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Jul 18 13:11:07 UTC 2015


    Date: Saturday, July 18, 2015 @ 13:11:05
  Author: eriol-guest
Revision: 33389

Disable running tests at build time since they are also failing upstream. (Closes: #792062)

Modified:
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/control

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2015-07-18 11:41:49 UTC (rev 33388)
+++ packages/circuits/trunk/debian/changelog	2015-07-18 13:11:05 UTC (rev 33389)
@@ -6,6 +6,10 @@
     - Simplify debian/rules.
   * Ship manpages inside debian/manpages since they are no more included in
     sdist.
+  * Disable running tests at build time since they are also failing upstream.
+    (Closes: #792062)
+    - Use export PYBUILD_DISABLE=test in debian/rules.
+    - Remove python-coverage and python{,3}-pytest from Build-Depends.
   * debian/control
     - Remove python{,3}-pyinotify from Build-Depends and Depends.
     - Remove python-imaging, python-multiprocessing, python-routes and
@@ -31,7 +35,7 @@
     - Remove fabric scripts to not pollute namespace.
     - Remove Python implementation of htpasswd.
 
- -- Daniele Tricoli <eriol at mornie.org>  Sat, 18 Jul 2015 13:41:25 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 18 Jul 2015 15:10:13 +0200
 
 circuits (2.1.0-2) unstable; urgency=low
 

Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	2015-07-18 11:41:49 UTC (rev 33388)
+++ packages/circuits/trunk/debian/control	2015-07-18 13:11:05 UTC (rev 33389)
@@ -7,12 +7,9 @@
  debhelper (>= 9),
  dh-python,
  python-all (>= 2.6.6-3~),
- python-coverage,
- python-pytest (>= 2.3),
  python-setuptools,
  python-sphinx (>= 1.0.7+dfsg),
  python3-all (>= 3.1.2-7~),
- python3-pytest (>= 2.3),
  python3-setuptools,
 Standards-Version: 3.9.6
 Homepage: http://bitbucket.org/prologic/circuits/




More information about the Python-modules-commits mailing list