From 4a30839e8e94f934d5c792be9c56b6cc628b721e Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Thu, 26 Nov 2015 22:56:49 +0000 Subject: conntrack-tools: tidy up debian/rules to avoid deprecated warnings Tidy up debian/rules to avoid some deprecated warnings from calling older routines. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 11a1b34..8f72371 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,7 @@ install: debian/stamp-install debian/stamp-install: debian/stamp-build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) DESTDIR=`pwd`/debian/tmp install @@ -71,7 +71,7 @@ binary-arch: build install dh_compress -a dh_fixperms -a dh_installdeb -a - dh_shlibdeps -av + dh_shlibdeps -a if [ -f "../.VYOS_DEV_BUILD" ]; then \ dh_gencontrol -- -v999.dev; \ else \ -- cgit v1.2.3