[neon/backports-jammy/snapd-glib/Neon/stable] debian: adapt to qt6

Carlos De Maine null at kde.org
Sat Mar 30 06:27:41 GMT 2024


Git commit 1f460be883edd7918b53b18727513e10b0eeeb37 by Carlos De Maine.
Committed on 30/03/2024 at 06:27.
Pushed by carlosdem into branch 'Neon/stable'.

adapt to qt6

M  +6    -5    debian/control
D  +0    -2    debian/qml-module-snapd.install
A  +2    -0    debian/qml6-module-snapd.install

https://invent.kde.org/neon/backports-jammy/snapd-glib/-/commit/1f460be883edd7918b53b18727513e10b0eeeb37

diff --git a/debian/control b/debian/control
index 3a357b1..f303825 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Uploaders:
  Robert Ancell <robert.ancell at canonical.com>
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-gir,
-               dh-sequence-pkgkde-symbolshelper,
                gtk-doc-tools (>= 1.20),
                libgirepository1.0-dev,
                libglib2.0-dev (>= 2.46),
@@ -17,8 +16,8 @@ Build-Depends: debhelper-compat (= 13),
                libsoup-3.0-dev,
                meson (>= 0.43.0),
                pkg-kde-tools,
-               qtbase5-dev,
-               qtdeclarative5-dev,
+               qt6-base-dev,
+               q6-tdeclarative-dev,
                valac
 Standards-Version: 4.6.1
 Rules-Requires-Root: no
@@ -97,10 +96,12 @@ Description: Qt snapd library
  .
  snapd-qt is a wrapper library for snapd-glib for Qt applications.
 
-Package: qml-module-snapd
+Package: qml6-module-snapd
 Architecture: linux-any kfreebsd-any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
+Provides: qml-module-snapd
+Replaces: qml-module-snapd
 Suggests: snapd
 Multi-Arch: same
 Description: Snapd QML module
@@ -119,7 +120,7 @@ Architecture: linux-any kfreebsd-any
 Multi-Arch: same
 Depends: ${misc:Depends},
          libsnapd-qt-2-1 (= ${binary:Version}),
-         qtbase5-dev,
+         qt6-base-dev,
 Breaks: libsnapd-glib-dev (<< 1.46)
 Replaces: libsnapd-glib-dev (<< 1.46)
 Description: Qt snapd library (development files)
diff --git a/debian/qml-module-snapd.install b/debian/qml-module-snapd.install
deleted file mode 100644
index 0607edc..0000000
--- a/debian/qml-module-snapd.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/qt5/qml/Snapd2/*.so
-usr/lib/*/qt5/qml/Snapd2/qmldir
diff --git a/debian/qml6-module-snapd.install b/debian/qml6-module-snapd.install
new file mode 100644
index 0000000..548b8d4
--- /dev/null
+++ b/debian/qml6-module-snapd.install
@@ -0,0 +1,2 @@
+usr/lib/*/qt6/qml/Snapd2/*.so
+usr/lib/*/qt6/qml/Snapd2/qmldir


More information about the Neon-commits mailing list