[neon/kde/plasma-pa/Neon/unstable] debian: modernise
Carlos De Maine
null at kde.org
Sat Oct 28 09:55:37 BST 2023
Git commit 3ecd08f7c2edc1e5ba7dd6938a4c74593cf479db by Carlos De Maine.
Committed on 28/10/2023 at 10:55.
Pushed by carlosdem into branch 'Neon/unstable'.
modernise
D +0 -1 debian/compat
M +3 -3 debian/control
M +1 -4 debian/rules
https://invent.kde.org/neon/kde/plasma-pa/-/commit/3ecd08f7c2edc1e5ba7dd6938a4c74593cf479db
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 becb0ee..738f93c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 3.0~),
- debhelper (>= 11~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
kf6-extra-cmake-modules,
kf6-kcmutils-dev,
kf6-kcolorscheme-dev,
@@ -29,7 +29,7 @@ Build-Depends: cmake (>= 3.0~),
pkg-kde-tools-neon,
qt6-base-dev,
qt6-declarative-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
Homepage: http://www.kde.org
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-pa
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/plasma-pa.git
diff --git a/debian/rules b/debian/rules
index 47c772a..0c9d532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,4 @@
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf6 --buildsystem kf6
-
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+ dh $@ --with kf6 --buildsystem kf6
\ No newline at end of file
More information about the Neon-commits
mailing list