Bug#868767: Please backport upstream patch 8.0.0698

Elimar Riesebieter riesebie at lxtec.de
Tue Jul 18 13:17:10 UTC 2017


* James McCoy <jamessan at debian.org> [2017-07-18 07:54 -0400]:

[...]
> 
> Upstream patches get merged periodically.  However, I haven't been able
> to make an upload of them because they fail to build on Debian's
> infrastructure.  It's something I've been trying to narrow down so I can
> send Bram a minimally reproducible example.


The build runs fine here using only one build thread. Tested on amd64, i386 and
ppc:

diff --git a/debian/rules b/debian/rules
index 9b76c981b..04206400b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,10 +33,10 @@ ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
   endif
 endif

-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-    NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-    MAKEFLAGS += -j$(NUMJOBS)
-endif
+#ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+#    NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+#    MAKEFLAGS += -j$(NUMJOBS)
+#endif

 export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%s)



-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
        -Linus Torvalds
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20170718/552a60aa/attachment.sig>


More information about the pkg-vim-maintainers mailing list