From f3719c02eeb1ca274a64260b9106b0a3962e017b 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 --- xenial/debian/changelog | 1 + .../patches/fix-call-to-usr-bin-coverage.patch | 17 ----------------- xenial/debian/patches/series | 1 - 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 xenial/debian/patches/fix-call-to-usr-bin-coverage.patch delete mode 100644 xenial/debian/patches/series diff --git a/xenial/debian/changelog b/xenial/debian/changelog index b4a86040..0aca9b40 100644 --- a/xenial/debian/changelog +++ b/xenial/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/xenial/debian/patches/fix-call-to-usr-bin-coverage.patch b/xenial/debian/patches/fix-call-to-usr-bin-coverage.patch deleted file mode 100644 index 41143322..00000000 --- a/xenial/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/xenial/debian/patches/series b/xenial/debian/patches/series deleted file mode 100644 index dd3cfbc0..00000000 --- a/xenial/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix-call-to-usr-bin-coverage.patch -- 2.45.2