rules 316 Bytes
Newer Older
1
2
3
4
#!/usr/bin/make -f

export V=1

5
6
7
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
LIB_DIR := /usr/lib/$(DEB_HOST_MULTIARCH)

8
%:
9
	dh $@ --with autoreconf
10
11

override_dh_auto_configure:
12
13
	dh_auto_configure -- --disable-libipq --enable-devel \
			--libdir=$(LIB_DIR) --with-xtlibdir=$(LIB_DIR)/xtables