[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.2.1-3-2-g038277d

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Mar 5 18:24:51 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=038277d

The following commit has been merged in the experimental branch:
commit 038277de38f51c64efbb78e0d9b37cc624b4dc2d
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Mar 5 15:24:35 2014 -0300

    Add license to mark_private_symbols.sh.
---
 debian/changelog               |  4 ++++
 debian/copyright               | 20 ++++++++++++++++++++
 debian/mark_private_symbols.sh | 20 ++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bb99d0c..ee695da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtdeclarative-opensource-src (5.2.1-4) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Add license to mark_private_symbols.sh and corresponding entry in
+    debian/copyright.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 05 Mar 2014 15:23:19 -0300
 
 qtdeclarative-opensource-src (5.2.1-3) experimental; urgency=medium
diff --git a/debian/copyright b/debian/copyright
index 02a7000..1a2129b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,6 +8,10 @@ Copyright: 2012-2013 Digia Plc and/or its subsidiary(-ies)
            1994-2008 Trolltech ASA.
 License: LGPL-2.1 with Digia Qt LGPL Exception 1.1 or GPL-3
 
+Files: debian/mark_private_symbols.sh
+Copyright: 2013 Sune Vuorela <sune at debian.org>
+License: Expat
+
 Files: debian/*
 Copyright: 2007-2012 Fathi Boudra <fabo at debian.org>
            2007-2012 Sune Vuorela <debian at pusling.com>
@@ -754,3 +758,19 @@ License: GPL-2+
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
diff --git a/debian/mark_private_symbols.sh b/debian/mark_private_symbols.sh
index bb7b761..3041c48 100755
--- a/debian/mark_private_symbols.sh
+++ b/debian/mark_private_symbols.sh
@@ -1,4 +1,24 @@
 #! /bin/sh
+# Copyright (c) 2013 Sune Vuorela <sune at debian.org>
+#
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+#
+# The above copyright notice and this permission notice shall be included
+# in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 PRIVATE_HEADERS=qtdeclarative5-private-dev/usr/include
 

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list