Bug#805549: libstk0-dev packaging bug, missing include files SKINI.msg and SKINI.tbl
Hanno Zulla
abos at hanno.de
Thu Nov 19 11:25:38 UTC 2015
Package: libstk0-dev
Version: 4.4.4-5build2
Severity: normal
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
The debian libstk0-dev packaging rule only copies .h files to /usr/include/stk/
but the stk source package comes with two non .h files for that directory:
SKINI.msg and SKINI.tbl are thus missing from the resulting Debian package.
The bug is in the install-headers section of 01-makefile.patch:
+install-headers:
+ install -d $(DESTDIR)/usr/include/stk
+ cp -r ../include/*.h $(DESTDIR)/usr/include/stk
should be
+install-headers:
+ install -d $(DESTDIR)/usr/include/stk
+ cp -r ../include/* $(DESTDIR)/usr/include/stk
instead.
I noticed this while trying to package the supercollider sc3 plugins, which
requires SKINI.msg for building.
Thank you.
*** End of the template - remove these template lines ***
-- System Information:
Debian Release: jessie/sid
APT prefers wily-updates
APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), (100, 'wily-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-18-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages libstk0-dev depends on:
ii librtaudio-dev 4.1.1~ds0-3
ii librtmidi-dev 2.1.0~ds0-4
ii libstk0c2a 4.4.4-5build2
libstk0-dev recommends no packages.
libstk0-dev suggests no packages.
-- no debconf information
More information about the pkg-multimedia-maintainers
mailing list