[Pkg-octave-commit] [octave-optiminterp] 01/03: d/p/makefile-notparallel.patch: new patch to avoid random FTBFS.

Sébastien Villemot sebastien at debian.org
Tue Jul 21 09:24:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave-optiminterp.

commit aa3c52d7d41794a13409d54ed12feb7a360cb049
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Jul 21 11:15:07 2015 +0200

    d/p/makefile-notparallel.patch: new patch to avoid random FTBFS.
---
 debian/patches/makefile-notparallel.patch | 15 +++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/makefile-notparallel.patch b/debian/patches/makefile-notparallel.patch
new file mode 100644
index 0000000..b2bd5a8
--- /dev/null
+++ b/debian/patches/makefile-notparallel.patch
@@ -0,0 +1,15 @@
+Description: Disable parallel building to avoid random FTBFS
+ The Makefile does not support it.
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: no
+Last-Update: 2015-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -40,3 +40,5 @@ check:
+ 
+ clean:
+ 	rm -f *.o *.oct *~ *.mod
++
++.NOTPARALLEL:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e430048
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+makefile-notparallel.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-optiminterp.git



More information about the Pkg-octave-commit mailing list