From: Ondřej Surý Date: Mon, 1 Jun 2020 06:41:00 +0000 (+0200) Subject: Bump the dh_compat to 10 X-Git-Tag: debian/frr-8.4.1-1~15^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5cb2b3c6f2fdadf8956349497b0544c3c5703544;p=mirror%2Ffrr.git Bump the dh_compat to 10 --- diff --git a/debian/compat b/debian/compat index ec635144f6..f599e28b8a 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 1fd16378c2..21a7d1d598 100644 --- a/debian/control +++ b/debian/control @@ -5,12 +5,10 @@ Maintainer: David Lamparter Uploaders: FRRouting-dev , Ondřej Surý Build-Depends: - autotools-dev, bison, chrpath, - debhelper (>= 9), + debhelper (>= 9.20150101), debhelper (>= 9.20160709) | dh-systemd , - dh-autoreconf, flex, gawk, install-info, diff --git a/debian/rules b/debian/rules index add7bf1b0e..6b1d9f9ce8 100755 --- a/debian/rules +++ b/debian/rules @@ -22,17 +22,15 @@ else endif ifeq ($(filter pkg.frr.nosystemd,$(DEB_BUILD_PROFILES)),) - DH_WITH_SYSTEMD=systemd, CONF_SYSTEMD=--enable-systemd=yes else - DH_WITH_SYSTEMD= CONF_SYSTEMD=--enable-systemd=no endif export PYTHON=python3 %: - dh $@ -Bbuild --with=$(DH_WITH_SYSTEMD)autoreconf --parallel + dh $@ -Bbuild override_dh_auto_configure: $(shell dpkg-buildflags --export=sh); \