diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | 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 <debian@jff-webhosting.net> 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 <debian@jff-webhosting.net> 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 |