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:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user