[neon/neon/debug-installer/Neon/unstable] debian: add back compat setting

Harald Sitter null at kde.org
Wed Dec 9 07:01:05 GMT 2020


Git commit 58ab7ca560769127ccdb9653b5fb869e6bff5b02 by Harald Sitter.
Committed on 09/12/2020 at 07:00.
Pushed by sitter into branch 'Neon/unstable'.

add back compat setting

lost in previous commit because I forgot to add the compat bdep

M  +3    -2    debian/control

https://invent.kde.org/neon/neon/debug-installer/commit/58ab7ca560769127ccdb9653b5fb869e6bff5b02

diff --git a/debian/control b/debian/control
index a38b078..ab01c21 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,14 @@ Section: kde
 Priority: extra
 Maintainer: KDE neon <neon at kde.org>
 Build-Depends: cmake,
-               debhelper (>= 9),
+               debhelper,
+               debhelper-compat (= 12),
                extra-cmake-modules,
                libappstreamqt-dev,
                libkf5coreaddons-dev,
                libkf5declarative-dev,
-               libpackagekitqt5-dev,
                libkf5i18n-dev,
+               libpackagekitqt5-dev,
                pkg-kde-tools (>= 0.15.3ubuntu7)
 Standards-Version: 3.9.3
 Homepage: https://www.kde.org


More information about the Neon-commits mailing list