From b094b1159f3621d57ce18cd23db45a870040ea70 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 12 Jul 2015 16:15:13 -0400 Subject: [PATCH] use autogen.sh directly instead of relying on dh_autoreconf to guess the right thing. --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 1ae2b4d..2508f3c 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,7 @@ export DH_OPTIONS += --dbg-package=libpsl0-dbg dh $@ --with autoreconf override_dh_autoreconf: - gtkdocize - dh_autoreconf + dh_autoreconf ./autogen.sh override_dh_auto_configure: dh_auto_configure -- \