[ros-python-qt-binding] 01/01: Remove incorrect licence metadata in package.xml GPL and LGPL listed but no such code in package.

Wookey wookey at moszumanska.debian.org
Sun Jan 10 00:44:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

wookey pushed a commit to branch master
in repository ros-python-qt-binding.

commit dee0498b3f3f6ab71bcce2f2545ecce4a03162d9
Author: Wookey <wookey at wookware.org>
Date:   Sun Jan 10 00:08:48 2016 +0000

    Remove incorrect licence metadata in package.xml
    GPL and LGPL listed but no such code in package.
---
 .../remove-incorrect-licence-metadata.patch        | 25 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/remove-incorrect-licence-metadata.patch b/debian/patches/remove-incorrect-licence-metadata.patch
new file mode 100644
index 0000000..81e71af
--- /dev/null
+++ b/debian/patches/remove-incorrect-licence-metadata.patch
@@ -0,0 +1,25 @@
+# There is in fact no LGPL or GPL code in this package. It is just used with some.
+# Corrected package.xml accordingly.
+
+Index: ros-python-qt-binding/package.xml
+===================================================================
+--- ros-python-qt-binding.orig/package.xml
++++ ros-python-qt-binding/package.xml
+@@ -4,7 +4,7 @@
+   <description>
+     This stack provides Python bindings for Qt.
+     There are two providers: pyside and pyqt.  PySide is released under
+-    the LGPL.  PyQt is released under the GPL.
++    the LGPL.  PyQt is released under the GPL. This package is BSD.
+ 
+     Both the bindings and tools to build bindings are included from each
+     available provider.  For PySide, it is called "Shiboken".  For PyQt,
+@@ -16,8 +16,6 @@
+   </description>
+   <maintainer email="dthomas at osrfoundation.org">Dirk Thomas</maintainer>
+   <license>BSD</license>
+-  <license>LGPL</license>
+-  <license>GPL</license>
+ 
+   <url>http://ros.org/wiki/python_qt_binding</url>
+   <author>Dave Hershberger</author>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b91a0b1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-incorrect-licence-metadata.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-python-qt-binding.git



More information about the debian-science-commits mailing list