From 3464b33051c49d69f96d15f3691f13d048bd8abb Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Tue, 21 Oct 2014 10:21:03 +0200 Subject: [PATCH] Add dh-autoreconf to Build-Depends. --- 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 fe4a986..266b0ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ eweouz (0.9) UNRELEASED; urgency=medium * Switch Depends to emacs | emacsen instead of hard coding version numbers. Closes: #754010 + * Add dh-autoreconf to Build-Depends. -- Tollef Fog Heen Tue, 21 Oct 2014 10:05:38 +0200 diff --git a/debian/control b/debian/control index 91c46c8..cac0ce2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: eweouz Section: mail Priority: optional Maintainer: Tollef Fog Heen -Build-Depends: debhelper (>= 9), autotools-dev, emacs | emacsen, libedataserver1.2-dev, libebook1.2-dev, libglib2.0-dev +Build-Depends: debhelper (>= 9), autotools-dev, emacs | emacsen, libedataserver1.2-dev, libebook1.2-dev, libglib2.0-dev, dh-autoreconf Standards-Version: 3.8.4 Package: eweouz diff --git a/debian/rules b/debian/rules index 9229ad9..f6e384b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # -*- makefile -*- %: - dh $@ --builddirectory=build --parallel + dh $@ --builddirectory=build --parallel --with=autoreconf override_dh_auto_configure: dh_auto_configure --builddirectory=build --parallel -- \ -- 2.39.2