[neon/3rdparty/libnova/Neon/release] debian: Drop unnecessary dependency on dh-autoreconf.
Debian Janitor
null at kde.org
Thu Sep 8 16:57:39 BST 2022
Git commit 779c2bc08a4c8dc2d7f502788f84f2c97e439ac8 by Debian Janitor.
Committed on 27/06/2020 at 11:41.
Pushed by jriddell into branch 'Neon/release'.
Drop unnecessary dependency on dh-autoreconf.
Fixes: lintian: useless-autoreconf-build-depends
See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html
M +1 -0 debian/changelog
M +1 -1 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/3rdparty/libnova/commit/779c2bc08a4c8dc2d7f502788f84f2c97e439ac8
diff --git a/debian/changelog b/debian/changelog
index 6660d9c..cdbcbe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libnova (0.16-5) UNRELEASED; urgency=low
dh_install --list-missing.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Repository.
+ * Drop unnecessary dependency on dh-autoreconf.
-- Debian Janitor <janitor at jelmer.uk> Sat, 27 Jun 2020 11:37:53 -0000
diff --git a/debian/control b/debian/control
index 46c9da7..eb9c2eb 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-compat (= 12), dh-autoreconf
+Build-Depends: autotools-dev, debhelper-compat (= 12)
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 8b392c8..50aad1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_test:
dh_auto_test
More information about the Neon-commits
mailing list