[SCM] qtscript packaging branch, experimental, updated. debian/5.2.1+dfsg-1-2-gf7dcd9f

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


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

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

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

diff --git a/debian/changelog b/debian/changelog
index 702118d..4f12d6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtscript-opensource-src (5.2.1+dfsg-2) 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:18:15 -0300
 
 qtscript-opensource-src (5.2.1+dfsg-1) experimental; urgency=medium
diff --git a/debian/copyright b/debian/copyright
index 82ca91c..96d57f3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,10 @@ Files: *
 Copyright: 2012-2013 Digia Plc and/or its subsidiary(-ies)
 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>
@@ -479,3 +483,23 @@ License: LGPL-2.1
  .
  On Debian systems, the complete text of the LGPL-2.1 license can be found in
  `/usr/share/common-licenses/LGPL-2.1`.
+
+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.
+ 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.
diff --git a/debian/mark_private_symbols.sh b/debian/mark_private_symbols.sh
index 1c80325..80f329b 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=qtscript5-private-dev/usr/include
 

-- 
qtscript packaging



More information about the pkg-kde-commits mailing list