diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-28 11:23:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-28 11:23:54 +0200 |
commit | 6444976013c07e4ada22294223ac386a6c35848e (patch) | |
tree | f8c86d63b9d867de2f6ebbbd0b74978d47589055 /debian/patches/0110-remove_stale_files.patch | |
parent | 4f3ca5f60f4de1aca6e3b9d7f30467ba0f724c27 (diff) |
New upstream release, refresh patches
Diffstat (limited to 'debian/patches/0110-remove_stale_files.patch')
-rw-r--r-- | debian/patches/0110-remove_stale_files.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0110-remove_stale_files.patch b/debian/patches/0110-remove_stale_files.patch index d4be6bf..0fd1a6a 100644 --- a/debian/patches/0110-remove_stale_files.patch +++ b/debian/patches/0110-remove_stale_files.patch @@ -7,8 +7,8 @@ Index: trunk/engine/SCons/Script/Main.py =================================================================== --- trunk.orig/engine/SCons/Script/Main.py +++ trunk/engine/SCons/Script/Main.py -@@ -1094,6 +1094,21 @@ def _main(parser): - print 'Found nothing to build' +@@ -1106,6 +1106,21 @@ def _main(parser): + print('Found nothing to build') exit_status = 2 + # Remove temporary files left by SCons |