[Pkg-cli-apps-commits] [SCM] monodevelop branch, master-experimental, updated. debian/2.4.1+dfsg-1-11-g28a6814
Jo Shields
directhex at apebox.org
Fri Jun 24 00:32:42 UTC 2011
The following commit has been merged in the master-experimental branch:
commit 28a6814a37f8c5df1b5c3c274fbc96b878a2b06a
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jun 24 01:32:06 2011 +0100
Exclude modulerefs for Mac-only libraries
diff --git a/debian/rules b/debian/rules
index a3d37da..99ffd2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,12 @@ override_dh_auto_configure:
override_dh_auto_build:
XDG_CONFIG_HOME=$(DEBIAN_DIR) dh_auto_build
+override_dh_clideps:
+ dh_clideps --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 \
+ --exclude-moduleref=libigemacintegration.dylib
+
override_dh_auto_test:
# skip "make test"
--
monodevelop
More information about the Pkg-cli-apps-commits
mailing list