Source: hippomocks
Version: 5.0-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

hippomocks fails to cross build from source, because it fails running
tests with an Exec format error when tests are disabled by
DEB_BUILD_OPTIONS=nocheck. The attached patch implements support for the
nocheck option. Please consider applying it.

Helmut
diff --minimal -Nru hippomocks-5.0/debian/changelog 
hippomocks-5.0/debian/changelog
--- hippomocks-5.0/debian/changelog     2018-01-23 10:09:04.000000000 +0100
+++ hippomocks-5.0/debian/changelog     2019-04-30 21:44:32.000000000 +0200
@@ -1,3 +1,10 @@
+hippomocks (5.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 30 Apr 2019 21:44:32 +0200
+
 hippomocks (5.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #826582)
diff --minimal -Nru hippomocks-5.0/debian/rules hippomocks-5.0/debian/rules
--- hippomocks-5.0/debian/rules 2016-05-24 11:58:23.000000000 +0200
+++ hippomocks-5.0/debian/rules 2019-04-30 21:44:27.000000000 +0200
@@ -4,3 +4,5 @@
 
 %:
        dh $@
+
+override_dh_auto_build:

Reply via email to