[Pkg-cli-libs-commits] [newtonsoft-json] 12/14: Fix NuSpec to include enough metadata to compile
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 0c16d4def54bb3471518bcbd09901e5532da8fbf
Author: Jo Shields <jo.shields at xamarin.com>
Date: Mon Dec 14 13:58:33 2015 +0000
Fix NuSpec to include enough metadata to compile
---
debian/patches/add_files_to_nuspec.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/add_files_to_nuspec.patch b/debian/patches/add_files_to_nuspec.patch
new file mode 100644
index 0000000..037fe24
--- /dev/null
+++ b/debian/patches/add_files_to_nuspec.patch
@@ -0,0 +1,15 @@
+Index: newtonsoft-json/Build/Newtonsoft.Json.nuspec
+===================================================================
+--- newtonsoft-json.orig/Build/Newtonsoft.Json.nuspec
++++ newtonsoft-json/Build/Newtonsoft.Json.nuspec
+@@ -11,4 +11,8 @@
+ <licenseUrl>https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md</licenseUrl>
+ <tags>json</tags>
+ </metadata>
+-</package>
+\ No newline at end of file
++ <files>
++ <file src="LICENSE.md" />
++ <file src="Src/Newtonsoft.Json/bin/Release/Net45/Newtonsoft.Json.dll" target="lib/net45" />
++ </files>
++</package>
diff --git a/debian/patches/series b/debian/patches/series
index e1556a3..a10bc9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+add_files_to_nuspec.patch
Use-single-argument-BigInteger.Parse-calls.patch
Drop-TargetFrameworkProfile-line-from-csproj.patch
--
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