summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2008-02-18 22:57:25 +0000
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:59 -0400
commitc23669427b81dbfb530e07dd0b87fe9acd29f594 (patch)
treeddc96964c5ef2dc2973d11650413e524e883be72 /debian/patches
parent86fc99b2dd39e2ea807e41305ebcf746591f6fd1 (diff)
Imported Debian patch 1.5.9-8
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/10_diatheke.diff14
-rw-r--r--debian/patches/series1
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/10_diatheke.diff b/debian/patches/10_diatheke.diff
new file mode 100644
index 0000000..9e9896f
--- /dev/null
+++ b/debian/patches/10_diatheke.diff
@@ -0,0 +1,14 @@
+Index: sword-1.5.9/utilities/diatheke/cgi/diatheke.pl
+===================================================================
+--- sword-1.5.9.orig/utilities/diatheke/cgi/diatheke.pl 2008-02-18 22:10:09.000000000 +0000
++++ sword-1.5.9/utilities/diatheke/cgi/diatheke.pl 2008-02-18 22:30:25.000000000 +0000
+@@ -110,8 +110,7 @@
+ $range = $mydata;
+ $range =~ tr/+/ /;
+ $range =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
+- $range = "-r \"$range\"";
+- $range = shell_escape($range);
++ $range = "-r '" . shell_escape($range) . "'";
+ }
+
+ elsif ($varname eq "strongs") {
diff --git a/debian/patches/series b/debian/patches/series
index b1f1535..139d167 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
07_warn_tools.diff
08_gcc_43.diff
09_pcfile.diff
+10_diatheke.diff