From aa7b80f293a7c70bd1e0dc42a1c9e6cf4e86f8af Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 2 Apr 2012 15:09:36 +0200 Subject: don't use autotools-dev, we have dh-autoreconf --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 0e09ebd..89cde69 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libmowgli Priority: optional Maintainer: Andrew O. Shadura -Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1), dh-autoreconf +Build-Depends: debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.3 Homepage: http://www.atheme.org/projects/mowgli Vcs-Hg: http://anonscm.debian.org/hg/collab-maint/libmowgli diff --git a/debian/rules b/debian/rules index c1ce44b..dd09dd0 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) export ACLOCAL := aclocal -I m4 %: - dh $@ --with=autotools-dev --with=autoreconf + dh $@ --with=autoreconf override_dh_clean: [ ! -f buildsys.mk ] || $(MAKE) distclean -- cgit v1.2.3