summaryrefslogtreecommitdiff
path: root/debian/patches/0020-secure_script_scons.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-16 06:40:41 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-16 06:40:41 +0100
commit4ccb35c4f3d01c590735b3957b71839916c28b31 (patch)
treebb40e7e524abe23f56463bea2824bc3c1aa6d747 /debian/patches/0020-secure_script_scons.patch
parent60df8165e6be58369d76af4d38388c9846d82975 (diff)
Refresh and rename patches
Diffstat (limited to 'debian/patches/0020-secure_script_scons.patch')
-rw-r--r--debian/patches/0020-secure_script_scons.patch21
1 files changed, 0 insertions, 21 deletions
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 <debian@jff-webhosting.net>
-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'