diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-03-23 01:13:27 +0000 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-03-23 01:13:27 +0000 | 
| commit | cae02606156b6b4fac29aac6c2f4d579eadb77a6 (patch) | |
| tree | 46e53c7ac0d3e47caed4ec30ed99b5387e4fea72 | |
| parent | 75285b1c7340663b4e9b848b385ea50ebe3eac06 (diff) | |
| download | wavemon-cae02606156b6b4fac29aac6c2f4d579eadb77a6.tar.gz | |
d/{control,rules}: Switch from dh-autoreconf to autotools-dev
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | 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 <jmccrohan@gmail.com>  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 <jmccrohan@gmail.com> -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  | 
