[neon/extras/qtav/Neon/release] debian: debhelper -> debhelper-compat
Pino Toscano
null at kde.org
Tue Aug 9 13:25:36 BST 2022
Git commit 15af3391f3b968d03a50c6c2dcf576e7debb5411 by Pino Toscano.
Committed on 21/08/2021 at 10:18.
Pushed by jriddell into branch 'Neon/release'.
debhelper -> debhelper-compat
M +2 -0 debian/changelog
D +0 -1 debian/compat
M +1 -1 debian/control
https://invent.kde.org/neon/extras/qtav/commit/15af3391f3b968d03a50c6c2dcf576e7debb5411
diff --git a/debian/changelog b/debian/changelog
index 981d2ef..c2f3cd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ qtav (1.13.0+ds-4) UNRELEASED; urgency=medium
* Remove the explicit as-needed linking, as it is done by binutils now.
* Drop query for DEB_BUILD_MULTIARCH in rules, as it is not used.
* Add Rules-Requires-Root: no.
+ * Switch the debhelper build dependency to debhelper-compat (same version)
+ - remove debian/compat
-- Debian Qt extras Maintainers <debian-qt-kde at lists.debian.org> Sat, 21 Aug 2021 11:57:01 +0200
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 07308f1..573a190 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Qt extras Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Steve M. Robbins <smr at debian.org>
Section: video
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 11),
qt5-qmake,
libqt5opengl5-dev,
libqt5svg5-dev,
More information about the Neon-commits
mailing list