1
0
mirror of synced 2026-05-05 15:53:45 +00:00

Check $DEB_BUILD_OPTIONS and $DEB_BUILD_PROFILES in override_dh_auto_test

Fixes lintian warning
override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS.
This commit is contained in:
Axel Beckert
2019-02-03 19:40:11 +01:00
parent 0a351b4dfb
commit 647efb0e12
2 changed files with 4 additions and 0 deletions

2
debian/rules vendored
View File

@@ -6,7 +6,9 @@
dh $@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
$(MAKE) non-author-test
endif
override_dh_installchangelogs:
dh_installchangelogs NEWS.markdown