[master] 7b33c92 Also remove autoreconf.

Lasse Karstensen lkarsten at varnish-software.com
Wed Dec 10 14:03:03 CET 2014


commit 7b33c927fbc956958a77016a85b1a856bb60c422
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Dec 10 13:55:42 2014 +0100

    Also remove autoreconf.

diff --git a/control b/control
index 88eb6a6..ae870f6 100644
--- a/control
+++ b/control
@@ -11,7 +11,6 @@ Build-Depends:
  automake,
  autotools-dev,
  debhelper (>= 9),
- dh-autoreconf,
  libedit-dev,
  libjemalloc-dev,
  libncurses-dev,
diff --git a/rules b/rules
index 31f6842..386a809 100755
--- a/rules
+++ b/rules
@@ -26,7 +26,7 @@ VMOD_ABI = $(shell printf '\#include "vrt.h"\nvarnishabi- VRT_MAJOR_VERSION . VR
 
 # Main build rule, leave everything to debhelper
 %:
-	dh $@ --parallel with=autoreconf
+	dh $@ --parallel
 
 ifeq (,$(filter test,$(LOCAL_BUILD_OPTIONS)))
 # Disable automated build tests



More information about the varnish-commit mailing list