summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-10-22 13:57:50 +0200
committerTeus Benschop <teusjannette@gmail.com>2018-10-22 13:57:50 +0200
commit8ffa66b3db598941db04c22ee544285e223f1166 (patch)
tree28ed4044dd8ed53375261b786ad6350c52cf42b1 /debian/patches
parent0626211feab6baf5a4aa62c4a1a2783601798eed (diff)
add patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/series2
-rw-r--r--debian/patches/template-depth32
2 files changed, 2 insertions, 32 deletions
diff --git a/debian/patches/series b/debian/patches/series
index aca6c78..09939f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,5 @@ abicompare.patch
selectively_disable_compiler_warnings.patch
runtests.patch
sword-ppc64.patch
+template-depth.patch
+
diff --git a/debian/patches/template-depth b/debian/patches/template-depth
deleted file mode 100644
index 52280d6..0000000
--- a/debian/patches/template-depth
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: <short summary of the patch>
- Fix for running into template depth limit on g++
- .
- sword (1.7.4-1) unstable; urgency=medium
- .
- * New upstream version 1.7.4
-Author: Teus Benschop <teusjannette@gmail.com>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: https://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: 2018-10-22
-
---- sword-1.7.4.orig/configure.ac
-+++ sword-1.7.4/configure.ac
-@@ -197,7 +197,7 @@ AM_CFLAGS="$AM_CFLAGS -D_ICUSWORD_"
- fi
-
-
--AM_CXXFLAGS="$AM_CXXFLAGS -ftemplate-depth-25"
-+AM_CXXFLAGS="$AM_CXXFLAGS -ftemplate-depth-255"
-
- if test x$enable_warnings = xyes; then
- AM_CFLAGS="$AM_CFLAGS -Werror"