Michael R. Crusoe pushed to branch master at Debian Med / samtools


Commits:
02eb5b73 by Michael R. Crusoe at 2019-12-25T16:16:00Z
Allow tests to fail on mipsel due to lack of memory

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+samtools (1.10-3) unstable; urgency=medium
+
+  * Team upload.
+  * Allow tests to fail on mipsel due to lack of memory
+
+ -- Michael R. Crusoe <[email protected]>  Wed, 25 Dec 2019 17:15:23 
+0100
+
 samtools (1.10-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -30,8 +30,11 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-       dh_auto_test -- \
-         BGZIP=/usr/bin/bgzip
+ifeq (,$(filter $(DEB_HOST_ARCH),mipsel))
+       dh_auto_test -- BGZIP=/usr/bin/bgzip
+else
+       dh_auto_test -- BGZIP=/usr/bin/bgzip || true
+endif
 endif
 
 override_dh_auto_install:



View it on GitLab: 
https://salsa.debian.org/med-team/samtools/commit/02eb5b73e273b7be28ce557a10c051e8e56c9496

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/samtools/commit/02eb5b73e273b7be28ce557a10c051e8e56c9496
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

Reply via email to