[Pkg-cli-apps-commits] [SCM] smuxi branch, master, updated. debian/0.8.10.2-1-8-gf658a59
Mirco Bauer
meebey at meebey.net
Sat May 25 20:19:49 UTC 2013
The following commit has been merged in the master branch:
commit 13ec48948528bda29e63f5617f6064fbcf2ae8a7
Author: Mirco Bauer <meebey at meebey.net>
Date: Sat May 25 22:10:55 2013 +0200
Exclude OS X specific libraries from dh_clideps
diff --git a/debian/rules b/debian/rules
index 585a1d0..7096b6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,13 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_clideps:
- dh_clideps --exclude-moduleref=i:secur32 --exclude-moduleref=i:secur32.dll
+ dh_clideps \
+ --exclude-moduleref=i:secur32 \
+ --exclude-moduleref=i:secur32.dll \
+ --exclude-moduleref=libigemacintegration.dylib \
+ --exclude-moduleref=/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon \
+ --exclude-moduleref=/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation \
+ --exclude-moduleref=/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
%:
dh $@ --with cli
--
smuxi
More information about the Pkg-cli-apps-commits
mailing list