diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-11-26 22:56:49 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-11-26 22:56:49 +0000 |
commit | 4a30839e8e94f934d5c792be9c56b6cc628b721e (patch) | |
tree | 6b89c6a97a13b4464e242af9658c1c69d97729c3 | |
parent | 3113eb6d737105fb069a2821c4c4b77775db788d (diff) | |
download | conntrack-tools-4a30839e8e94f934d5c792be9c56b6cc628b721e.tar.gz conntrack-tools-4a30839e8e94f934d5c792be9c56b6cc628b721e.zip |
conntrack-tools: tidy up debian/rules to avoid deprecated warnings
Tidy up debian/rules to avoid some deprecated warnings from calling
older routines.
-rwxr-xr-x | debian/rules | 4 |
1 files 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 \ |