[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.5.dfsg-11-4-ga3c69f9
adiknoth-guest at users.alioth.debian.org
adiknoth-guest at users.alioth.debian.org
Sat May 8 15:06:25 UTC 2010
The following commit has been merged in the master branch:
commit 1bb550993a55f7c4a919567e9bfdb3e04371fab4
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date: Fri May 7 20:31:53 2010 +0200
Add -fvisibility=hidden to get a clean symbol file.
diff --git a/debian/rules b/debian/rules
index 25c8be0..247b3d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,10 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./waf|\./debian/(changelog|copyright(|_hint
# Minimum assured version referenced upstream as library API/ABI
ABI = 0.118.0
+# Let's try to cut down noisy symbols to the official API
+CFLAGS += -fvisibility=hidden
+CXXFLAGS += -fvisibility=hidden
+
waf-configure-options = --prefix=/usr --classic --dbus
waf-configure-options += $(if $(filter linux,$(DEB_HOST_ARCH_OS)),--alsa)
waf-configure-options += $(if $(filter amd64 i386 powerpc,$(DEB_HOST_ARCH)),--firewire)
--
Debian packaging for jack-audio-connection-kit
More information about the pkg-multimedia-commits
mailing list