This patch corrects an error that prevented the speech-dispatcher 0.8 package in the Debian git repository from building.
I could turn this into a bug report, if desired, but I note that 0.8 isn't in the Debian archive yet.
>From 156a06e8673782704466d36c37b00193bc29db0b Mon Sep 17 00:00:00 2001 From: Jason White <[email protected]> Date: Fri, 2 Aug 2013 10:27:20 +1000 Subject: [PATCH] Raise level of subsection in fdl.texi to correct document structure. --- debian/patches/fdl.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/fdl.patch diff --git a/debian/patches/fdl.patch b/debian/patches/fdl.patch new file mode 100644 index 0000000..45dabf6 --- /dev/null +++ b/debian/patches/fdl.patch @@ -0,0 +1,13 @@ +Index: speech-dispatcher/doc/fdl.texi +=================================================================== +--- speech-dispatcher.orig/doc/fdl.texi 2013-08-02 10:23:36.508131588 +1000 ++++ speech-dispatcher/doc/fdl.texi 2013-08-02 10:24:25.843392327 +1000 +@@ -401,7 +401,7 @@ + @end enumerate + + @page +-@appendixsubsec ADDENDUM: How to use this License for your documents ++@appendixsec ADDENDUM: How to use this License for your documents + + To use this License in a document you have written, include a copy of + the License in the document and put the following copyright and diff --git a/debian/patches/series b/debian/patches/series index 39930ec..e46d0f4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ infinite-loop.patch pico-generic.patch configurable-module-dir.patch cs-docs.patch +fdl.patch -- 1.8.4.rc0

