[Pkg-mono-svn-commits] [SCM] mono-uia-atkbridge branch, master, updated. debian/2.1-1

Jo Shields directhex at apebox.org
Tue Jan 24 21:24:18 UTC 2012


The following commit has been merged in the master branch:
commit df26e251cc72fdb8214d07d3abddb6153dc967e0
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 21:19:44 2012 +0000

    Duplicate dllmap from the GAC, otherwise dh_clideps can't find it

diff --git a/debian/rules b/debian/rules
index f8a6617..be8cc6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
+	cp debian/$(BINARY_PACKAGE)/usr/lib/mono/gac/UiaAtkBridge/*/*.config debian/$(BINARY_PACKAGE)/usr/lib/uiaatkbridge/
 	-find debian/$(BINARY_PACKAGE)/ -name "*.a" -or -name "*.la" -or -name "*.mdb" | xargs rm
 	-rmdir debian/$(BINARY_PACKAGE)/usr/bin
 	-rmdir debian/$(BINARY_PACKAGE)/usr/lib/pkgconfig

-- 
mono-uia-atkbridge



More information about the Pkg-mono-svn-commits mailing list