From 4ccb35c4f3d01c590735b3957b71839916c28b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 16 Nov 2015 06:40:41 +0100 Subject: Refresh and rename patches --- debian/patches/0020-secure_script_scons.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 debian/patches/0020-secure_script_scons.patch (limited to 'debian/patches/0020-secure_script_scons.patch') diff --git a/debian/patches/0020-secure_script_scons.patch b/debian/patches/0020-secure_script_scons.patch deleted file mode 100644 index 7463f32..0000000 --- a/debian/patches/0020-secure_script_scons.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Comment out the search for libs in local source dirs -Author: Jörg Frings-Fürst -Forwarded: https://pairlist2.pair.net/pipermail/scons-dev/2014-November/002008.html -Last-Update: 2015-02-11 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/script/scons -=================================================================== ---- trunk.orig/script/scons -+++ trunk/script/scons -@@ -75,8 +75,8 @@ if "SCONS_LIB_DIR" in os.environ: - - # - running from source takes priority (since 2.3.2), excluding SCONS_LIB_DIR settings - script_path = os.path.abspath(os.path.dirname(__file__)) --source_path = os.path.join(script_path, '..', 'engine') --libs.append(source_path) -+# source_path = os.path.join(script_path, '..', 'engine') -+# libs.append(source_path) - - local_version = 'scons-local-' + __version__ - local = 'scons-local' -- cgit v1.2.3