tag 743244 patch
severity 743244 important
user 743244 ubuntu-de...@lists.ubuntu.com
usertags 743244 ubuntu-patch utopic
thanks

Hey Stefano, Antonio, all,

Bumping severity as this pretty much DoSes our testing infrastructure.
We had the same problem in Ubuntu as well, and this makes Jenkins
explose :-)

Simple fix attached. This fixes the test and avoids the enormous
failure log.

Thanks,

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru python-cffi-0.8.1/debian/changelog python-cffi-0.8.1/debian/changelog
--- python-cffi-0.8.1/debian/changelog  2014-01-18 19:24:23.000000000 +0100
+++ python-cffi-0.8.1/debian/changelog  2014-05-08 10:06:01.000000000 +0200
@@ -1,3 +1,11 @@
+python-cffi (0.8.1-2) UNRELEASED; urgency=medium
+
+  * Add missing build-essential test dependency. The lack of that made the
+    test fail and complain bitterly with a ginormous (~ 3 GB!) log file.
+    (Closes: #743244)
+
+ -- Martin Pitt <mp...@debian.org>  Thu, 08 May 2014 10:05:10 +0200
+
 python-cffi (0.8.1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru python-cffi-0.8.1/debian/tests/control 
python-cffi-0.8.1/debian/tests/control
--- python-cffi-0.8.1/debian/tests/control      2013-08-08 00:33:13.000000000 
+0200
+++ python-cffi-0.8.1/debian/tests/control      2014-05-08 10:04:54.000000000 
+0200
@@ -1,5 +1,6 @@
 Tests: unittests
 Depends:
+ build-essential,
  python-all-dbg,
  python-all-dev,
  python-cffi,
@@ -10,6 +11,7 @@
 
 Tests: unittests3
 Depends:
+ build-essential,
  python-virtualenv,
  python3-all-dbg,
  python3-all-dev,

Attachment: signature.asc
Description: Digital signature

Reply via email to