diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/java_ignore_nonexistent_files.patch | 2 | ||||
-rw-r--r-- | debian/patches/remove_stale_files.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/java_ignore_nonexistent_files.patch b/debian/patches/java_ignore_nonexistent_files.patch index c3bd606..4a5268a 100644 --- a/debian/patches/java_ignore_nonexistent_files.patch +++ b/debian/patches/java_ignore_nonexistent_files.patch @@ -7,7 +7,7 @@ Index: b/engine/SCons/Tool/javac.py =================================================================== --- a/engine/SCons/Tool/javac.py 2010-01-23 15:11:20.016927869 +0100 +++ b/engine/SCons/Tool/javac.py 2010-01-23 15:11:33.892932280 +0100 -@@ -94,6 +94,8 @@ +@@ -90,6 +90,8 @@ version = env.get('JAVAVERSION', '1.4') full_tlist = [] for f in slist: diff --git a/debian/patches/remove_stale_files.patch b/debian/patches/remove_stale_files.patch index 6083432..b2e4053 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 -@@ -1025,6 +1025,21 @@ +@@ -1001,6 +1001,21 @@ if not nodes: exit_status = 2 |