summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@debian.org>2008-02-21 23:35:10 +0100
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:56 -0400
commit5b0fc4e9b03dbe512207b099771f59c9a0370f2f (patch)
tree63702ac3ac50dee1aea68569692472e151058aa3 /debian/patches
parenta335acdd06be04cfde1fd1788b291829c4d14396 (diff)
Imported Debian patch 1.5.9-2etch1
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 8c0ba78..56e3974 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+10_diatheke.diff
sword_c++.diff
libver.diff
clucene.diff