[Pkg-cli-apps-commits] [pinta] 03/05: Exclude MacOS modulerefs, these are conditionally enabled
Iain Lane
laney at moszumanska.debian.org
Thu Mar 12 11:33:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
laney pushed a commit to branch experimental
in repository pinta.
commit 0cad737d04df80c16632d85d1ea0714f59c8575c
Author: Iain Lane <laney at debian.org>
Date: Thu Mar 12 10:35:07 2015 +0000
Exclude MacOS modulerefs, these are conditionally enabled
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index c68cc40..e6623a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,10 @@ override_dh_auto_clean:
$(MAKE) cleanall || true
override_dh_clideps:
- dh_clideps --exclude-moduleref=libigemacintegration.dylib
+ dh_clideps --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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/pinta.git
More information about the Pkg-cli-apps-commits
mailing list