[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:15 UTC 2015


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

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

    Fix notes.
---
 debian/changelog | 5 ++++-
 debian/control   | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 96262da..8eda488 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,10 @@ qjson (0.8.1+git103-gee054a7-1) UNRELEASED; urgency=medium
   * New upstream snapshot.
   * Refresh enable_multiarch.patch.
   * Add testscannerfix.patch, solving an issue while building the tests.
-  * Create compile_qt5_with_fpic.patch in order to use -fPIC with Qt5.
+  * Start also building Qt 5 packages for QJson. People should prefer Qt5's
+    own implementation, but this might help in getting things ported
+    faster.
+    - Create compile_qt5_with_fpic.patch in order to use -fPIC with Qt5.
 
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Sun, 09 Mar 2014 00:18:52 -0300
 
diff --git a/debian/control b/debian/control
index e53f604..bbe455f 100644
--- a/debian/control
+++ b/debian/control
@@ -84,6 +84,9 @@ Section: libdevel
 Architecture: any
 Depends: libqjson0-qt5 (= ${binary:Version}), ${misc:Depends}
 Description: Qt5 based library that maps JSON data to QVariant objects - development files
+ Please note that you should really try to port your code to Qt 5's own
+ implementation, part of qtbase5-dev.
+ .
  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 library packaging



More information about the pkg-kde-commits mailing list