Commit 95cf06b8 authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

d/rules: cleanup file



No need to use variables.
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
parent 71cc353b
......@@ -5,17 +5,9 @@ export V=1
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
LIB_DIR := /usr/lib/$(DEB_HOST_MULTIARCH)
_dhopts := --with autoreconf
_configure := \
--disable-libipq \
--enable-devel \
--libdir=$(LIB_DIR) \
--with-xtlibdir=$(LIB_DIR)/xtables
%:
dh $@ $(_dhopts)
dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- $(_configure)
dh_auto_configure -- --disable-libipq --enable-devel \
--libdir=$(LIB_DIR) --with-xtlibdir=$(LIB_DIR)/xtables
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment