Bug#883114: admesh FTCBFS: fails running test suite despite DEB_BUILD_OPTIONS=nocheck

Helmut Grohne helmut at subdivi.de
Wed Nov 29 20:31:10 UTC 2017


Source: admesh
Version: 0.98.3-2
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap

admesh fails to cross build from source, because it fails running its
test suite even though the build was performed with
DEB_BUILD_OPTIONS=nocheck. After honouring the option, admesh cross
builds successfully. Please consider applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru admesh-0.98.3/debian/changelog admesh-0.98.3/debian/changelog
--- admesh-0.98.3/debian/changelog	2017-11-25 14:16:13.000000000 +0100
+++ admesh-0.98.3/debian/changelog	2017-11-29 21:27:57.000000000 +0100
@@ -1,3 +1,10 @@
+admesh (0.98.3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Wed, 29 Nov 2017 21:27:57 +0100
+
 admesh (0.98.3-2) unstable; urgency=medium
 
   [ Graham Inggs ]
diff --minimal -Nru admesh-0.98.3/debian/rules admesh-0.98.3/debian/rules
--- admesh-0.98.3/debian/rules	2017-11-25 14:13:59.000000000 +0100
+++ admesh-0.98.3/debian/rules	2017-11-29 21:27:57.000000000 +0100
@@ -5,5 +5,7 @@
 %:
 	dh $@ --with autoreconf
 
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 override_dh_auto_test:
 	./debian/regression_test/regression_test
+endif


More information about the debian-science-maintainers mailing list