From: Tollef Fog Heen Date: Tue, 21 Oct 2014 08:21:03 +0000 (+0200) Subject: Add dh-autoreconf to Build-Depends. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?p=eweouz;a=commitdiff_plain;h=3464b33051c49d69f96d15f3691f13d048bd8abb Add dh-autoreconf to Build-Depends. --- 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 -- \