From 55678b4c15ea873694d959e0d68114993093e9e2 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 6 Oct 2013 13:15:39 +0100 Subject: [PATCH] Use dh-autoreconf to rebuild autoconf artifacts --- debian/control | 2 +- debian/rules | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index a387bf9..4e21b7a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Jonathan McDowell Uploaders: Ross Burton -Build-Depends: debhelper (>= 7), libdb-dev, nettle-dev, libcurl4-gnutls-dev | libcurl-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, libdb-dev, nettle-dev, libcurl4-gnutls-dev | libcurl-dev Standards-Version: 3.9.4.0 Homepage: http://www.earth.li/projectpurple/progs/onak.html Vcs-Browser: http://the.earth.li/gitweb/?p=onak.git;a=summary diff --git a/debian/rules b/debian/rules index acf47b1..4c1e6dd 100755 --- a/debian/rules +++ b/debian/rules @@ -5,12 +5,4 @@ DEB_CONFIGURE_EXTRA_FLAGS += --enable-backend=dynamic CFLAGS += -std=gnu99 %: - dh "$@" - -override_dh_clean: - rm -f config.log configure config.h.in aclocal.m4 - dh_clean - -override_dh_auto_configure: - autoreconf - dh_auto_configure -- ${DEB_CONFIGURE_EXTRA_FLAGS} + dh "$@" --with autoreconf -- 2.39.2