Your message dated Thu, 18 Jan 2018 11:17:14 +0100
with message-id
<caoksjbjlnn3dj1yt8ktt_j5qzpy_vsq5-_3m8jx5n6jcgwp...@mail.gmail.com>
and subject line
has caused the Debian Bug report #860752,
regarding libnftnl: Please honour DEB_BUILD_OPTIONS=nocheck
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
860752: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860752
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libnftnl
Version: Please honour DEB_BUILD_OPTIONS=nocheck
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: riscv64
Hello,
The workaround for the tests overriding dh_auto_test in debian/rules means that
DEB_BUILD_OPTIONS=nocheck is not honoured.
It would be great if you could fix this, either not overriding dh_auto_test (if
the issue is fixed now) or by surrounding the check with something like the
attached patch.
Cheers.
--- debian/rules 2016-12-21 12:06:28.000000000 +0100
+++ debian/rules-honour-nocheck 2017-04-19 20:20:19.247933442 +0200
@@ -23,6 +23,8 @@
dh_auto_test
# there are json testsuites issues in big endian arches
+ifneq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
ifeq (little,$(DEB_BUILD_ARCH_ENDIAN))
sh -c "cd tests; set -e; ./test-script.sh"
endif
+endif
--- End Message ---
--- Begin Message ---
Closing bug now. Feel free to reopen if something else happen
regarding this bug.
--- End Message ---