[neon/kde/kinfocenter/Neon/unstable] debian: modernise and drop recommends as they are now runtime deps

Carlos De Maine null at kde.org
Thu Jul 27 00:09:30 BST 2023


Git commit 0602fe6c8be734dbd727de8cfe709f6bbe48cb88 by Carlos De Maine.
Committed on 27/07/2023 at 01:09.
Pushed by carlosdem into branch 'Neon/unstable'.

modernise and drop recommends as they are now runtime deps

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

https://invent.kde.org/neon/kde/kinfocenter/-/commit/0602fe6c8be734dbd727de8cfe709f6bbe48cb88

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 c356395..af82337 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 (>= 2.8.12),
-               debhelper (>= 11~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
                kf6-extra-cmake-modules,
                kf6-kcmutils-dev,
                kf6-kcolorscheme-dev,
@@ -33,7 +33,7 @@ Build-Depends: cmake (>= 2.8.12),
                pkg-config,
                pkg-kde-tools-neon,
                qt6-base-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/kde/workspace/kinfocenter
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kinfocenter
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kinfocenter.git
@@ -56,9 +56,6 @@ Depends: aha,
          x11-utils,
          ${misc:Depends},
          ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
-Recommends: aha, fwupd, mesa-utils, mesa-utils-extra, vulkan-utils, x11-utils
 Description: system information viewer
  The kinfocenter provides you with a centralized and convenient
  overview of your system and desktop environment.


More information about the Neon-commits mailing list