From 5a6588a59625de0583ae082c2120c564f7c7bd7d Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 27 Jan 2014 23:21:14 +0000 Subject: d/control: Build-Depends on dh-autoreconf rather than autotools-dev --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6e20147..1752111 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ wavemon (0.7.6-1) UNRELEASED; urgency=low * d/patches: Drop 01-Allow-buildflags-to-be-overridden.patch; applied upstream, rename 02-remove-extra-copyright-file.patch as 01-remove-extra-copyright-file.patch + * d/control: Build-Depends on dh-autoreconf rather than autotools-dev -- Jonathan McCrohan Tue, 18 Dec 2012 22:37:17 +0000 diff --git a/debian/control b/debian/control index 4bb6d91..e42dd12 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wavemon Section: net Priority: extra Maintainer: Jonathan McCrohan -Build-Depends: autotools-dev, libncurses5-dev, +Build-Depends: dh-autoreconf, libncurses5-dev, debhelper (>= 9), linux-libc-dev Standards-Version: 3.9.5 Homepage: http://www.erg.abdn.ac.uk/ergcms/wavemon/ diff --git a/debian/rules b/debian/rules index dcf6189..dd9063b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with autotools_dev + dh $@ --with autoreconf -- cgit v1.2.3