summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-10-28 11:58:32 +0100
committerTeus Benschop <teusjannette@gmail.com>2018-10-28 11:58:32 +0100
commit4a017c12862eaa155ba0a6db87bc73e9cc61fd88 (patch)
tree89a5cd7b7ce0c3e382c513bfb02bcbb563052da6 /debian
parent283b41969146a10af1c78c42c1942259b788a7eb (diff)
remove already applied patches
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/template-depth.patch32
2 files changed, 0 insertions, 33 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 380f743..e201180 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
13_curl.diff
abicompare.patch
-template-depth.patch
diff --git a/debian/patches/template-depth.patch b/debian/patches/template-depth.patch
deleted file mode 100644
index 52280d6..0000000
--- a/debian/patches/template-depth.patch
+++ /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"