[med-svn] [Git][med-team/edflib][master] Express little-endian constraint via Build-Depends. (Closes: #1070046)
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Mon Apr 29 12:12:21 BST 2024
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 <crusoe at debian.org>
- - - - -
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 <crusoe at debian.org> 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 <tille at debian.org>,
Étienne Mollier <emollier at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240429/ce603b9f/attachment-0001.htm>
More information about the debian-med-commit
mailing list