[neon/extras/kaffeine/Neon/release] debian: Set debhelper-compat version in Build-Depends.
Pino Toscano
null at kde.org
Wed Sep 4 12:20:45 BST 2024
Git commit a48e69116e9bec9801e263ebaca564d8032a9a3d by Pino Toscano.
Committed on 26/02/2023 at 07:53.
Pushed by jriddell into branch 'Neon/release'.
Set debhelper-compat version in Build-Depends.
Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
M +1 -0 debian/changelog
D +0 -1 debian/compat
M +2 -1 debian/control
https://invent.kde.org/neon/extras/kaffeine/-/commit/a48e69116e9bec9801e263ebaca564d8032a9a3d
diff --git a/debian/changelog b/debian/changelog
index e169b1d..032ca02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ kaffeine (2.0.18-2) UNRELEASED; urgency=medium
[ Pino Toscano ]
* Remove the explicit as-needed linking, as it is done by binutils now.
* Bump debhelper from old 11 to 13.
+ * Set debhelper-compat version in Build-Depends.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 26 Feb 2023 08:52:27 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index 379cda0..b0f9bd5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>,
Michael Meskes <meskes at debian.org>,
Pino Toscano <pino at debian.org>,
-Build-Depends: debhelper (>= 13~), cmake, pkg-kde-tools (>= 0.15.16),
+Build-Depends: debhelper-compat (= 13),
+ cmake, pkg-kde-tools (>= 0.15.16),
pkg-config,
extra-cmake-modules (>= 1.0.0),
qtbase5-dev (>= 5.4.0),
More information about the Neon-commits
mailing list