[med-svn] [Git][med-team/libsbml][master] d/rules: skip tests on i386 due to "test_perl_binding" failing
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Fri May 3 15:30:33 BST 2024
Michael R. Crusoe pushed to branch master at Debian Med / libsbml
Commits:
3a727d2e by Michael R. Crusoe at 2024-05-03T16:25:37+02:00
d/rules: skip tests on i386 due to "test_perl_binding" failing
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libsbml (5.20.2+dfsg-6) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: skip tests on i386 due to "test_perl_binding" failing.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Fri, 03 May 2024 16:23:53 +0200
+
libsbml (5.20.2+dfsg-5) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -80,6 +80,11 @@ endif
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_OPTS)
+ifneq (,$(filter $(DEB_HOST_ARCH), i386))
+override_dh_auto_install:
+ echo Skipping tests on i386
+endif
+
execute_after_dh_auto_install:
ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
sed 's#formatted/##g' docs/index.html.in > $(debtmp)/usr/share/libsbml/docs/index.html
View it on GitLab: https://salsa.debian.org/med-team/libsbml/-/commit/3a727d2ed30ea71e187d1c560643b627efdaf0c6
--
View it on GitLab: https://salsa.debian.org/med-team/libsbml/-/commit/3a727d2ed30ea71e187d1c560643b627efdaf0c6
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/20240503/9f2296b7/attachment-0001.htm>
More information about the debian-med-commit
mailing list