[neon/backports-jammy/libaccounts-qt/Neon/unstable] debian: bump dh compat to 13
Pino Toscano
null at kde.org
Thu Jun 22 01:22:16 BST 2023
Git commit c955b0d58e70eb109e76222478216de96bdf71c6 by Pino Toscano.
Committed on 01/01/2021 at 12:02.
Pushed by carlosdem into branch 'Neon/unstable'.
bump dh compat to 13
M +3 -0 debian/changelog
M +1 -1 debian/control
M +0 -3 debian/rules
https://invent.kde.org/neon/backports-jammy/libaccounts-qt/-/commit/c955b0d58e70eb109e76222478216de96bdf71c6
diff --git a/debian/changelog b/debian/changelog
index e0a1f22..17fa61c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ libaccounts-qt (1.16-0r1) UNRELEASED; urgency=medium
* Add the configuration for the CI on salsa.
* Stop manually specifying QMAKE_CXXFLAGS to qmake, as it is already set
by debhelper.
+ * Bump the debhelper compatibility to 13:
+ - switch the debhelper-compat build dependency to 13
+ - stop passing --fail-missing to dh_missing, as it is the default now
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 05 Jun 2020 10:33:31 -0000
diff --git a/debian/control b/debian/control
index 5ea9558..b433cdd 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-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
libaccounts-glib-dev (>= 1.23),
libglib2.0-dev,
pkg-config,
diff --git a/debian/rules b/debian/rules
index 21783bd..5a5e6b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,3 @@ override_dh_auto_clean:
%:
dh $@
-
-override_dh_missing:
- dh_missing --fail-missing
More information about the Neon-commits
mailing list