Package: src:heimdal
Followup-For: Bug #868842
Hi!
I suggest the following changes to address this issue:
--- debian/rules.orig 2017-07-12 09:14:09.000000000 +0200
+++ debian/rules 2017-07-22 14:56:56.676114650 +0200
@@ -30,7 +30,8 @@
dh_makeshlibs -plibwind0-heimdal -V"libwind0-heimdal (>=
1.4.0~git20110226.dfsg.1-1)" -- -c4
override_dh_auto_test:
- $(MAKE) check
+ # The testsuite fails when run with parallel jobs
+ dh_auto_test -- -j1
override_dh_auto_configure:
./configure $(shell dpkg-buildflags --export=configure) \
With this change, "nocheck" is DEB_BUILD_OPTIONS is respected and
the testsuite is still run with just one parallel job when "nocheck"
is not specified.
Would be nice if this change would be applied as soon as possible
as the fact that "nocheck" is ignored causes the build to fail
on m68k and sh4 which always build with "nocheck" at the time
being.
Cheers,
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - [email protected]
`. `' Freie Universitaet Berlin - [email protected]
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913