rev 16177 - in krap: . qjson qjson/trunk qjson/trunk/debian

Sune Vuorela pusling-guest at alioth.debian.org
Tue Oct 27 10:55:40 UTC 2009


Author: pusling-guest
Date: 2009-10-27 10:55:39 +0000 (Tue, 27 Oct 2009)
New Revision: 16177

Added:
   krap/qjson/
   krap/qjson/branches/
   krap/qjson/tags/
   krap/qjson/trunk/
   krap/qjson/trunk/debian/
   krap/qjson/trunk/debian/changelog
   krap/qjson/trunk/debian/compat
   krap/qjson/trunk/debian/control
   krap/qjson/trunk/debian/copyright
   krap/qjson/trunk/debian/docs
   krap/qjson/trunk/debian/libqjson-dev.dirs
   krap/qjson/trunk/debian/libqjson-dev.install
   krap/qjson/trunk/debian/libqjson0.dirs
   krap/qjson/trunk/debian/libqjson0.install
   krap/qjson/trunk/debian/rules
   krap/qjson/trunk/debian/watch
Log:
initial packagings

Added: krap/qjson/trunk/debian/changelog
===================================================================
--- krap/qjson/trunk/debian/changelog	                        (rev 0)
+++ krap/qjson/trunk/debian/changelog	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1,9 @@
+qjson (0.6.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #549160)
+
+  +++ Changes by Sune Vuorela:
+
+  * Add dbg package
+
+ -- Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>  Sun, 27 Sep 2009 17:44:37 -0300

Added: krap/qjson/trunk/debian/compat
===================================================================
--- krap/qjson/trunk/debian/compat	                        (rev 0)
+++ krap/qjson/trunk/debian/compat	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1 @@
+7

Added: krap/qjson/trunk/debian/control
===================================================================
--- krap/qjson/trunk/debian/control	                        (rev 0)
+++ krap/qjson/trunk/debian/control	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1,46 @@
+Source: qjson
+Priority: extra
+Maintainer: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
+Build-Depends: debhelper (>= 7), cmake, libqt4-dev
+Standards-Version: 3.8.3
+Section: libs
+Homepage: http://qjson.sourceforge.net/
+
+Package: libqjson0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+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.
+ .
+ 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.
+
+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
+ 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.
+ .
+ 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.
+ .
+ These are the development files.
+
+Package: libqjson0-dbg
+Section: debug
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqjson0 (= ${binary:Version})
+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.

Added: krap/qjson/trunk/debian/copyright
===================================================================
--- krap/qjson/trunk/debian/copyright	                        (rev 0)
+++ krap/qjson/trunk/debian/copyright	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1,42 @@
+This work was packaged for Debian by:
+
+    Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com> on Sun, 27 Sep 2009 17:44:37 -0300
+
+It was downloaded from:
+
+    http://qjson.sourceforge.net/
+
+Upstream Author:
+
+    Flavio Castelli <flavio at castelli.name>
+
+Copyright:
+
+    Copyright (C) 2009 Flavio Castelli
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
+
+and is licensed under the LGPL version 2,
+see `/usr/share/common-licenses/LGPL-2'.
+

Added: krap/qjson/trunk/debian/docs
===================================================================
--- krap/qjson/trunk/debian/docs	                        (rev 0)
+++ krap/qjson/trunk/debian/docs	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1 @@
+README

Added: krap/qjson/trunk/debian/libqjson-dev.dirs
===================================================================
--- krap/qjson/trunk/debian/libqjson-dev.dirs	                        (rev 0)
+++ krap/qjson/trunk/debian/libqjson-dev.dirs	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include

Added: krap/qjson/trunk/debian/libqjson-dev.install
===================================================================
--- krap/qjson/trunk/debian/libqjson-dev.install	                        (rev 0)
+++ krap/qjson/trunk/debian/libqjson-dev.install	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/share/apps/cmake/modules/FindQJSON.cmake

Added: krap/qjson/trunk/debian/libqjson0.dirs
===================================================================
--- krap/qjson/trunk/debian/libqjson0.dirs	                        (rev 0)
+++ krap/qjson/trunk/debian/libqjson0.dirs	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1 @@
+usr/lib

Added: krap/qjson/trunk/debian/libqjson0.install
===================================================================
--- krap/qjson/trunk/debian/libqjson0.install	                        (rev 0)
+++ krap/qjson/trunk/debian/libqjson0.install	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: krap/qjson/trunk/debian/rules
===================================================================
--- krap/qjson/trunk/debian/rules	                        (rev 0)
+++ krap/qjson/trunk/debian/rules	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh --dbg-package=libqjson0-dbg $@


Property changes on: krap/qjson/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: krap/qjson/trunk/debian/watch
===================================================================
--- krap/qjson/trunk/debian/watch	                        (rev 0)
+++ krap/qjson/trunk/debian/watch	2009-10-27 10:55:39 UTC (rev 16177)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/qjson/qjson-(.*)\.tar\.gz




More information about the pkg-kde-commits mailing list