From be7c9f18ebaaeaf8743f22f90c3e29918794846f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 9 Jul 2015 10:17:45 -0400 Subject: [PATCH] move from autotools-dev to dh_autoreconf --- 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 1aee68b..5b56147 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libpsl (0.7.1-1) unstable; urgency=medium * New upstream release. + * switch from autotools-dev to dh_autoreconf -- Daniel Kahn Gillmor Thu, 09 Jul 2015 10:06:59 -0400 diff --git a/debian/control b/debian/control index ef1b3f2..d7f02ab 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Maintainer: Tim Rühsen Uploaders: Daniel Kahn Gillmor Build-Depends: automake, - autotools-dev, debhelper (>=9), + dh-autoreconf, gtk-doc-tools, help2man, libicu-dev, diff --git a/debian/rules b/debian/rules index 8111823..e126b15 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DH_OPTIONS += --dbg-package=libpsl0-dbg %: - dh $@ --with autotools-dev + dh $@ --with autoreconf override_dh_auto_configure: ./autogen.sh