diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/remove_stale_files.patch | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 128d2d2..456224e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ scons (2.2.0-1) UNRELEASED; urgency=low * New upstream release. + * debian/patches/remove_stale_files.patch: + - Refresh for new upstream release. -- Luca Falavigna <dktrkranz@debian.org> Mon, 20 Aug 2012 23:14:21 +0200 diff --git a/debian/patches/remove_stale_files.patch b/debian/patches/remove_stale_files.patch index d4e33a2..890a59d 100644 --- a/debian/patches/remove_stale_files.patch +++ b/debian/patches/remove_stale_files.patch @@ -7,7 +7,7 @@ Index: b/engine/SCons/Script/Main.py =================================================================== --- a/engine/SCons/Script/Main.py 2010-01-23 15:11:19.624932557 +0100 +++ b/engine/SCons/Script/Main.py 2010-01-23 15:11:35.084931903 +0100 -@@ -1071,6 +1071,21 @@ +@@ -1072,6 +1072,21 @@ if not nodes: exit_status = 2 |