diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 8f07460..24bc851 100644 --- a/debian/control +++ b/debian/control @@ -2,28 +2,32 @@ Source: kmsjsoncpp Section: utils Priority: optional Maintainer: Kurento Maintenance Team -Build-Depends: debhelper (>= 8.0.0), - cmake, - pkg-config -Standards-Version: 3.9.4 -Homepage: http://kurento.org -Vcs-Git: git://github.com/Kurento/kms-jsonrpc.git -Vcs-Browser: https://github.com/Kurento/kms-jsonrpc.git +Build-Depends: + cmake, + debhelper-compat (= 13), + pkg-config, +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Homepage: https://www.kurento.org/ +Vcs-Git: https://github.com/Kurento/jsoncpp.git +Vcs-Browser: https://github.com/Kurento/jsoncpp.git Package: kmsjsoncpp Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Kurento jsoncpp library - Implementation of the jsonRPC protocol in C++ +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: jsoncpp library fork for Kurento + This is a fork of the jsoncpp library adding int64 for Kurento. + . + This package contains the shared library. Package: kmsjsoncpp-dev Architecture: any -Depends: kmsjsoncpp (= ${binary:Version}) -Description: Kurento jsonrpc library - Implementation of the jsonRPC protocol in C++ - -Package: kmsjsoncpp-dbg -Architecture: any -Depends: kmsjsoncpp (= ${binary:Version}) -Description: Kurento jsoncpp library - Implementation of the jsonRPC protocol in C++ +Depends: + kmsjsoncpp (= ${binary:Version}), + ${misc:Depends}, +Description: jsoncpp dev library fork for Kurento + This is a fork of the jsoncpp library adding int64 for Kurento. + . + This package contains the development files. diff --git a/debian/copyright b/debian/copyright index ca2bfe1..05e6f9d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,25 +1,25 @@ -The JsonCpp library's source code, including accompanying documentation, +The JsonCpp library's source code, including accompanying documentation, tests and demonstration applications, are licensed under the following conditions... -The author (Baptiste Lepilleur) explicitly disclaims copyright in all -jurisdictions which recognize such a disclaimer. In such jurisdictions, +The author (Baptiste Lepilleur) explicitly disclaims copyright in all +jurisdictions which recognize such a disclaimer. In such jurisdictions, this software is released into the Public Domain. In jurisdictions which do not recognize Public Domain property (e.g. Germany as of 2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is released under the terms of the MIT License (see below). -In jurisdictions which recognize Public Domain property, the user of this -software may choose to accept it either as 1) Public Domain, 2) under the -conditions of the MIT License (see below), or 3) under the terms of dual +In jurisdictions which recognize Public Domain property, the user of this +software may choose to accept it either as 1) Public Domain, 2) under the +conditions of the MIT License (see below), or 3) under the terms of dual Public Domain/MIT License conditions described here, as they choose. The MIT License is about as close to Public Domain as a license can get, and is described in clear, concise terms at: - http://en.wikipedia.org/wiki/MIT_License - + https://en.wikipedia.org/wiki/MIT_License + The full text of the MIT License follows: ======================================================================== diff --git a/debian/rules b/debian/rules index 476579c..602424c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: @@ -9,9 +8,3 @@ override_dh_auto_configure: dh_auto_configure -- -DBUILD_STATIC_LIBS=FALSE -DBUILD_SHARED_LIBS=TRUE - -.PHONY: override_dh_strip - -override_dh_strip: - dh_strip --dbg-package=kmsjsoncpp-dbg - diff --git a/debian/source/format b/debian/source/format index 89ae9db..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..59d6581 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,6 @@ +--- +Bug-Database: https://github.com/Kurento/bugtracker/issues +Bug-Submit: https://github.com/Kurento/bugtracker/issues/new +Changelog: https://github.com/Kurento/jsoncpp/commits/master +Repository: https://github.com/Kurento/jsoncpp.git +Repository-Browse: https://github.com/Kurento/jsoncpp