From 4a017c12862eaa155ba0a6db87bc73e9cc61fd88 Mon Sep 17 00:00:00 2001 From: Teus Benschop Date: Sun, 28 Oct 2018 11:58:32 +0100 Subject: remove already applied patches --- debian/patches/series | 1 - debian/patches/template-depth.patch | 32 -------------------------------- 2 files changed, 33 deletions(-) delete mode 100644 debian/patches/template-depth.patch (limited to 'debian/patches') 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: - 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 - ---- -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: , -Bug: -Bug-Debian: https://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -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" -- cgit v1.2.3