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

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon Nov 9 22:43:22 UTC 2015


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

The following commit has been merged in the master branch:
commit d2c169ff14bd1a487ff0a08da9c82946c80159cc
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Mar 9 00:21:32 2014 -0300

    No-op wrap-and-sort.
---
 debian/control              | 15 +++++++++------
 debian/copyright            |  3 +--
 debian/libqjson-dev.install |  2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index f752fbb..7214d5b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,11 @@ Source: qjson
 Priority: optional
 Maintainer: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
 Uploaders: Sune Vuorela <debian at pusling.com>
-Build-Depends: dpkg (>= 1.16.1~), debhelper (>= 9), cmake (>= 2.8.5),
- libqt4-dev, pkg-kde-tools (>= 0.6)
+Build-Depends: cmake (>= 2.8.5),
+               debhelper (>= 9),
+               dpkg (>= 1.16.1~),
+               libqt4-dev,
+               pkg-kde-tools (>= 0.6)
 Standards-Version: 3.9.4
 Section: libs
 Homepage: http://qjson.sourceforge.net/
@@ -11,7 +14,7 @@ Homepage: http://qjson.sourceforge.net/
 Package: libqjson0
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Multi-Arch: same
 Description: Qt-based library that maps JSON data to QVariant objects
  JSON (JavaScript Object Notation) is a lightweight data-interchange format.
@@ -27,12 +30,12 @@ Section: libdevel
 Architecture: any
 Depends: libqjson0 (= ${binary:Version}), ${misc:Depends}
 Description: Qt-based library that maps JSON data to QVariant objects - development files
- JSON (JavaScript Object Notation) is a lightweight data-interchange format. 
+ 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
- arrays will be mapped to QVariantList instances, while JSON objects will be 
+ arrays will be mapped to QVariantList instances, while JSON objects will be
  mapped to QVariantMap.
  .
  These are the development files.
@@ -43,7 +46,7 @@ Priority: extra
 Architecture: any
 Multi-Arch: same
 Recommends: libqt4-dbg
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqjson0 (= ${binary:Version})
+Depends: libqjson0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 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
diff --git a/debian/copyright b/debian/copyright
index 4ff3432..6577869 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -52,7 +52,7 @@ Some files are under the following license:
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA. 
+   Boston, MA 02110-1301, USA.
 
    As a special exception, you may create a larger work that contains
    part or all of the Bison parser skeleton and distribute that work
@@ -77,4 +77,3 @@ The Debian packaging is:
 
 and is licensed under the LGPL version 2,
 see `/usr/share/common-licenses/LGPL-2'.
-
diff --git a/debian/libqjson-dev.install b/debian/libqjson-dev.install
index a029a85..92b92e4 100644
--- a/debian/libqjson-dev.install
+++ b/debian/libqjson-dev.install
@@ -1,4 +1,4 @@
 usr/include/*
+usr/lib/*/cmake/qjson/*
 usr/lib/*/libqjson.so
 usr/lib/*/pkgconfig/*
-usr/lib/*/cmake/qjson/*

-- 
QJson library packaging



More information about the pkg-kde-commits mailing list