diff -Nru subunit-0.0.18/debian/changelog subunit-0.0.18/debian/changelog --- subunit-0.0.18/debian/changelog 2014-02-12 11:47:07.000000000 +0000 +++ subunit-0.0.18/debian/changelog 2014-02-18 11:44:09.000000000 +0000 @@ -1,3 +1,16 @@ +subunit (0.0.18-0ubuntu7~cloud0) precise-icehouse; urgency=medium + + * New update for the Ubuntu Cloud Archive: + - d/control: Add BD on dh-python. + + -- James Page Tue, 18 Feb 2014 11:44:04 +0000 + +subunit (0.0.18-0ubuntu7) trusty; urgency=low + + * debian/patches/fix-version.patch: Fix version detection. + + -- Chuck Short Wed, 12 Feb 2014 12:45:10 -0700 + subunit (0.0.18-0ubuntu6~cloud0) precise-icehouse; urgency=medium * New update for the Ubuntu Cloud Archive: diff -Nru subunit-0.0.18/debian/patches/fix-version.patch subunit-0.0.18/debian/patches/fix-version.patch --- subunit-0.0.18/debian/patches/fix-version.patch 1970-01-01 00:00:00.000000000 +0000 +++ subunit-0.0.18/debian/patches/fix-version.patch 2014-02-18 11:43:23.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Hard code version so we dont get misconfigured eggs. +Author: Chuck Short +Forwarded: Not-needed +diff -Naurp subunit-0.0.18.orig/setup.py subunit-0.0.18/setup.py +--- subunit-0.0.18.orig/setup.py 2014-01-12 17:07:19.000000000 -0700 ++++ subunit-0.0.18/setup.py 2014-02-12 12:43:12.806779757 -0700 +@@ -35,7 +35,7 @@ VERSION = ( + + setup( + name='python-subunit', +- version=VERSION, ++ version='0.0.18', + description=('Python implementation of subunit test streaming protocol'), + long_description=open('README').read(), + classifiers=[ diff -Nru subunit-0.0.18/debian/patches/series subunit-0.0.18/debian/patches/series --- subunit-0.0.18/debian/patches/series 2014-02-10 09:36:15.000000000 +0000 +++ subunit-0.0.18/debian/patches/series 2014-02-18 11:43:23.000000000 +0000 @@ -0,0 +1 @@ +fix-version.patch