From ca86f97a889401e3fa5b1897bc70111298f6b038 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 10 Dec 2013 00:29:39 +0800 Subject: [PATCH] Removes coverage call patch, now applied upstream. Rewritten-From: 662b00020881ed0057fcbc90e63069ae098e1362 --- trusty/debian/changelog | 1 + .../patches/fix-call-to-usr-bin-coverage.patch | 17 ----------------- trusty/debian/patches/series | 1 - 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 trusty/debian/patches/fix-call-to-usr-bin-coverage.patch delete mode 100644 trusty/debian/patches/series diff --git a/trusty/debian/changelog b/trusty/debian/changelog index b4a86040..0aca9b40 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,6 +1,7 @@ heat (2014.1~b1-1) experimental; urgency=low * New upstream release (Icehouse beta 1). + * Removes coverage call patch, now applied upstream. -- Thomas Goirand Mon, 09 Dec 2013 22:01:07 +0800 diff --git a/trusty/debian/patches/fix-call-to-usr-bin-coverage.patch b/trusty/debian/patches/fix-call-to-usr-bin-coverage.patch deleted file mode 100644 index 41143322..00000000 --- a/trusty/debian/patches/fix-call-to-usr-bin-coverage.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Using python -m coverage instead of /usr/bin/coverage -Author: Steven Hardy -Origin: upstream, https://review.openstack.org/#/c/52668/ -Bug-Ubuntu: https://launchpad.net/bugs/1241330 -Last-Update: 2013-10-20 - ---- heat-2013.2.orig/run_tests.sh -+++ heat-2013.2/run_tests.sh -@@ -117,7 +117,7 @@ fi - if [ "$coverage" == 1 ]; then - echo "Generating coverage report in ./cover" - python setup.py testr --coverage --slowest -- coverage report -m -+ python -m coverage report --show-missing - fi - - exit $result diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series deleted file mode 100644 index dd3cfbc0..00000000 --- a/trusty/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix-call-to-usr-bin-coverage.patch -- 2.45.2