Mark patches as forwarded
This commit is contained in:
parent
5e09a26db2
commit
cb895c26be
|
|
@ -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 <smcv@debian.org> Mon, 19 Feb 2018 08:29:00 +0000
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ From: Simon McVittie <smcv@debian.org>
|
|||
Date: Wed, 17 Jan 2018 14:07:32 +0000
|
||||
Subject: Use Python 3 for tests
|
||||
|
||||
Forwarded: not-needed
|
||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||
---
|
||||
tests/bootloader-entries-crosscheck.py | 2 +-
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ semantics for division when the division feature is imported from the
|
|||
future.
|
||||
|
||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||
Forwarded: https://github.com/ostreedev/ostree/pull/1457
|
||||
---
|
||||
tests/test-concurrency.py | 9 +++++----
|
||||
1 file changed, 5 insertions(+), 4 deletions(-)
|
||||
|
|
|
|||
|
|
@ -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 <smcv@debian.org>
|
||||
Forwarded: https://github.com/ostreedev/ostree/pull/1457
|
||||
---
|
||||
tests/test-concurrency.py | 10 +++++-----
|
||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
||||
|
|
|
|||
|
|
@ -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 <smcv@debian.org>
|
||||
Forwarded: https://github.com/ostreedev/ostree/pull/1457
|
||||
---
|
||||
tests/test-concurrency.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
|
|
|||
|
|
@ -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 <smcv@debian.org>
|
||||
Forwarded: https://github.com/ostreedev/ostree/pull/1457
|
||||
---
|
||||
tests/bootloader-entries-crosscheck.py | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
|
|
|||
Loading…
Reference in New Issue