[SCM] QJson library packaging branch, master, updated. debian/0.8.1-3-8-g114b797

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Nov 10 19:31:14 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/qjson.git;a=commitdiff;h=0961bfa

The following commit has been merged in the master branch:
commit 0961bfa6a8680661f7bb6a5753fbe95ad62c5634
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Nov 10 16:27:34 2015 -0300

    Start building Qt 5 packages.
---
 debian/control | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/debian/control b/debian/control
index 7214d5b..e53f604 100644
--- a/debian/control
+++ b/debian/control
@@ -64,3 +64,46 @@ Depends: libqjson-dbg, ${misc:Depends}
 Description: transitional dummy package for qjson's debugging symbols
  This package is intended to provide a smooth transition to
  libqjson-dbg. It can be safely removed.
+
+Package: libqjson0-qt5
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: same
+Description: Qt 5 based library that maps JSON data to QVariant objects
+ JSON (JavaScript Object Notation) is a lightweight data-interchange format.
+ It can represent integers, real numbers, strings, an ordered sequence of
+ values, and a collection of name/value pairs.
+ .
+ QJson-qt5 is a Qt5 based library that maps JSON data to QVariant objects: JSON
+ arrays will be mapped to QVariantList instances, while JSON objects will be
+ mapped to QVariantMap.
+
+Package: libqjson-qt5-dev
+Section: libdevel
+Architecture: any
+Depends: libqjson0-qt5 (= ${binary:Version}), ${misc:Depends}
+Description: Qt5 based library that maps JSON data to QVariant objects - development files
+ JSON (JavaScript Object Notation) is a lightweight data-interchange format.
+ It can represent integers, real numbers, strings, an ordered sequence of
+ values, and a collection of name/value pairs.
+ .
+ QJson-qt5 is a Qt 5 based library that maps JSON data to QVariant objects: JSON
+ arrays will be mapped to QVariantList instances, while JSON objects will be
+ mapped to QVariantMap.
+ .
+ These are the development files.
+
+Package: libqjson-qt5-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Recommends: qtbase5-dbg
+Depends: libqjson0-qt5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: Qt-based library that maps JSON data to QVariant objects, debug info
+ debug info for qt based library that maps JSON adta to QVariant objects.
+ .
+ QJson is a Qt-based library that maps JSON data to QVariant objects: JSON
+ arrays will be mapped to QVariantList instances, while JSON objects will be
+ mapped to QVariantMap.

-- 
QJson library packaging



More information about the pkg-kde-commits mailing list