[SCM] rtmidi/master: Add patch to not install doc images.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jun 21 20:39:15 UTC 2016


The following commit has been merged in the master branch:
commit a04155cf63658596c4abff68ce7825e5f7695553
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jun 21 21:26:13 2016 +0200

    Add patch to not install doc images.

diff --git a/debian/patches/0004-not-install-doc-images.patch b/debian/patches/0004-not-install-doc-images.patch
new file mode 100644
index 0000000..70fc7dd
--- /dev/null
+++ b/debian/patches/0004-not-install-doc-images.patch
@@ -0,0 +1,19 @@
+Description: Not install doc images
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: rtmidi/configure.ac
+===================================================================
+--- rtmidi.orig/configure.ac
++++ rtmidi/configure.ac
+@@ -96,8 +96,8 @@ AM_CONDITIONAL( MAKE_DOC, [test "x${DOXY
+ AC_CONFIG_LINKS( [doc/doxygen/footer.html:doc/doxygen/footer.html] )
+ AC_CONFIG_LINKS( [doc/doxygen/header.html:doc/doxygen/header.html] )
+ AC_CONFIG_LINKS( [doc/doxygen/tutorial.txt:doc/doxygen/tutorial.txt] )
+-AC_CONFIG_LINKS( [doc/images/ccrma.gif:doc/images/ccrma.gif] )
+-AC_CONFIG_LINKS( [doc/images/mcgill.gif:doc/images/mcgill.gif] )
++#AC_CONFIG_LINKS( [doc/images/ccrma.gif:doc/images/ccrma.gif] )
++#AC_CONFIG_LINKS( [doc/images/mcgill.gif:doc/images/mcgill.gif] )
+ 
+ # Checks for package options and external software
+ AC_CANONICAL_HOST

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list