Unverified Commit d3d04fb0 authored by Debian Janitor's avatar Debian Janitor
Browse files

Drop unnecessary dependency on dh-autoreconf.

Fixes lintian: useless-autoreconf-build-depends
See https://lintian.debian.org/tags/useless-autoreconf-build-depends.html for more details.
parent d7e58435
...@@ -9,7 +9,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ...@@ -9,7 +9,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
LIB_DIR := /usr/lib/$(DEB_HOST_MULTIARCH) LIB_DIR := /usr/lib/$(DEB_HOST_MULTIARCH)
%: %:
dh $@ --with autoreconf dh $@
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- --disable-libipq --enable-devel \ dh_auto_configure -- --disable-libipq --enable-devel \
......
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