[neon/3rdparty/libnova/Neon/release] debian: Set debhelper-compat version in Build-Depends.
Debian Janitor
null at kde.org
Thu Sep 8 16:57:39 BST 2022
Git commit fc4f650185263356ae21cb7350caada04b9bb6f5 by Debian Janitor.
Committed on 27/06/2020 at 11:39.
Pushed by jriddell into branch 'Neon/release'.
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/3rdparty/libnova/commit/fc4f650185263356ae21cb7350caada04b9bb6f5
diff --git a/debian/changelog b/debian/changelog
index db94b19..f113a89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libnova (0.16-5) UNRELEASED; urgency=low
* Bump debhelper from deprecated 9 to 12.
+ debian/rules: Rely on default use of dh_missing rather than using
dh_install --list-missing.
+ * Set debhelper-compat version in Build-Depends.
-- Debian Janitor <janitor at jelmer.uk> Sat, 27 Jun 2020 11:37:53 -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 eabb421..46c9da7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libnova
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Build-Depends: autotools-dev, debhelper (>= 12~), dh-autoreconf
+Build-Depends: autotools-dev, debhelper-compat (= 12), dh-autoreconf
Standards-Version: 3.9.8
Uploaders: Sune Vuorela <sune at debian.org>, Maximiliano Curia <maxy at debian.org>
Homepage: http://libnova.sourceforge.net/
More information about the Neon-commits
mailing list