[Pkg-cli-libs-commits] [SCM] db4o branch, master, updated. upstream/7.4.120.14002+dfsg-29-g366f9aa

Iain Lane laney at ubuntu.com
Tue Jan 26 15:40:24 UTC 2010


The following commit has been merged in the master branch:
commit 460f62eb4254a5275197d7338d58b637ccbc4f9a
Author: Iain Lane <laney at ubuntu.com>
Date:   Tue Jan 19 22:26:30 2010 +0000

    Update patch to not mangle cecil stuff

diff --git a/debian/update_src_link_system_libs.sh b/debian/update_src_link_system_libs.sh
index 4d3bddd..9c065f3 100755
--- a/debian/update_src_link_system_libs.sh
+++ b/debian/update_src_link_system_libs.sh
@@ -5,8 +5,9 @@
 # License:      GPL-2
 
 #-r:$(OUTDIR)/$(CECIL)
-echo "Updating Mono.Cecil references"
-find -name "Makefile" -exec perl -pe 's!-r:\$\(OUTDIR\)/\$\(CECIL\)!\$(shell pkg-config --libs mono-cecil)!g' -i {} \;
+#Copying now handled in rules
+#echo "Updating Mono.Cecil references"
+#find -name "Makefile" -exec perl -pe 's!-r:\$\(OUTDIR\)/\$\(CECIL\)!\$(shell pkg-config --libs mono-cecil)!g' -i {} \;
 
 echo "Updating Cecil.FlowAnalysis references"
 find -name "Makefile" -exec perl -pe 's!-r:\$\(OUTDIR\)/\$\(FLOWANALYSIS\)!\$(shell pkg-config --libs cecil-flowanalysis)!g' -i {} \;

-- 
db4o



More information about the Pkg-cli-libs-commits mailing list