[neon/qt6/qt6-coap/Neon/release] debian: various lints
Carlos De Maine
null at kde.org
Mon Oct 28 09:38:16 GMT 2024
Git commit 074b3f526b2235436604f481817507a499ea8e3d by Carlos De Maine.
Committed on 28/10/2024 at 09:38.
Pushed by carlosdem into branch 'Neon/release'.
various lints
M +1 -1 debian/control
M +56 -0 debian/copyright
A +1 -0 debian/qt6-coap.lintian-overrides
https://invent.kde.org/neon/qt6/qt6-coap/-/commit/074b3f526b2235436604f481817507a499ea8e3d
diff --git a/debian/control b/debian/control
index 21a12ed..fc60607 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cmake,
debhelper-compat (= 13),
mold,
ninja-build,
- pkg-config,
+ pkgconf,
pkg-kde-tools,
qt6-base-dev,
qt6-declarative-dev,
diff --git a/debian/copyright b/debian/copyright
index e69de29..2f50f80 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -0,0 +1,56 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: qttranslations-everywhere-src
+Source: https://download.qt.io/archive/qt/*/submodules/
+
+Files: *
+Copyright: 2017-2021 The Qt Company Ltd.
+License: GPL-3 with Qt-1.0 exception
+
+Files: debian/*
+Copyright: 2021 Patrick Franz <deltaone at debian.org>
+License: LGPL-2.1
+
+License: GPL-3 with Qt-1.0 exception
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 3 as
+ published by the Free Software Foundation.
+ .
+ This program 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 General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in /usr/share/common-licenses/GPL-3.
+ .
+ The Qt Company GPL Exception 1.0
+ Exception 1:
+ .
+ As a special exception you may create a larger work which contains the
+ output of this application and distribute that work under terms of your
+ choice, so long as the work is not otherwise derived from or based on
+ this application and so long as the work does not in itself generate
+ output that contains the output from this application in its original
+ or modified form.
+ .
+ Exception 2:
+ .
+ As a special exception, you have permission to combine this application
+ with Plugins licensed under the terms of your choice, to produce an
+ executable, and to copy and distribute the resulting executable under
+ the terms of your choice. However, the executable must be accompanied
+ by a prominent notice offering all users of the executable the entire
+ source code to this application, excluding the source code of the
+ independent modules, but including any changes you have made to this
+ application, under the terms of this license.
+
+License: LGPL-2.1
+ This file may be used under the terms of the GNU Lesser General Public
+ License version 2.1 as published by the Free Software Foundation and
+ appearing in the file LICENSE.LGPL included in the packaging of this file.
+ Please review the following information to ensure the GNU Lesser General
+ Public License version 2.1 requirements will be met:
+ http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ can be found in `/usr/share/common-licenses/LGPL-2.1`.
diff --git a/debian/qt6-coap.lintian-overrides b/debian/qt6-coap.lintian-overrides
new file mode 100644
index 0000000..4617158
--- /dev/null
+++ b/debian/qt6-coap.lintian-overrides
@@ -0,0 +1 @@
+qt6-coap: package-name-doesnt-match-sonames libQt6Coap6
More information about the Neon-commits
mailing list