[Pkg-cli-libs-commits] [SCM] db4o branch, master, updated. debian/7.4.121.14026+dfsg-3-22-g8e3de09

Jo Shields directhex at apebox.org
Sun Aug 14 19:04:51 UTC 2011


The following commit has been merged in the master branch:
commit 24e54e0475c9de7e0537c03ecbc771cb6ff6eb63
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Aug 14 19:53:15 2011 +0100

    Use backticks for executing shell command in rules.

diff --git a/debian/rules b/debian/rules
index 3653205..e4e0d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,9 @@ override_dh_auto_build:
 	  -f ecma \
 	  -o $(CURDIR)/tmp/Db4objects.Db4o \
 	  $(CURDIR)/tmp/monodocer
-	cp $(pkg-config --variable=Libraries mono-cecil) tmp/
-	cp $(pkg-config --variable=Libraries cecil-flowanalysis) tmp/
-	cp $(pkg-config --variable=Libraries mono.reflection) tmp/
+	cp `pkg-config --variable=Libraries mono-cecil` tmp/
+	cp `pkg-config --variable=Libraries cecil-flowanalysis` tmp/
+	cp `pkg-config --variable=Libraries mono.reflection` tmp/
 	perl -pe 's/#PACKAGE_ABI_VERSION#/$(DEB_CLI_ABI_VERSION)/g' \
 	  $(CURDIR)/debian/db4o.pc.in > debian/db4o.pc
 

-- 
db4o



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