Package: stevedore
Version: 0.8-1
Severity: normal
This package attempts to run the test suite at build time but d/control
does not contain the required Build-Depends to actually run it. Please
find the attached debdiff applied to stevedore 0.8-1, which adds
python-mock + python-nose and allows the package to build in clean
environments/schroots.
Thanks,
Adam
diff -Nru stevedore-0.8/debian/changelog stevedore-0.8/debian/changelog
--- stevedore-0.8/debian/changelog 2013-01-07 06:50:48.000000000 -0800
+++ stevedore-0.8/debian/changelog 2013-01-28 12:46:50.000000000 -0800
@@ -1,3 +1,9 @@
+stevedore (0.8-2) unstable; urgency=low
+
+ * debian/control: Add python-mock, python-nose to Build-Depends.
+
+ -- Adam Gandelman <[email protected]> Mon, 28 Jan 2013 12:44:42 -0800
+
stevedore (0.8-1) unstable; urgency=low
* New upstrem release
diff -Nru stevedore-0.8/debian/control stevedore-0.8/debian/control
--- stevedore-0.8/debian/control 2013-01-07 06:25:16.000000000 -0800
+++ stevedore-0.8/debian/control 2013-01-28 12:46:26.000000000 -0800
@@ -2,7 +2,10 @@
Section: python
Priority: extra
Maintainer: Julien Danjou <[email protected]>
-Build-Depends: debhelper (>= 8.0.0), python | python-all | python-dev |
python-all-dev
+Build-Depends: debhelper (>= 8.0.0),
+ python | python-all | python-dev | python-all-dev,
+ python-mock,
+ python-nose
Standards-Version: 3.9.3
Homepage: https://github.com/dreamhost/stevedore
Vcs-Git: git://git.debian.org/collab-maint/stevedore.git