Source: admesh
Version: 0.98.3-2
Tags: patch
User: helm...@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
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 <hel...@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
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to