Source: git
Version: 1:1.8.2-1
Severity: serious
Justification: ftbfs
Tags: patch

Hi,

Based on <https://buildd.debian.org/status/logs.php?pkg=git&ver=1%3A1.8.2-1>,
it seems that the git 1:1.8.2-1 build is unreliable.  The most
relevant seeming recent change was enabling parallel build.  Here's a
patch to undo that.

Thanks,
Jonathan

diff --git i/debian/rules w/debian/rules
index a761bd2..0146af7 100755
--- i/debian/rules
+++ w/debian/rules
@@ -27,10 +27,6 @@ endif
 ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
   TEST =
 endif
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-  NUMJOBS = $(patsubst parallel=%,%,$(filter PARALLEL=%,$(DEB_BUILD_OPTIONS)))
-  MAKEFLAGS += -j$(NUMJOBS)
-endif
 
 PKG_INDEP =
 PKG_INDEP += git-doc


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to