Mark patches as forwarded

This commit is contained in:
Simon McVittie 2018-02-19 08:46:26 +00:00
parent 5e09a26db2
commit cb895c26be
6 changed files with 5 additions and 1 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ ostree (2018.2-1) UNRELEASED; urgency=medium
* New upstream release * New upstream release
- d/copyright: Update - d/copyright: Update
- d/libostree-1-1.symbols: Update - d/libostree-1-1.symbols: Update
* Mark patches as forwarded
-- Simon McVittie <smcv@debian.org> Mon, 19 Feb 2018 08:29:00 +0000 -- Simon McVittie <smcv@debian.org> Mon, 19 Feb 2018 08:29:00 +0000

View File

@ -2,7 +2,6 @@ From: Simon McVittie <smcv@debian.org>
Date: Wed, 17 Jan 2018 14:07:32 +0000 Date: Wed, 17 Jan 2018 14:07:32 +0000
Subject: Use Python 3 for tests Subject: Use Python 3 for tests
Forwarded: not-needed
Signed-off-by: Simon McVittie <smcv@debian.org> Signed-off-by: Simon McVittie <smcv@debian.org>
--- ---
tests/bootloader-entries-crosscheck.py | 2 +- tests/bootloader-entries-crosscheck.py | 2 +-

View File

@ -7,6 +7,7 @@ semantics for division when the division feature is imported from the
future. future.
Signed-off-by: Simon McVittie <smcv@debian.org> Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://github.com/ostreedev/ostree/pull/1457
--- ---
tests/test-concurrency.py | 9 +++++---- tests/test-concurrency.py | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-) 1 file changed, 5 insertions(+), 4 deletions(-)

View File

@ -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. Python 2, it just uses a bit more memory.
Signed-off-by: Simon McVittie <smcv@debian.org> Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://github.com/ostreedev/ostree/pull/1457
--- ---
tests/test-concurrency.py | 10 +++++----- tests/test-concurrency.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-) 1 file changed, 5 insertions(+), 5 deletions(-)

View File

@ -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. This also works in Python 2.7, and is a little clearer.
Signed-off-by: Simon McVittie <smcv@debian.org> Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://github.com/ostreedev/ostree/pull/1457
--- ---
tests/test-concurrency.py | 2 +- tests/test-concurrency.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -6,6 +6,7 @@ This is a little clearer than a strcmp()-style negative/zero/positive
return, and also works in Python 2. return, and also works in Python 2.
Signed-off-by: Simon McVittie <smcv@debian.org> Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://github.com/ostreedev/ostree/pull/1457
--- ---
tests/bootloader-entries-crosscheck.py | 6 +++--- tests/bootloader-entries-crosscheck.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-) 1 file changed, 3 insertions(+), 3 deletions(-)