[med-svn] [Git][med-team/libsbml][master] d/rules: correct test skipping logic for i386.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sat May 4 06:58:00 BST 2024
Michael R. Crusoe pushed to branch master at Debian Med / libsbml
Commits:
92866690 by Michael R. Crusoe at 2024-05-04T07:55:32+02:00
d/rules: correct test skipping logic for i386.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libsbml (5.20.2+dfsg-7) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: correct test skipping logic for i386.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Sat, 04 May 2024 07:55:25 +0200
+
libsbml (5.20.2+dfsg-6) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -80,8 +80,8 @@ endif
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_OPTS)
-ifneq (,$(filter $(DEB_HOST_ARCH), i386))
-override_dh_auto_install:
+ifeq "$(DEB_HOST_ARCH)" "i386"
+override_dh_auto_test:
echo Skipping tests on i386
endif
View it on GitLab: https://salsa.debian.org/med-team/libsbml/-/commit/928666901e570ffd3ff3c5f15982ee9b4554be3c
--
View it on GitLab: https://salsa.debian.org/med-team/libsbml/-/commit/928666901e570ffd3ff3c5f15982ee9b4554be3c
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/20240504/db2c038b/attachment-0001.htm>
More information about the debian-med-commit
mailing list