From: Daniel Salzman Date: Thu, 14 Sep 2023 10:38:22 +0000 (+0200) Subject: distro/deb: remove redundant and move exclude from general to specific command X-Git-Tag: v3.4.0~309^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79db756fef4e08dd05ef85c0da7cb520195cea10;p=thirdparty%2Fknot-dns.git distro/deb: remove redundant and move exclude from general to specific command --- diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules index 82cc34b993..c5c81d0fbe 100755 --- a/distro/pkg/deb/rules +++ b/distro/pkg/deb/rules @@ -36,11 +36,9 @@ BASE_VERSION := $(shell echo $(DEB_VERSION) | sed 's/^\([^.]\+\.[^.]\+\).*/\1/') # invocation due to bug in dh-python's plugin_pyproject.py wheel unpack export PYBUILD_SYSTEM = distutils - %: dh $@ \ - --exclude=.la --exclude=example.com.zone \ - --with python3 + --with python3 override_dh_auto_configure: dh_auto_configure -- \ @@ -95,7 +93,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) endif override_dh_missing: - dh_missing --fail-missing + dh_missing --exclude=.la --fail-missing override_dh_installchangelogs: dh_installchangelogs NEWS