From e1b9d466111911bd6270ad864d398de90093d205 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Tue, 8 Sep 2009 00:40:52 +0200 Subject: Remove patches merged upstream --- debian/patches/no_commandline_arguments.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/patches/no_commandline_arguments.patch (limited to 'debian/patches/no_commandline_arguments.patch') diff --git a/debian/patches/no_commandline_arguments.patch b/debian/patches/no_commandline_arguments.patch deleted file mode 100644 index 3941f00..0000000 --- a/debian/patches/no_commandline_arguments.patch +++ /dev/null @@ -1,18 +0,0 @@ -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 -=================================================================== ---- scons-1.2.0.orig/engine/SCons/Script/Main.py 2009-03-06 08:13:35.000000000 +0000 -+++ scons-1.2.0/engine/SCons/Script/Main.py 2009-03-06 08:13:57.000000000 +0000 -@@ -869,7 +869,7 @@ - targets = [] - xmit_args = [] - for a in parser.largs: -- if a[0] == '-': -+ if a[:1] == '-': - continue - if '=' in a: - xmit_args.append(a) -- cgit v1.2.3