From 8beb6e7bce264735a8d11eef188b9a8ca2c112ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 28 Jul 2017 09:52:38 +0200 Subject: Drop defaults when using dh compat 10 --- debian/changelog | 5 +++++ debian/control | 2 -- debian/rules | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3dd0033..fbc9356 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,11 @@ sane-backends (1.0.27-1~experimental2) UNRELEASED; urgency=medium * Use the hwdb+udev format (Closes: #869244): - debian/rules: Change override_dh_installudev-arch. - New file libsane1.dirs for /lib/udev/hwdb.d/. + * Drop both dh-autoreconf/dh-systemd from both build-depends + and dh --with arguments because this is all defaults when + using dh compat 10. + * Drop --parallel from dh because this is default when using + dh compat 10. -- Jörg Frings-Fürst Sat, 15 Jul 2017 11:31:34 +0200 diff --git a/debian/control b/debian/control index 46f1287..f165261 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,9 @@ Priority: optional Maintainer: Jörg Frings-Fürst Standards-Version: 4.0.0 Build-Depends: - autotools-dev, autoconf, chrpath, debhelper (>= 10), - dh-systemd, gettext, libavahi-client-dev, libcam-dev [kfreebsd-any], diff --git a/debian/rules b/debian/rules index 417efe3..df29cd3 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) endif %: - dh $@ --parallel --with autotools_dev,systemd + dh $@ override_dh_auto_configure: autoconf -- cgit v1.2.3