[Pkg-cli-libs-commits] [newtonsoft-json] 04/14: Use --with foo, not --with=foo

Jo Shields directhex at moszumanska.debian.org
Mon Dec 14 14:43:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/6.0.8+dfsg-1
in repository newtonsoft-json.

commit bca3eb8ae9cae8f16d462f9e7e45d341a85f57f8
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Mon Dec 14 13:18:04 2015 +0000

    Use --with foo, not --with=foo
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ecd0f56..45ae08b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ get-orig-source:
 	rm -rf newtonsoft-json-$(upstream_version)/
 
 %:
-	dh $@ --with=cli
+	dh $@ --with cli
 
 bindir = Source/Src/Newtonsoft.Json/bin/Release/Net40/
 xmldir = Bin/Net40/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/newtonsoft-json.git



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