[neon/kde/k3b/Neon/stable] debian: fix installs

Carlos De Maine null at kde.org
Sat Jan 20 04:31:20 GMT 2024


Git commit 18ba42e69fbb24fc676055cc4e7294c76a62b1a3 by Carlos De Maine.
Committed on 20/01/2024 at 05:31.
Pushed by carlosdem into branch 'Neon/stable'.

fix installs

D  +0    -1    debian/compat
M  +4    -3    debian/control
M  +1    -2    debian/k3b-data.install
M  +5    -6    debian/k3b.install

https://invent.kde.org/neon/kde/k3b/-/commit/18ba42e69fbb24fc676055cc4e7294c76a62b1a3

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index e4d9b1e..d6ea683 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Fathi Boudra <fabo at debian.org>,
            Mark Purcell <msp at debian.org>
 Build-Depends: cmake,
                cmake-data,
-               debhelper (>= 9),
+               debhelper (= 13),
                extra-cmake-modules,
                libavformat-dev,
                libcam-dev [kfreebsd-any],
@@ -45,8 +45,9 @@ Build-Depends: cmake,
                libvorbis-dev,
                pkg-kde-tools (>= 0.9.0),
                qtbase5-dev,
-               shared-mime-info
-Standards-Version: 3.9.8
+               qtwebengine5-dev,
+               shared-mime-info,
+Standards-Version: 4.6.2
 Homepage: http://www.k3b.org
 Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/k3b
 Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/k3b
diff --git a/debian/k3b-data.install b/debian/k3b-data.install
index c031b3d..694adf3 100644
--- a/debian/k3b-data.install
+++ b/debian/k3b-data.install
@@ -9,8 +9,7 @@ usr/share/k3b/icons/hicolor/
 usr/share/knotifications5/
 usr/share/knsrcfiles/k3btheme.knsrc
 usr/share/konqsidebartng/
-usr/share/kxmlgui5/
-usr/share/locale
+usr/share/locale/
 usr/share/mime/packages/x-k3b.xml
 usr/share/polkit-1/actions/org.kde.k3b.policy
 usr/share/qlogging-categories5/k3b.categories
diff --git a/debian/k3b.install b/debian/k3b.install
index 257cc06..9b7195d 100644
--- a/debian/k3b.install
+++ b/debian/k3b.install
@@ -1,12 +1,11 @@
 usr/bin/k3b
 usr/lib/*/libexec/k3bhelper
 usr/share/applications/org.kde.k3b.desktop
-usr/share/kservices5/ServiceMenus/k3b_create_audio_cd.desktop
-usr/share/kservices5/ServiceMenus/k3b_create_data_project.desktop
-usr/share/kservices5/ServiceMenus/k3b_create_video_cd.desktop
-usr/share/kservices5/ServiceMenus/k3b_write_bin_image.desktop
-usr/share/kservices5/ServiceMenus/k3b_write_iso_image.desktop
-usr/share/kservicetypes5/k3bplugin.desktop
+usr/share/kio/servicemenus/k3b_create_audio_cd.desktop
+usr/share/kio/servicemenus/k3b_create_data_project.desktop
+usr/share/kio/servicemenus/k3b_create_video_cd.desktop
+usr/share/kio/servicemenus/k3b_write_bin_image.desktop
+usr/share/kio/servicemenus/k3b_write_iso_image.desktop
 usr/share/metainfo/org.kde.k3b.appdata.xml
 usr/share/solid/actions/k3b_audiocd_rip.desktop
 usr/share/solid/actions/k3b_copy_disc.desktop


More information about the Neon-commits mailing list