[neon/kde/kscreen/Neon/unstable] debian: modernise

Carlos De Maine null at kde.org
Wed Aug 9 03:47:51 BST 2023


Git commit 38d5de1d3cad1f1cd78022957828911c93886f19 by Carlos De Maine.
Committed on 09/08/2023 at 04:47.
Pushed by carlosdem into branch 'Neon/unstable'.

modernise

D  +0    -1    debian/compat
M  +4    -4    debian/control
M  +0    -3    debian/rules

https://invent.kde.org/neon/kde/kscreen/-/commit/38d5de1d3cad1f1cd78022957828911c93886f19

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 2f69ac3..1217fdf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Felix Geyer <fgeyer at debian.org>,
            Maximiliano Curia <maxy at debian.org>,
            Rohan Garg <rohan at kde.org>
-Build-Depends: cmake (>= 3.0~),
-               debhelper (>= 11~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
                kf6-extra-cmake-modules,
                kf6-kcmutils-dev,
                kf6-kcolorscheme-dev,
@@ -31,14 +31,14 @@ Build-Depends: cmake (>= 3.0~),
                qt6-base-dev,
                qt6-declarative-dev,
                qt6-sensors-dev
-Standards-Version: 4.1.3
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/kde/workspace/kscreen
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kscreen
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kscreen.git
 
 Package: kscreen
 Architecture: any
-Depends: kde-cli-tools (>= 4:5.14),
+Depends: kde-cli-tools,
          kf6-plasma-framework,
          qml6-module-qt5compat-graphicaleffects,
          ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 47c772a..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,3 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
-
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list