[neon/backports-jammy/libaccounts-qt/Neon/unstable] debian: Set debhelper-compat version in Build-Depends.
Debian Janitor
null at kde.org
Thu Jun 22 01:22:16 BST 2023
Git commit 96462b045a8b35e7ee9da1b46b1911b113b7b3c9 by Debian Janitor.
Committed on 05/06/2020 at 10:35.
Pushed by carlosdem into branch 'Neon/unstable'.
Set debhelper-compat version in Build-Depends.
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 +1 -1 debian/control
https://invent.kde.org/neon/backports-jammy/libaccounts-qt/-/commit/96462b045a8b35e7ee9da1b46b1911b113b7b3c9
diff --git a/debian/changelog b/debian/changelog
index e6b48dc..d6a3624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libaccounts-qt (1.15-3) UNRELEASED; urgency=low
* Use secure copyright file specification URI.
* Bump debhelper from deprecated 9 to 12.
+ debian/rules: Move --fail-missing argument to dh_missing.
+ * Set debhelper-compat version in Build-Depends.
-- Debian Janitor <janitor at jelmer.uk> Fri, 05 Jun 2020 10:33:31 -0000
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 4c31719..904bb43 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>, Diane Trout <diane at debian.org>
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 12),
libaccounts-glib-dev (>= 1.23),
libglib2.0-dev,
pkg-config,
More information about the Neon-commits
mailing list