From 26d8a346389e62e7ab0f1d560b1b04a251e6a4f1 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Wed, 13 May 2015 08:56:30 +0200 Subject: [PATCH] debian: use dh-autoreconf --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 064b29a..929edd8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: optional Maintainer: Marc Singer Build-Depends: debhelper (>= 9), autotools-dev, binutils, - libssl-dev, libpam0g-dev, zlib1g-dev + libssl-dev, libpam0g-dev, zlib1g-dev, dh-autoreconf Standards-Version: 3.9.6 Homepage: http://shellinabox.com Vcs-Git: https://github.com/shellinabox/shellinabox/ diff --git a/debian/rules b/debian/rules index e6a9eb0..efe3e42 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autotools-dev + dh $@ --with autotools-dev,autoreconf # elf-2012.04.10: Since Debian manages package dependencies we can # force linkage of ssl s.t. the dependency is properly kept