[Pkg-cli-libs-commits] [SCM] newtonsoft-json branch, test-upgrade, updated. debian/4.5r6-1-15-g1570aa4

Chow Loong Jin hyperair at debian.org
Wed Jul 10 14:07:15 UTC 2013


The following commit has been merged in the test-upgrade branch:
commit 16dd5c94b53ba690993b6f9ab0698acc3455637a
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Wed Jul 10 21:20:33 2013 +0800

    Rename things for ABI bump

diff --git a/debian/control b/debian/control
index 102dcbd..8755890 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Homepage: http://json.codeplex.com
 Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/newtonsoft-json.git
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/newtonsoft-json.git;a=summary
 
-Package: libnewtonsoft-json4.5-cil
+Package: libnewtonsoft-json5.0-cil
 Architecture: all
 Depends: ${cli:Depends}, ${misc:Depends}
 Description: high-performance JSON framework for .NET
@@ -37,7 +37,7 @@ Description: high-performance JSON framework for .NET
 
 Package: libnewtonsoft-json-cil-dev
 Architecture: all
-Depends: libnewtonsoft-json4.5-cil (= ${binary:Version}),
+Depends: libnewtonsoft-json5.0-cil (= ${binary:Version}),
          ${cli:Depends}, ${misc:Depends}
 Description: high-performance JSON framework for .NET -- development files
  Json.NET is a high-performance JSON framework for .NET. It has the following
diff --git a/debian/libnewtonsoft-json4.5-cil.installcligac b/debian/libnewtonsoft-json4.5-cil.installcligac
deleted file mode 100644
index 8313033..0000000
--- a/debian/libnewtonsoft-json4.5-cil.installcligac
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/cli/Newtonsoft.Json-4.5/Newtonsoft.Json.dll
diff --git a/debian/libnewtonsoft-json4.5-cil.install b/debian/libnewtonsoft-json5.0-cil.install
similarity index 64%
rename from debian/libnewtonsoft-json4.5-cil.install
rename to debian/libnewtonsoft-json5.0-cil.install
index 023dffb..de00dd5 100644
--- a/debian/libnewtonsoft-json4.5-cil.install
+++ b/debian/libnewtonsoft-json5.0-cil.install
@@ -1 +1 @@
-Source/Src/Newtonsoft.Json/bin/Release/Net40/Newtonsoft.Json.dll* /usr/lib/cli/Newtonsoft.Json-4.5
+Source/Src/Newtonsoft.Json/bin/Release/Net40/Newtonsoft.Json.dll* /usr/lib/cli/Newtonsoft.Json-5.0
diff --git a/debian/libnewtonsoft-json5.0-cil.installcligac b/debian/libnewtonsoft-json5.0-cil.installcligac
new file mode 100644
index 0000000..c0c427a
--- /dev/null
+++ b/debian/libnewtonsoft-json5.0-cil.installcligac
@@ -0,0 +1 @@
+/usr/lib/cli/Newtonsoft.Json-5.0/Newtonsoft.Json.dll
diff --git a/debian/newtonsoft-json.pc.in b/debian/newtonsoft-json.pc.in
index 8d68350..91a4b2b 100644
--- a/debian/newtonsoft-json.pc.in
+++ b/debian/newtonsoft-json.pc.in
@@ -5,4 +5,4 @@ libdir=${exec_prefix}/lib
 Name: Newtonsoft.Json
 Description: A high-performance JSON framework for .NET
 Version: @VERSION@
-Libs: -r:${libdir}/cli/Newtonsoft.Json-4.5/Newtonsoft.Json.dll
+Libs: -r:${libdir}/cli/Newtonsoft.Json-5.0/Newtonsoft.Json.dll
diff --git a/debian/rules b/debian/rules
index 74a34f4..45547bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ override_dh_auto_clean:
 		Source/Src/Newtonsoft.Json/obj/
 
 override_dh_makeclilibs:
-	dh_makeclilibs -V
+	dh_makeclilibs -m5.0r6
 
 debian/newtonsoft-json.pc: debian/newtonsoft-json.pc.in
 	sed -e 's/@VERSION@/$(DEB_VERSION_UPSTREAM)/' $< > $@

-- 
newtonsoft-json



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