Steven Robbins pushed to branch master at Debian Med / minc-tools


Commits:
7159d742 by Steve Robbins at 2022-09-21T01:07:28-05:00
Disable tests on armhf

- - - - -
bddfd7a7 by Steve Robbins at 2022-09-21T01:08:29-05:00
release

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+minc-tools (2.3.00+dfsg-10) unstable; urgency=medium
+
+  [ Steve Robbins ]
+  * [b6810f2] Ignore kdevelop stuff
+  * [7159d74] Disable tests on armhf
+
+ -- Steve M. Robbins <[email protected]>  Wed, 21 Sep 2022 01:07:47 -0500
+
 minc-tools (2.3.00+dfsg-9) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -6,7 +6,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture 
-qDEB_HOST_MULTIARCH)
 CMAKE_FLAGS =
 
 
-# Tests are buggy; disable test on sparc
+# Tests are buggy; disable test on armhf, sparc
+ifeq ($(ARCH),armhf)
+       DEB_BUILD_OPTIONS += nocheck
+endif
 ifeq ($(ARCH),sparc)
        DEB_BUILD_OPTIONS += nocheck
 endif



View it on GitLab: 
https://salsa.debian.org/med-team/minc-tools/-/compare/b6810f26ded7e66087b7d15df77be192bdce7d18...bddfd7a7c7e3703c53a6c39fb15fa2700e43015a

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/minc-tools/-/compare/b6810f26ded7e66087b7d15df77be192bdce7d18...bddfd7a7c7e3703c53a6c39fb15fa2700e43015a
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