[Pkg-octave-commit] [SCM] Debian packaging for octave-communications branch, master, updated. debian/1.1.1-1-6-g24d62cc
Rafael Laboissiere
rafael at laboissiere.net
Thu Jun 6 16:17:52 UTC 2013
The following commit has been merged in the master branch:
commit 24d62cc0d404f9508d465dd81209dacc4b7ff37b
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Thu Jun 6 18:17:21 2013 +0200
avoid-makeinfo-section-raising-error.patch: new patch
diff --git a/debian/patches/avoid-makeinfo-section-raising-error.patch b/debian/patches/avoid-makeinfo-section-raising-error.patch
new file mode 100644
index 0000000..2a5d664
--- /dev/null
+++ b/debian/patches/avoid-makeinfo-section-raising-error.patch
@@ -0,0 +1,17 @@
+Description: Avoid error when building with texinfo 5.1
+Author: Rafael Laboissière <rafael at laboissiere.net>
+Forwarded: https://savannah.gnu.org/bugs/index.php?39178
+Last-Update: 2013-06-06
+
+--- octave-communications-1.1.1.orig/doc/mktexi
++++ octave-communications-1.1.1/doc/mktexi
+@@ -136,8 +136,8 @@ if ( open(IN,$file) ) {
+ if (! $firstcat) {
+ print "\@end table\n";
+ }
+- print "\n\@section Functions Alphabetically\n";
+ print "\@end iftex\n\n";
++ print "\n\@section Functions Alphabetically\n";
+ } else {
+ # Get the list of functions to index
+ my $indline;
diff --git a/debian/patches/series b/debian/patches/series
index 5751213..03f6e52 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ oct2dec.patch
build-documentation.patch
info-dir-section.patch
autoload-yes.patch
+avoid-makeinfo-section-raising-error.patch
--
Debian packaging for octave-communications
More information about the Pkg-octave-commit
mailing list