From: Martin Winter Date: Tue, 6 Mar 2018 16:47:42 +0000 (-0800) Subject: debianpkg: Fix - need to always run dh_gencontrol X-Git-Tag: frr-5.0-dev~148^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=89073ff1afb0cdd79ae0aa7bad1af3542ebe84f8;p=mirror%2Ffrr.git debianpkg: Fix - need to always run dh_gencontrol Signed-off-by: Martin Winter --- diff --git a/debianpkg/backports/ubuntu14.04/debian/rules b/debianpkg/backports/ubuntu14.04/debian/rules index 721327c0d2..f7b9428658 100755 --- a/debianpkg/backports/ubuntu14.04/debian/rules +++ b/debianpkg/backports/ubuntu14.04/debian/rules @@ -122,6 +122,8 @@ endif override_dh_gencontrol: ifeq ($(WANT_RPKI), 1) dh_gencontrol -- -Vdist:Depends="librtr0 (>= 0.5)" +else + dh_gencontrol endif override_dh_auto_configure: diff --git a/debianpkg/rules b/debianpkg/rules index c0fca96d79..0f2f4ebe16 100755 --- a/debianpkg/rules +++ b/debianpkg/rules @@ -122,6 +122,8 @@ endif override_dh_gencontrol: ifeq ($(WANT_RPKI), 1) dh_gencontrol -- -Vdist:Depends="librtr0 (>= 0.5)" +else + dh_gencontrol endif override_dh_auto_configure: