diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | debian/patches/tex-workaround.patch | 18 |
3 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dfc8629..6ca4c1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libconfig (1.4.9-2) UNRELEASED; urgency=medium * Update short package description (Closes: #710783) * Build using dh-autoreconf rather than autotools-dev; thanks to Matthias Klose for this fix + * Add tex-workaround.patch from Matthias Klose to fix texinfo/tex FTBFS -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 22 Dec 2013 23:25:28 +0000 diff --git a/debian/patches/series b/debian/patches/series index e69de29..ee29cc9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +tex-workaround.patch diff --git a/debian/patches/tex-workaround.patch b/debian/patches/tex-workaround.patch new file mode 100644 index 0000000..9bb4857 --- /dev/null +++ b/debian/patches/tex-workaround.patch @@ -0,0 +1,18 @@ +Description: Fix textinfo/tex FTBFS +Author: Matthias Klose <doko@ubuntu.com> +Date: Tue, 17 Dec 2013 13:54:38 +0100 +--- +--- a/doc/libconfig.texi 2012-09-29 04:20:48.000000000 +0000 ++++ b/doc/libconfig.texi 2013-12-17 12:52:14.886009579 +0000 +@@ -467,9 +467,9 @@ + + A group has the form: + +-@b{@{} ++@b{lbracechar} + @i{settings ...} +-@b{@}} ++@b{rbracechar} + + Groups can contain any number of settings, but each setting must have + a unique name within the group. |