Control: forcemerge -1 848763
Control: retitle -1 mccs: Parallel build failures
Control: tags -1 patch

Various variants of FTBFS can be observed in mccs due to debhelper 
compatibility level 10 defaulting to allow parallel building.

This is caused by dependency bug(s) in mccs that should be fixed,
but the following workaround is sufficient to fix building mccs:

--- debian/rules.old    2017-02-04 20:11:34.000000000 +0000
+++ debian/rules        2017-02-04 20:11:34.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@
+       dh $@ --no-parallel
 
 override_dh_auto_configure:
        mkdir -p objs


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Reply via email to