[SCM] stk/master: Install missing include files SKINI.msg and SKINI.tbl

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Dec 10 23:45:18 UTC 2015


The following commit has been merged in the master branch:
commit f0d03366903e128d25c5c51f381ce3c62d8e3d7b
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Dec 10 20:08:49 2015 -0300

    Install missing include files SKINI.msg and SKINI.tbl
    
    Thanks Hanno Zulla
    
    Closes: #805549

diff --git a/debian/patches/0006-Install-missing-include-files-SKINI.msg-and-SKINI.tb.patch b/debian/patches/0006-Install-missing-include-files-SKINI.msg-and-SKINI.tb.patch
new file mode 100644
index 0000000..37a183e
--- /dev/null
+++ b/debian/patches/0006-Install-missing-include-files-SKINI.msg-and-SKINI.tb.patch
@@ -0,0 +1,21 @@
+From: Hanno Zulla <abos at hanno.de>
+Date: Thu, 10 Dec 2015 20:08:05 -0300
+Subject: Install missing include files SKINI.msg and SKINI.tbl
+
+---
+ src/Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.in b/src/Makefile.in
+index df82595..b11bb6f 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -95,7 +95,7 @@ $(SHAREDLIB) : $(OBJECTS)
+ 
+ install-headers:
+ 	install -d $(DESTDIR)$(PREFIX)$(INCLUDEDIR)/stk
+-	cp -r ../include/*.h $(DESTDIR)$(PREFIX)$(INCLUDEDIR)/stk
++	cp -r ../include/* $(DESTDIR)$(PREFIX)$(INCLUDEDIR)/stk
+ 
+ install: $(SHAREDLIB) install-headers
+ 	install -d $(DESTDIR)$(PREFIX)$(LIBDIR)
diff --git a/debian/patches/series b/debian/patches/series
index a2ab151..0c598c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-Link-against-system-s-shared-copies-of-rtaudio-and-r.patch
 0004-File-endian.h-is-not-on-machine-subdir.patch
 0005-Fix-install-target-for-new-soname-scheme.patch
+0006-Install-missing-include-files-SKINI.msg-and-SKINI.tb.patch

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list