[med-svn] [Git][med-team/libdeflate][master] skip dh_install man if we are skipping help2man
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sat Mar 23 15:45:28 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / libdeflate
Commits:
285239f1 by Michael R. Crusoe at 2024-03-23T16:43:52+01:00
skip dh_install man if we are skipping help2man
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -32,7 +32,7 @@ execute_after_dh_install:
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so
ifeq ($(filter nodoc cross,$(DEB_BUILD_PROFILES)),)
-execute_before_dh_installman:
+override_dh_installman:
LD_LIBRARY_PATH=$(CURDIR)/debian/libdeflate0/usr/lib/$(DEB_HOST_MULTIARCH) \
help2man --no-info --help-option=-h --version-option=-V \
-n "Compress the specified FILEs" \
@@ -41,4 +41,5 @@ execute_before_dh_installman:
help2man --no-info --help-option=-h --version-option=-V \
-n "Decompress the specified FILEs" \
debian/libdeflate-tools/usr/bin/libdeflate-gunzip --output debian/libdeflate-gunzip.1
+ dh_installman
endif
View it on GitLab: https://salsa.debian.org/med-team/libdeflate/-/commit/285239f1deb859495789b0404060b17d7a35d41a
--
View it on GitLab: https://salsa.debian.org/med-team/libdeflate/-/commit/285239f1deb859495789b0404060b17d7a35d41a
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/20240323/ac036362/attachment.htm>
More information about the debian-med-commit
mailing list