Package: subunit
Version: 0.0.10-2
Severity: normal
Tags: patch
All of the python or python3 code appears to be pure python. There's no need
to depend on the -dev packages or use python{3}-Provides. Patch attached.
diff -Nru subunit-0.0.10/debian/changelog subunit-0.0.10/debian/changelog
--- subunit-0.0.10/debian/changelog 2013-05-11 03:57:56.000000000 -0400
+++ subunit-0.0.10/debian/changelog 2013-05-23 17:25:39.000000000 -0400
@@ -1,3 +1,12 @@
+subunit (0.0.10-3) UNRELEASED; urgency=low
+
+ * Switch python{3}-all-dev build-depends to python{3}-all becuase there
+ is no architecture specific python{3} content in the package
+ * Drop unneeded python{3}:Provides - not generally useful and specifically
+ not appropriate for arch all packages
+
+ -- Scott Kitterman <[email protected]> Thu, 23 May 2013 17:23:20 -0400
+
subunit (0.0.10-2) unstable; urgency=low
* Uploading to unstable.
diff -Nru subunit-0.0.10/debian/control subunit-0.0.10/debian/control
--- subunit-0.0.10/debian/control 2012-11-05 16:23:05.000000000 -0500
+++ subunit-0.0.10/debian/control 2013-05-23 17:23:16.000000000 -0400
@@ -5,8 +5,8 @@
Uploaders: Robert Collins <[email protected]>
Build-Depends: debhelper (>= 9),
python-dev (>= 2.6.6-3),
- python-all-dev (>= 2.6.6-3),
- python3-all-dev,
+ python-all (>= 2.6.6-3),
+ python3-all,
autoconf (>= 2.59),
automake,
libtool,
@@ -51,7 +51,6 @@
Package: python-subunit
Architecture: all
-Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends},
python-testtools (>= 0.9.4)
Section: python
@@ -64,7 +63,6 @@
Package: python3-subunit
Architecture: all
-Provides: ${python3:Provides}
Depends: ${python3:Depends}, ${misc:Depends},
python3-testtools (>= 0.9.4)
Section: python