summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 949b8d6..06df4ae 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), autoconf, libmowgli-dev (>= 0.7.0), pkg-config
+Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1), dh-autoreconf, autoconf, libmowgli-dev (>= 0.7.0), pkg-config
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 895fe22..c1ce44b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,10 @@ export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+export ACLOCAL := aclocal -I m4
+
%:
- dh $@ --with=autotools-dev
+ dh $@ --with=autotools-dev --with=autoreconf
override_dh_clean:
[ ! -f buildsys.mk ] || $(MAKE) distclean