[Pkg-ocaml-maint-commits] [coccinelle] 01/01: New patch:

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Tue Apr 1 19:43:30 UTC 2014


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

eugen pushed a commit to branch master
in repository coccinelle.

commit a62d1ba20e49d2ed417db014dc41a6ddeca810a9
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Apr 1 21:01:44 2014 +0200

    New patch:
    
    * New patch:
      - notparallel-main-makefile.diff - don't run targets in the main Makefile
        in parallel. This hopefully fixes an FTBFS.
---
 debian/changelog                              |  8 ++++++++
 debian/patches/notparallel-main-makefile.diff | 11 +++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7eadf5a..be181b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+coccinelle (1.0.0~rc20.deb-3) unstable; urgency=medium
+
+  * New patch:
+    - notparallel-main-makefile.diff - don't run targets in the main Makefile
+      in parallel. This hopefully fixes an FTBFS.
+
+ -- Євгеній Мещеряков <eugen at debian.org>  Tue, 01 Apr 2014 21:00:45 +0200
+
 coccinelle (1.0.0~rc20.deb-2) unstable; urgency=medium
 
   * New patch:
diff --git a/debian/patches/notparallel-main-makefile.diff b/debian/patches/notparallel-main-makefile.diff
new file mode 100644
index 0000000..c1c14e7
--- /dev/null
+++ b/debian/patches/notparallel-main-makefile.diff
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -20,7 +20,7 @@
+ #
+ # The authors reserve the right to distribute this or future versions of
+ # Coccinelle under other licenses.
+-
++.NOTPARALLEL:
+ 
+ #############################################################################
+ # Configuration section
diff --git a/debian/patches/series b/debian/patches/series
index 88966a0..b8af929 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 pdf-docs-build.diff
 whitespace-fix.diff
+notparallel-main-makefile.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.git



More information about the Pkg-ocaml-maint-commits mailing list