From cae02606156b6b4fac29aac6c2f4d579eadb77a6 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 23 Mar 2014 01:13:27 +0000 Subject: d/{control,rules}: Switch from dh-autoreconf to autotools-dev --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ec63c6d..197927c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ wavemon (0.7.6-2) UNRELEASED; urgency=medium * d/patches: Drop 01-remove-extra-copyright-file.patch; replace with 01-patch-makefile.in-to-not-install-docs.patch - Add d/wavemon.docs to manually install docs (Closes: #736932) + * d/{control,rules}: Switch from dh-autoreconf to autotools-dev + - Fixes FTBFS on Ubuntu arm64 -- Jonathan McCrohan Sat, 22 Mar 2014 17:17:45 +0000 diff --git a/debian/control b/debian/control index e42dd12..4bb6d91 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wavemon Section: net Priority: extra Maintainer: Jonathan McCrohan -Build-Depends: dh-autoreconf, libncurses5-dev, +Build-Depends: autotools-dev, 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 7354e00..14f6997 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export DEB_CFLAGS_MAINT_APPEND=-pthread %: - dh $@ --with autoreconf + dh $@ --with autotools_dev -- cgit v1.2.3