summaryrefslogtreecommitdiff
path: root/debian/rules
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 /debian/rules
parente025bd8704c3c8d30ef7b6e926e3c5c5a1bd6895 (diff)
don't use autotools-dev, we have dh-autoreconf
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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