[neon/3rdparty/libnova/Neon/release] debian: Bump debhelper from deprecated 9 to 12.
Debian Janitor
null at kde.org
Thu Sep 8 16:57:39 BST 2022
Git commit 2e7f3000d10273b18eea4a8f5c19f4f8bb96ada4 by Debian Janitor.
Committed on 27/06/2020 at 11:38.
Pushed by jriddell into branch 'Neon/release'.
Bump debhelper from deprecated 9 to 12.
+ debian/rules: Rely on default use of dh_missing rather than using dh_install --list-missing.
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
M +3 -0 debian/changelog
M +1 -1 debian/compat
M +1 -1 debian/control
M +0 -3 debian/rules
https://invent.kde.org/neon/3rdparty/libnova/commit/2e7f3000d10273b18eea4a8f5c19f4f8bb96ada4
diff --git a/debian/changelog b/debian/changelog
index 3f9513d..db94b19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
libnova (0.16-5) UNRELEASED; urgency=low
* Trim trailing whitespace.
+ * Bump debhelper from deprecated 9 to 12.
+ + debian/rules: Rely on default use of dh_missing rather than using
+ dh_install --list-missing.
-- Debian Janitor <janitor at jelmer.uk> Sat, 27 Jun 2020 11:37:53 -0000
diff --git a/debian/compat b/debian/compat
index ec63514..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+12
diff --git a/debian/control b/debian/control
index d85065c..eabb421 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 (>= 9), dh-autoreconf
+Build-Depends: autotools-dev, debhelper (>= 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/
diff --git a/debian/rules b/debian/rules
index e3908cc..8b392c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,3 @@ override_dh_auto_install:
dh_auto_install
# no libtool .la files, please
find debian/tmp -name '*.la' -type f -exec rm --verbose {} \;
-
-override_dh_install:
- dh_install --list-missing
More information about the Neon-commits
mailing list