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

Lisandro D. N. Pérez Meyer lisandropm-guest at alioth.debian.org
Thu Aug 11 02:43:41 UTC 2011


The following commit has been merged in the master branch:
commit 9c9f08f34eb7e1a626b7e8827fc79bb6fa12ad30
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Aug 10 23:43:18 2011 -0300

    Fix typos and nouns capitalization.
---
 debian/changelog |    5 +++--
 debian/control   |   20 ++++++++++----------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 599fd75..0ee7113 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-qjson (0.7.1-5) experimental; urgency=low
-
+qjson (0.7.1-5) UNRELEASED; urgency=low
 
+  * Fix typos and nouns capitalization in package's descriptions.
+    Thanks Filipus Klutiero for checking (Closes: #637373).
 
  -- Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>  Wed, 10 Aug 2011 23:33:08 -0300
 
diff --git a/debian/control b/debian/control
index 7bf5aaa..6e1f233 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 represents integer, real number, string, an ordered sequence of value,
- and a collection of name/value pairs.
+ 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 represents integer, real number, string, an ordered sequence of value, 
- and a collection of name/value pairs.
+ 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