[med-svn] [Git][med-team/libics][master] Try harder to do nothing
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Oct 13 14:29:47 BST 2021
Andreas Tille pushed to branch master at Debian Med / libics
Commits:
18d38a07 by Andreas Tille at 2021-10-13T15:29:30+02:00
Try harder to do nothing
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -7,8 +7,11 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
+override_dh_auto_configure-indep:
override_dh_auto_build-indep:
- echo "Do not build anything when just creating doc package"
+override_dh_auto_test-indep:
+override_dh_auto_install-indep:
+ echo "Do not anything when just creating doc package"
override_dh_install-arch:
dh_install -a
@@ -24,6 +27,3 @@ override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
make -j1 check VERBOSE=1
endif
-
-override_dh_auto_test-indep:
- echo "Do not test anything when just creating doc package"
View it on GitLab: https://salsa.debian.org/med-team/libics/-/commit/18d38a0737c7bb093cba67623a13419eca8f8704
--
View it on GitLab: https://salsa.debian.org/med-team/libics/-/commit/18d38a0737c7bb093cba67623a13419eca8f8704
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211013/9e6ca6bd/attachment.htm>
More information about the debian-med-commit
mailing list