[neon/qt6/qt6-webchannel/Neon/release] debian: lintings
Carlos De Maine
null at kde.org
Thu Dec 14 06:34:37 GMT 2023
Git commit 12f864ae1520ca4f032c695b0e1591033282c3b6 by Carlos De Maine.
Committed on 14/12/2023 at 07:34.
Pushed by carlosdem into branch 'Neon/release'.
lintings
M +11 -22 debian/control
M +0 -4 debian/copyright
https://invent.kde.org/neon/qt6/qt6-webchannel/-/commit/12f864ae1520ca4f032c695b0e1591033282c3b6
diff --git a/debian/control b/debian/control
index 5d0ed50..18653d4 100644
--- a/debian/control
+++ b/debian/control
@@ -37,9 +37,6 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: libqt6webchannel6,
libqt6webchannelquick6,
qml6-module-qtwebchannel,
-Replaces: libqt6webchannel6,
- libqt6webchannelquick6,
- qml6-module-qtwebchannel,
Description: Qt 6 WebChannel library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
@@ -63,9 +60,8 @@ Depends: qt6-base-dev,
${shlibs:Depends}
Breaks: libqt6webchannel6-dev (<< 6.4.2-2~)
Replaces: libqt6webchannel6-dev (<< 6.4.2-2~)
-Provides: qt6-webchannel-doc-html,
- qt6-webchannel-examples,
-Replaces: qt6-webchannel-doc-html,
+Provides: libqt6webchannel6-dev (= ${binary:Version}),
+ qt6-webchannel-doc-dev,
qt6-webchannel-examples,
Description: Qt 6 WebChannel library - development files
Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -85,11 +81,10 @@ Section: kde
X-Neon-MergedPackage: true
Pre-Depends: ${misc:Pre-Depends}
Depends: qt6-base-doc,
- qt6-webchannel-dev (= ${binary:Version}),
+ qt6-webchannel-dev,
${misc:Depends},
- ${shlibs:Depends}
-Provides: qt6-webchannel-doc-dev,
-Replaces: qt6-webchannel-doc-dev,
+ ${shlibs:Depends},
+Provides: qt6-webchannel-doc-html,
Description: Qt 6 WebChannel library - documentation files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
@@ -104,42 +99,36 @@ Description: Qt 6 WebChannel library - documentation files
Package: libqt6webchannel6
Architecture: all
-Depends: qt6-webchannel, ${shlibs:Depends}
+Depends: qt6-webchannel, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libqt6webchannelquick6
Architecture: all
-Depends: qt6-webchannel, ${shlibs:Depends}
-Description: Dummy transitional
- Transitional dummy package.
-
-Package: libqt6webchannel6-dev
-Architecture: all
-Depends: qt6-webchannel-dev, ${shlibs:Depends}
+Depends: qt6-webchannel, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: qml6-module-qtwebchannel
Architecture: all
-Depends: qt6-webchannel, ${shlibs:Depends}
+Depends: qt6-webchannel, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: qt6-webchannel-doc-dev
Architecture: all
-Depends: qt6-webchannel-dev, ${shlibs:Depends}
+Depends: qt6-webchannel-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: qt6-webchannel-doc-html
Architecture: all
-Depends: qt6-webchannel-doc, ${shlibs:Depends}
+Depends: qt6-webchannel-doc, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: qt6-webchannel-examples
Architecture: all
-Depends: qt6-webchannel-dev, ${shlibs:Depends}
+Depends: qt6-webchannel-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
index 788f8ed..93bd63a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,10 +12,6 @@ Files: debian/*
Copyright: 2021 Patrick Franz <deltaone at debian.org>
License: LGPL-3 or GPL-2-or-3 with KDE Exception
-Files: conanfile.py
-Copyright: 2021 The Qt Company Ltd.
-License: GPL-3 with Qt-1.0 exception
-
Files: examples/*
Copyright: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company <info at kdab.com>
2016 The Qt Company Ltd
More information about the Neon-commits
mailing list