[SCM] QJson library packaging branch, master, updated. debian/0.7.1-2-21-g208d4cd

Lisandro D. N. Pérez Meyer lisandropm-guest at alioth.debian.org
Thu Aug 11 13:21:40 UTC 2011


The following commit has been merged in the master branch:
commit 208d4cd89668b93378052d5574b84ba96f98c297
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Aug 11 10:21:06 2011 -0300

    Keep Qt as Qt.
    
    It is not QT. Thanks Pino :)
---
 debian/control |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 6e1f233..33e4bde 100644
--- a/debian/control
+++ b/debian/control
@@ -14,12 +14,12 @@ Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: same
-Description: QT-based library that maps JSON data to QVariant objects
+Description: Qt-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 is a QT-based library that maps JSON data to QVariant objects: JSON
+ 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.
 
@@ -27,12 +27,12 @@ Package: libqjson-dev
 Section: libdevel
 Architecture: any
 Depends: libqjson0 (= ${binary:Version}), ${misc:Depends}
-Description: QT-based library that maps JSON data to QVariant objects - development files
+Description: Qt-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 is a QT-based library that maps JSON data to QVariant objects: JSON
+ 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.
  .
@@ -45,10 +45,10 @@ Recommends: libqt4-dbg
 Depends: ${shlibs:Depends}, ${misc:Depends}, libqjson0 (= ${binary:Version})
 Replaces: libqjson0-dbg (<< 0.7.1-1)
 Breaks: libqjson0-dbg (<< 0.7.1-1)
-Description: QT-based library that maps JSON data to QVariant objects, debug info
+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
+ 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