[SCM] rumor/master: Patch upstream's build system to use makeinfo

rak at users.alioth.debian.org rak at users.alioth.debian.org
Sun Jun 15 12:35:54 UTC 2014


The following commit has been merged in the master branch:
commit ad30943a33f6bcb906e6aebb883fc804cc0a29f7
Author: Ryan Kavanagh <rak at debian.org>
Date:   Sat Jun 14 12:22:37 2014 +0200

    Patch upstream's build system to use makeinfo

diff --git a/debian/patches/03_use_makeinfo.diff b/debian/patches/03_use_makeinfo.diff
new file mode 100644
index 0000000..aaeea6a
--- /dev/null
+++ b/debian/patches/03_use_makeinfo.diff
@@ -0,0 +1,14 @@
+Description: Switch to makeinfo; texi2html is obsolete
+Author: Ryan Kavanagh <rak at debian.org>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: rumor/doc/Makefile.am
+===================================================================
+--- rumor.orig/doc/Makefile.am	2010-12-09 15:55:00.000000000 +0100
++++ rumor/doc/Makefile.am	2014-06-14 12:21:48.579597505 +0200
+@@ -6,4 +6,4 @@
+ EXTRA_DIST = kbd.scm rhythm68.scm drums.scm
+  
+ html: info
+-	texi2html rumor.texi
++	makeinfo --html --no-split rumor.texi
diff --git a/debian/patches/series b/debian/patches/series
index 1d704b1..0f4904e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_correct_version.diff
 02_guile2.diff
+03_use_makeinfo.diff

-- 
rumor packaging



More information about the pkg-multimedia-commits mailing list