[neon/extras/kdevelop/Neon/unstable] debian: Move to debhelper-compat, add missing runtime -dev package

Scarlett Moore null at kde.org
Mon Oct 9 12:20:45 BST 2023


Git commit 113d248ad479041f5e265e710a73c56fd9436db8 by Scarlett Moore.
Committed on 09/10/2023 at 13:20.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Move to debhelper-compat, add missing runtime -dev package

D  +0    -1    debian/compat
M  +2    -1    debian/control

https://invent.kde.org/neon/extras/kdevelop/-/commit/113d248ad479041f5e265e710a73c56fd9436db8

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index a95104c..238beb0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Jeremy Lainé <jeremy.laine at m4x.org>,
 Build-Depends: clazy,
                cmake,
                cppcheck,
-               debhelper (>= 9),
+               debhelper=compat (= 12),
                extra-cmake-modules,
                heaptrack-gui,
                kdevelop-pg-qt,
@@ -121,6 +121,7 @@ Depends: kdevelop (= ${binary:Version}),
          libkf5archive-dev,
          libkf5configwidgets-dev,
          libkf5texteditor-dev,
+         libkf5syntaxhighlighting-dev
          ${misc:Depends}
 Replaces: kdevplatform-dev (<< 5.1.1-0neon)
 Breaks: kdevplatform-dev (<< 5.1.1-0neon)


More information about the Neon-commits mailing list