[neon/extras/kstars/Neon/release] debian: bump dh compat to 13
Pino Toscano
null at kde.org
Tue Nov 1 11:10:30 GMT 2022
Git commit 09f81de48c077252e193118b2611ad2913989fad by Pino Toscano.
Committed on 12/09/2021 at 08:03.
Pushed by jriddell into branch 'Neon/release'.
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/extras/kstars/commit/09f81de48c077252e193118b2611ad2913989fad
diff --git a/debian/changelog b/debian/changelog
index e42c1c6..e302cfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ kstars (5:3.5.4-0r1) UNRELEASED; urgency=medium
- upstream_tests-do-not-pass-a-literal-string-as-format-string.patch: drop,
backported from upstream
- skip-fitsdata-test-i386.diff: update
+ * 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> Thu, 14 Jan 2021 11:16:50 +0100
diff --git a/debian/control b/debian/control
index 8d72499..167076f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Pino Toscano <pino at debian.org>, Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake (>= 3.4.0~),
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
extra-cmake-modules (>= 1.7.0~),
gettext,
kinit-dev,
diff --git a/debian/rules b/debian/rules
index 06e2c80..ac4c449 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,5 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
rm -rfv "$(TESTS_HOME)"
endif
-override_dh_missing:
- dh_missing --fail-missing
-
override_dh_gencontrol-indep: l10npkgs_firstversion_ok
dh_gencontrol -i
More information about the Neon-commits
mailing list