summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2012-04-02 15:09:36 +0200
committerAndrew Shadura <bugzilla@tut.by>2012-04-02 15:09:36 +0200
commitaa7b80f293a7c70bd1e0dc42a1c9e6cf4e86f8af (patch)
tree380be5d2280e915077001c2e40276d80a3e4bda3
parente025bd8704c3c8d30ef7b6e926e3c5c5a1bd6895 (diff)
don't use autotools-dev, we have dh-autoreconf
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
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 <bugzilla@tut.by>
-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