[Pkg-cli-libs-commits] [newtonsoft-json] 10/14: Fix paths in debian/rules

Jo Shields directhex at moszumanska.debian.org
Mon Dec 14 14:43:28 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 4b430871788ff90fe7024de759d7df21a3c84464
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Mon Dec 14 13:31:12 2015 +0000

    Fix paths in debian/rules
---
 debian/rules | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 45ae08b..474d1a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,17 +16,16 @@ get-orig-source:
 %:
 	dh $@ --with cli
 
-bindir = Source/Src/Newtonsoft.Json/bin/Release/Net40/
-xmldir = Bin/Net40/
+bindir = Src/Newtonsoft.Json/bin/Release/Net45/
 override_dh_auto_build:
-	xbuild Source/Src/Newtonsoft.Json/Newtonsoft.Json.Net40.csproj	\
+	xbuild Src/Newtonsoft.Json/Newtonsoft.Json.csproj	\
 		/property:SignAssembly=true				\
 		/property:AssemblyOriginatorKeyFile=Dynamic.snk		\
 		/property:Configuration=Release				\
 		/property:DefineConstants='SIGNED NET40 TRACE'
 	mdoc update					\
 		-o monodoc				\
-		-i $(xmldir)/Newtonsoft.Json.xml	\
+		-i $(bindir)/Newtonsoft.Json.xml	\
 		$(bindir)/Newtonsoft.Json.dll
 	mdoc assemble				\
 		--format ecma			\
@@ -37,8 +36,8 @@ override_dh_auto_clean:
 	rm -rf							\
 		monodoc						\
 		Newtonsoft.Json.tree Newtonsoft.Json.zip	\
-		Source/Src/Newtonsoft.Json/bin/			\
-		Source/Src/Newtonsoft.Json/obj/
+		Src/Newtonsoft.Json/bin/			\
+		Src/Newtonsoft.Json/obj/
 
 override_dh_makeclilibs:
 	dh_makeclilibs -m5.0r6

-- 
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