diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/patches/remove_stale_files.patch | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 91394e3..5470078 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ scons (2.1.0-1) UNRELEASED; urgency=low * New upstream release. + * debian/patches/remove_stale_files.patch: + - Refresh for new upstream release. - -- Luca Falavigna <dktrkranz@debian.org> Sat, 10 Sep 2011 11:06:55 +0200 + -- Luca Falavigna <dktrkranz@debian.org> Sat, 10 Sep 2011 11:10:26 +0200 scons (2.0.1-2) unstable; urgency=low diff --git a/debian/patches/remove_stale_files.patch b/debian/patches/remove_stale_files.patch index b2e4053..d4e33a2 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 -@@ -1001,6 +1001,21 @@ +@@ -1071,6 +1071,21 @@ if not nodes: exit_status = 2 |