[neon/qt6/qt6-webchannel/Neon/release] debian: lints and internal dep versions

Carlos De Maine null at kde.org
Sun Dec 10 03:15:34 GMT 2023


Git commit e78d87300901642b9ac2b31244577c108168d98f by Carlos De Maine.
Committed on 10/12/2023 at 04:15.
Pushed by carlosdem into branch 'Neon/release'.

lints and internal dep versions

M  +31   -9    debian/control
M  +2    -1    debian/qt6-webchannel-dev.install
A  +1    -0    debian/qt6-webchannel.lintian-overrides

https://invent.kde.org/neon/qt6/qt6-webchannel/-/commit/e78d87300901642b9ac2b31244577c108168d98f

diff --git a/debian/control b/debian/control
index c54162e..5d0ed50 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,12 @@ Section: kde
 X-Neon-MergedPackage: true
 Pre-Depends: ${misc:Pre-Depends}
 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.
@@ -49,12 +55,18 @@ Package: qt6-webchannel-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
+Pre-Depends: ${misc:Pre-Depends}
 Depends: qt6-base-dev,
          qt6-declarative-dev,
          qt6-webchannel (= ${binary:Version}),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${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,
+          qt6-webchannel-examples,
 Description: Qt 6 WebChannel library - development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
@@ -71,9 +83,13 @@ Package: qt6-webchannel-doc
 Architecture: all
 Section: kde
 X-Neon-MergedPackage: true
+Pre-Depends: ${misc:Pre-Depends}
 Depends: qt6-base-doc,
          qt6-webchannel-dev (= ${binary:Version}),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends}
+Provides: qt6-webchannel-doc-dev,
+Replaces: qt6-webchannel-doc-dev,
 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.
@@ -88,36 +104,42 @@ Description: Qt 6 WebChannel library - documentation files
 
 Package: libqt6webchannel6
 Architecture: all
-Depends: qt6-webchannel
+Depends: qt6-webchannel, ${shlibs: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
+Depends: qt6-webchannel-dev, ${shlibs:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: qml6-module-qtwebchannel
 Architecture: all
-Depends: qt6-webchannel
+Depends: qt6-webchannel, ${shlibs:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: qt6-webchannel-doc-dev
 Architecture: all
-Depends: qt6-webchannel-dev
+Depends: qt6-webchannel-dev, ${shlibs:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: qt6-webchannel-doc-html
 Architecture: all
-Depends: qt6-webchannel-doc
+Depends: qt6-webchannel-doc, ${shlibs:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
-Package: qt6-webchannel-exmaples
+Package: qt6-webchannel-examples
 Architecture: all
-Depends: qt6-webchannel-dev
+Depends: qt6-webchannel-dev, ${shlibs:Depends}
 Description: Dummy transitional
  Transitional dummy package.
diff --git a/debian/qt6-webchannel-dev.install b/debian/qt6-webchannel-dev.install
index 3eb19f3..7440b41 100644
--- a/debian/qt6-webchannel-dev.install
+++ b/debian/qt6-webchannel-dev.install
@@ -8,7 +8,8 @@ usr/lib/${DEB_HOST_MULTIARCH}/libQt6WebChannel.prl
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6WebChannel.so
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6WebChannelQuick.prl
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6WebChannelQuick.so
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/metatypes/
 usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/modules/
\ No newline at end of file
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/modules/
diff --git a/debian/qt6-webchannel.lintian-overrides b/debian/qt6-webchannel.lintian-overrides
new file mode 100644
index 0000000..68a974d
--- /dev/null
+++ b/debian/qt6-webchannel.lintian-overrides
@@ -0,0 +1 @@
+qt6-webchannel: package-name-doesnt-match-sonames libQt6WebChannel6 libQt6WebChannelQuick6


More information about the Neon-commits mailing list