From cb895c26bec55c1e99efe5ac9ba4e505023eb44d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 19 Feb 2018 08:46:26 +0000 Subject: [PATCH] Mark patches as forwarded --- debian/changelog | 1 + debian/patches/debian/Use-Python-3-for-tests.patch | 1 - .../patches/test-concurrency-Explicitly-use-floor-division.patch | 1 + debian/patches/test-concurrency-Replace-range-with-xrange.patch | 1 + .../patches/test-concurrency-Use-Python-3-syntax-for-octal.patch | 1 + ...sts-bootloader-entries-crosscheck-Use-Python-3-friendly.patch | 1 + 6 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1d0f3d07..aace5c52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ostree (2018.2-1) UNRELEASED; urgency=medium * New upstream release - d/copyright: Update - d/libostree-1-1.symbols: Update + * Mark patches as forwarded -- Simon McVittie Mon, 19 Feb 2018 08:29:00 +0000 diff --git a/debian/patches/debian/Use-Python-3-for-tests.patch b/debian/patches/debian/Use-Python-3-for-tests.patch index c9716599..46486795 100644 --- a/debian/patches/debian/Use-Python-3-for-tests.patch +++ b/debian/patches/debian/Use-Python-3-for-tests.patch @@ -2,7 +2,6 @@ From: Simon McVittie Date: Wed, 17 Jan 2018 14:07:32 +0000 Subject: Use Python 3 for tests -Forwarded: not-needed Signed-off-by: Simon McVittie --- tests/bootloader-entries-crosscheck.py | 2 +- diff --git a/debian/patches/test-concurrency-Explicitly-use-floor-division.patch b/debian/patches/test-concurrency-Explicitly-use-floor-division.patch index a1170abf..439ffe9e 100644 --- a/debian/patches/test-concurrency-Explicitly-use-floor-division.patch +++ b/debian/patches/test-concurrency-Explicitly-use-floor-division.patch @@ -7,6 +7,7 @@ semantics for division when the division feature is imported from the future. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/1457 --- tests/test-concurrency.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/patches/test-concurrency-Replace-range-with-xrange.patch b/debian/patches/test-concurrency-Replace-range-with-xrange.patch index dadb0725..98b7e00c 100644 --- a/debian/patches/test-concurrency-Replace-range-with-xrange.patch +++ b/debian/patches/test-concurrency-Replace-range-with-xrange.patch @@ -6,6 +6,7 @@ range in Python 3 does what xrange did in Python 2. This still works in Python 2, it just uses a bit more memory. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/1457 --- tests/test-concurrency.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/test-concurrency-Use-Python-3-syntax-for-octal.patch b/debian/patches/test-concurrency-Use-Python-3-syntax-for-octal.patch index 1d9a997f..41f173c1 100644 --- a/debian/patches/test-concurrency-Use-Python-3-syntax-for-octal.patch +++ b/debian/patches/test-concurrency-Use-Python-3-syntax-for-octal.patch @@ -5,6 +5,7 @@ Subject: test-concurrency: Use Python 3 syntax for octal This also works in Python 2.7, and is a little clearer. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/1457 --- tests/test-concurrency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/tests-bootloader-entries-crosscheck-Use-Python-3-friendly.patch b/debian/patches/tests-bootloader-entries-crosscheck-Use-Python-3-friendly.patch index 720f6164..00a25f29 100644 --- a/debian/patches/tests-bootloader-entries-crosscheck-Use-Python-3-friendly.patch +++ b/debian/patches/tests-bootloader-entries-crosscheck-Use-Python-3-friendly.patch @@ -6,6 +6,7 @@ This is a little clearer than a strcmp()-style negative/zero/positive return, and also works in Python 2. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/1457 --- tests/bootloader-entries-crosscheck.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)