[med-svn] [Git][med-team/libdeflate][master] d/rules: skip making manpages if we are cross-building.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sat Mar 23 15:36:29 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / libdeflate
Commits:
85004de6 by Michael R. Crusoe at 2024-03-23T16:36:07+01:00
d/rules: skip making manpages if we are cross-building.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libdeflate (1.20-2) UNRELEASED; urgency=medium
+
+ * d/rules: skip making manpages if we are cross-building.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Sat, 23 Mar 2024 16:36:01 +0100
+
libdeflate (1.20-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
zlib1g-dev <!nocheck>,
python3 <!nocheck>,
xxd <!nocheck>,
- help2man <!nodoc>
+ help2man <!nodoc> <!cross>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/libdeflate
Vcs-Git: https://salsa.debian.org/med-team/libdeflate.git
=====================================
debian/rules
=====================================
@@ -31,7 +31,7 @@ execute_after_dh_install:
--movedev "debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake" usr/lib/$(DEB_HOST_MULTIARCH)/ \
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so
-ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifeq ($(filter nodoc cross,$(DEB_BUILD_PROFILES)),)
execute_before_dh_installman:
LD_LIBRARY_PATH=$(CURDIR)/debian/libdeflate0/usr/lib/$(DEB_HOST_MULTIARCH) \
help2man --no-info --help-option=-h --version-option=-V \
View it on GitLab: https://salsa.debian.org/med-team/libdeflate/-/commit/85004de63d8e10efea78fdbbc1573eb9be799290
--
View it on GitLab: https://salsa.debian.org/med-team/libdeflate/-/commit/85004de63d8e10efea78fdbbc1573eb9be799290
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/bdc9d033/attachment-0001.htm>
More information about the debian-med-commit
mailing list