Michael R. Crusoe pushed to branch master at Debian Med / edflib
Commits: 27392efa by Helmut Grohne at 2024-04-29T13:11:35+02:00 Express little-endian constraint via Build-Depends. (Closes: #1070046) Co-authored-by: Michael R. Crusoe <[email protected]> - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +edflib (1.25-2) UNRELEASED; urgency=medium + + * Team upload. + + [ Helmut Grohne ] + * Express little-endian constraint via Build-Depends. (Closes: #1070046) + + -- Michael R. Crusoe <[email protected]> Mon, 29 Apr 2024 13:05:27 +0200 + edflib (1.25-1) unstable; urgency=medium * New upstream version 1.25 ===================================== debian/control ===================================== @@ -4,7 +4,8 @@ Uploaders: Andreas Tille <[email protected]>, Étienne Mollier <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 13), +Build-Depends: architecture-is-little-endian, + debhelper-compat (= 13), cmake, d-shlibs Standards-Version: 4.6.2 ===================================== debian/rules ===================================== @@ -8,10 +8,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@ --buildsystem=cmake override_dh_auto_configure: -ifeq ($(DEB_HOST_ARCH_ENDIAN),big) - @ echo "E: edflib doesn't support big endian systems, bailing out!" - @ exit 1 -endif dh_auto_configure -- -DEDFLIB_INSTALL_PATH=lib/${DEB_HOST_MULTIARCH} View it on GitLab: https://salsa.debian.org/med-team/edflib/-/commit/27392efa1cf33ff1b1ac911cde1860d0dac2d502 -- View it on GitLab: https://salsa.debian.org/med-team/edflib/-/commit/27392efa1cf33ff1b1ac911cde1860d0dac2d502 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
