Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

42 changes: 23 additions & 19 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,32 @@ Source: kmsjsoncpp
Section: utils
Priority: optional
Maintainer: Kurento Maintenance Team <kurento@googlegroups.com>
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.
16 changes: 8 additions & 8 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -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:

========================================================================
Expand Down
7 changes: 0 additions & 7 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
dh $@

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

2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (native)
3.0 (quilt)
6 changes: 6 additions & 0 deletions debian/upstream/metadata
Original file line number Diff line number Diff line change
@@ -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