[neon/kde/breeze-plymouth/Neon/unstable] debian: modernise

Carlos De Maine null at kde.org
Wed Jan 10 06:37:40 GMT 2024


Git commit 7c88d21028528f08b97c6ae592e363b3c0c28d85 by Carlos De Maine.
Committed on 10/01/2024 at 07:37.
Pushed by carlosdem into branch 'Neon/unstable'.

modernise

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

https://invent.kde.org/neon/kde/breeze-plymouth/-/commit/7c88d21028528f08b97c6ae592e363b3c0c28d85

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 9cd4a17..811e802 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ 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 (>= 2.8.12),
-               debhelper (>= 11~),
-               extra-cmake-modules (>= 5.18.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
                libplymouth-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.15.18~)
-Standards-Version: 4.1.3
+               pkg-kde-tools-neon,
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/kde/workspace/breeze-plymouth
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/breeze-plymouth
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/breeze-plymouth.git
@@ -17,7 +17,7 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/breeze-plymouth.git
 Package: plymouth-theme-breeze
 Architecture: any
 Depends: plymouth-label, ${misc:Depends}, ${shlibs:Depends}
-Recommends: neon-settings
+Recommends: neon-settings-2
 Description: Breeze theme for Plymouth
  Breeze theme for Plymouth system boot splash to fit in with KDE
  Plasma's themeing.
diff --git a/debian/rules b/debian/rules
index dd38d09..651cbd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 export DEB_CFLAGS_MAINT_APPEND  = -Werror -Wno-error=unused-result -Wno-error=sign-compare
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions -Wl,--as-needed
 
 %:
-	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DDISTRO_NAME="KDE neon" -DDISTRO_LOGO=neon


More information about the Neon-commits mailing list