diff -Nru testrepository-0.0.11/debian/changelog testrepository-0.0.11/debian/changelog --- testrepository-0.0.11/debian/changelog 2013-01-11 13:30:18.000000000 +0000 +++ testrepository-0.0.11/debian/changelog 2013-01-14 03:11:46.000000000 +0000 @@ -1,3 +1,10 @@ +testrepository (0.0.11-0ubuntu6) raring; urgency=low + + * debian/control: Add python-tz dependency + * debian/patches/disable-failing-tests-on-buildds.patch: Dropped + + -- Chuck Short Sun, 13 Jan 2013 21:11:19 -0600 + testrepository (0.0.11-0ubuntu5) raring; urgency=low * debian/patches/disable-failing-tests-on-buildds.patch: Temporarily diff -Nru testrepository-0.0.11/debian/control testrepository-0.0.11/debian/control --- testrepository-0.0.11/debian/control 2013-01-09 15:01:41.000000000 +0000 +++ testrepository-0.0.11/debian/control 2013-01-14 03:11:57.000000000 +0000 @@ -14,6 +14,7 @@ python-testscenarios, python-fixtures, python-subunit, + python-tz, quilt XS-Python-Version: all Homepage: https://launchpad.net/testrepository diff -Nru testrepository-0.0.11/debian/patches/disable-failing-tests-on-buildds.patch testrepository-0.0.11/debian/patches/disable-failing-tests-on-buildds.patch --- testrepository-0.0.11/debian/patches/disable-failing-tests-on-buildds.patch 2013-01-11 13:29:13.000000000 +0000 +++ testrepository-0.0.11/debian/patches/disable-failing-tests-on-buildds.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -diff -Naurp testrepository-0.0.11.orig/testrepository/tests/commands/__init__.py testrepository-0.0.11/testrepository/tests/commands/__init__.py ---- testrepository-0.0.11.orig/testrepository/tests/commands/__init__.py 2012-01-10 07:30:21.000000000 -0600 -+++ testrepository-0.0.11/testrepository/tests/commands/__init__.py 2013-01-11 07:28:23.736405684 -0600 -@@ -27,7 +27,6 @@ def test_suite(): - 'load', - 'quickstart', - 'run', -- 'slowest', - 'stats', - ] - module_names = ['testrepository.tests.commands.test_' + name for name in diff -Nru testrepository-0.0.11/debian/patches/series testrepository-0.0.11/debian/patches/series --- testrepository-0.0.11/debian/patches/series 2013-01-11 13:29:34.000000000 +0000 +++ testrepository-0.0.11/debian/patches/series 2013-01-14 03:11:08.000000000 +0000 @@ -1,2 +1 @@ add-missing-testr-conf.patch -disable-failing-tests-on-buildds.patch