Source: scalc
Version: 0.2.4-5
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

scalc fails to cross build from source, because it fails running tests
in the presence of DEB_BUILD_OPTIONS=nocheck. In its absence, it
actually runs the tests twice: Once via override_dh_auto_build and once
via dh_auto_test. We can safely remove the former invocation and thus
make scalc cross buildable. Please consider applying the attached patch.

Helmut
diff --minimal -Nru scalc-0.2.4/debian/changelog scalc-0.2.4/debian/changelog
--- scalc-0.2.4/debian/changelog        2017-08-16 20:36:18.000000000 +0200
+++ scalc-0.2.4/debian/changelog        2019-05-27 22:05:29.000000000 +0200
@@ -1,3 +1,10 @@
+scalc (0.2.4-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Run test suite once via dh_auto_test. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 27 May 2019 22:05:29 +0200
+
 scalc (0.2.4-5) unstable; urgency=low
 
   * Gratefully acknowledge Julien Cristau's NMU
diff --minimal -Nru scalc-0.2.4/debian/rules scalc-0.2.4/debian/rules
--- scalc-0.2.4/debian/rules    2017-08-16 20:17:50.000000000 +0200
+++ scalc-0.2.4/debian/rules    2019-05-27 22:05:28.000000000 +0200
@@ -17,5 +17,4 @@
 
 override_dh_auto_build:
        dh_auto_build
-       make check
        doxygen

Reply via email to