[med-svn] [Git][med-team/mia][master] Fix the arch:all build.
Yavor Doganov (@yavor-guest)
gitlab at salsa.debian.org
Mon Aug 3 19:18:19 BST 2026
Yavor Doganov pushed to branch master at Debian Med / mia
Commits:
bdbf4973 by Yavor Doganov at 2026-08-03T21:14:23+03:00
Fix the arch:all build.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -9,6 +9,9 @@ mia (2.4.7-19) unstable; urgency=medium
(Standards-Version): Claim compliance with 4.7.4; no changes needed.
* debian/rules (override_dh_auto_configure): Don't pass
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON; now it's done by default.
+ (override_dh_auto_build-indep): Also run dh_auto_build without
+ arguments; fixes the arch:all build with current cmake.
+ (override_dh_auto_install-indep): Remove; no longer needed.
* debian/libmia-2.4-4.lintian-overrides: Remove exit-in-shared-library;
this tag has been removed in Lintian.
* debian/copyright: Update copyright years for Debian packaging.
=====================================
debian/rules
=====================================
@@ -50,16 +50,12 @@ override_dh_strip:
`pwd`/debian/run_strip
override_dh_auto_build-indep:
+ dh_auto_build
dh_auto_build -- doc
override_dh_auto_build-arch:
dh_auto_build
-override_dh_auto_install-indep:
- # Install process expects some files that are not built in arch all builds
- dh_auto_install -i || true
- find debian/*/usr/share/doc -name CMakeLists.txt -delete
-
override_dh_shlibdeps:
dh_shlibdeps -- $(shell find debian/libmia-2.4-4/ -name "*.mia")
View it on GitLab: https://salsa.debian.org/med-team/mia/-/commit/bdbf4973f5c4225ad71708b1c5bbba9e64bd4d16
--
View it on GitLab: https://salsa.debian.org/med-team/mia/-/commit/bdbf4973f5c4225ad71708b1c5bbba9e64bd4d16
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260803/c97b190d/attachment-0001.htm>
More information about the debian-med-commit
mailing list