summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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