From 86381cd50265c0c3fa52431c291512101105d488 Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Wed, 28 Sep 2016 21:27:32 +0200 Subject: [PATCH] migrate to dh short notation --- debian/control | 4 ++-- debian/rules | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 814160b..abe3930 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: knockd Section: net Priority: optional -Maintainer: Leo Costela -Build-Depends: debhelper (>= 7), cdbs (>= 0.4.10), autotools-dev, libpcap0.8-dev +Maintainer: Leo Antunes +Build-Depends: debhelper (>= 9.20160709~), autotools-dev, libpcap0.8-dev Standards-Version: 3.9.8 Homepage: http://www.zeroflux.org/projects/knock diff --git a/debian/rules b/debian/rules index c3a47a1..1daea17 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,5 @@ #!/usr/bin/make -f -# export DH_VERBOSE=1 - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk -include /usr/share/cdbs/1/class/autotools.mk - -binary-predeb/knockd:: - chmod 640 $(CURDIR)/debian/knockd/etc/knockd.conf +%: + dh $@ --with autotools-dev