diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/java_ignore_nonexistent_files.patch (renamed from debian/patches/java_ignore_nonexistent_files) | 7 | ||||
-rw-r--r-- | debian/patches/no_commandline_arguments.patch (renamed from debian/patches/no_commandline_arguments) | 7 | ||||
-rw-r--r-- | debian/patches/remove_broken_symlinks.patch (renamed from debian/patches/remove_broken_symlinks) | 7 | ||||
-rw-r--r-- | debian/patches/series | 6 |
4 files changed, 15 insertions, 12 deletions
diff --git a/debian/patches/java_ignore_nonexistent_files b/debian/patches/java_ignore_nonexistent_files.patch index 123b72c..5eb6a4a 100644 --- a/debian/patches/java_ignore_nonexistent_files +++ b/debian/patches/java_ignore_nonexistent_files.patch @@ -1,6 +1,7 @@ -Description: Check for file/symlink existence before trying to use it in Java(). -Upstream bug: http://scons.tigris.org/issues/show_bug.cgi?id=2207 -Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338232 +Description: Check for file/symlink existence before trying to use it in Java() +Origin: Debian +Bug-Debian: http://bugs.debian.org/338232 +Forwarded: http://scons.tigris.org/issues/show_bug.cgi?id=2207 Index: scons-1.1.0/engine/SCons/Tool/javac.py =================================================================== diff --git a/debian/patches/no_commandline_arguments b/debian/patches/no_commandline_arguments.patch index a5be27c..3941f00 100644 --- a/debian/patches/no_commandline_arguments +++ b/debian/patches/no_commandline_arguments.patch @@ -1,6 +1,7 @@ -Description: Fix an exception when a null command-line argument is passed in. -Upstream bug: http://scons.tigris.org/issues/show_bug.cgi?id=2368 -Ubuntu bug: https://launchpad.net/bugs/338492 +Description: Fix an exception when a null command-line argument is passed in +Origin: Ubuntu +Bug-Ubuntu: https://launchpad.net/bugs/338492 +Forwarded: http://scons.tigris.org/issues/show_bug.cgi?id=2368 Index: scons-1.2.0/engine/SCons/Script/Main.py =================================================================== diff --git a/debian/patches/remove_broken_symlinks b/debian/patches/remove_broken_symlinks.patch index f28a4d7..653500a 100644 --- a/debian/patches/remove_broken_symlinks +++ b/debian/patches/remove_broken_symlinks.patch @@ -1,6 +1,7 @@ -Description: In Clean() routine, try to delete symlinks even if files they point to are not available. -Upstream bug: http://scons.tigris.org/issues/show_bug.cgi?id=2095 -Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485521 +Description: In Clean() routine, try to delete symlinks even if files they point to are not available +Origin: Debian +Bug-Debian: http://bugs.debian.org/485521 +Forwarded: http://scons.tigris.org/issues/show_bug.cgi?id=2095 Index: scons-1.2.0/engine/SCons/Script/Main.py =================================================================== diff --git a/debian/patches/series b/debian/patches/series index db145e8..9c562b9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,3 @@ -java_ignore_nonexistent_files -remove_broken_symlinks -no_commandline_arguments +java_ignore_nonexistent_files.patch +remove_broken_symlinks.patch +no_commandline_arguments.patch |