Source: sdop
Version: 0.80-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

sdop fails to cross build from source, because it fails running tests
even when DEB_BUILD_OPTIONS contains nocheck. The easiest way to make it
honour DEB_BUILD_OPTIONS=nocheck is to run the test suite through
dh_auto_test. Please consider applying the attached patch.

Helmut
diff --minimal -Nru sdop-0.80/debian/changelog sdop-0.80/debian/changelog
--- sdop-0.80/debian/changelog  2014-09-28 13:52:03.000000000 +0200
+++ sdop-0.80/debian/changelog  2017-12-08 21:03:43.000000000 +0100
@@ -1,3 +1,10 @@
+sdop (0.80-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Honour DEB_BUILD_OPTIONS=nocheck. Closes: #-1
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 08 Dec 2017 21:03:43 +0100
+
 sdop (0.80-2) unstable; urgency=medium
 
   * Build with -Wall.
diff --minimal -Nru sdop-0.80/debian/rules sdop-0.80/debian/rules
--- sdop-0.80/debian/rules      2014-09-28 13:44:24.000000000 +0200
+++ sdop-0.80/debian/rules      2017-12-08 21:03:42.000000000 +0100
@@ -6,7 +6,7 @@
        $(MAKE) FULLECHO=''
 
 override_dh_auto_test:
-       $(MAKE) FULLECHO='' test
+       dh_auto_test -- FULLECHO=''
 
 override_dh_auto_install:
        dh_auto_install -- FULLECHO='' 

Reply via email to