[Pkg-ocaml-maint-commits] [coccinelle] 05/06: New patches:

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Wed Mar 4 15:47:29 UTC 2015


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

eugen pushed a commit to branch master
in repository coccinelle.

commit 2765d54a66554ef334e76f4d7626d6947d6e9f81
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Wed Mar 4 16:10:01 2015 +0100

    New patches:
    
    * New patches:
      - no-parmap-subdir.diff - don't try to compile parmap (system library is
        used)
---
 debian/changelog                     |  5 ++++-
 debian/patches/no-parmap-subdir.diff | 12 ++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 196655e..2df8374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ coccinelle (1.0.0~rc24.deb-1) experimental; urgency=medium
 
   * New upstream RC
   * Build-depend on libparmap-ocaml-dev
+  * New patches:
+    - no-parmap-subdir.diff - don't try to compile parmap (system library is
+      used)
 
- -- Євгеній Мещеряков <eugen at debian.org>  Wed, 04 Mar 2015 16:02:47 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Wed, 04 Mar 2015 16:09:23 +0100
 
 coccinelle (1.0.0~rc23.deb-1) experimental; urgency=medium
 
diff --git a/debian/patches/no-parmap-subdir.diff b/debian/patches/no-parmap-subdir.diff
new file mode 100644
index 0000000..422e813
--- /dev/null
+++ b/debian/patches/no-parmap-subdir.diff
@@ -0,0 +1,12 @@
+--- a/Makefile
++++ b/Makefile
+@@ -74,8 +74,7 @@
+ 
+ MAKESUBDIRS=$(MAKELIBS) commons \
+  globals ctl parsing_cocci parsing_c \
+- engine popl09 extra python ocaml \
+- bundles/parmap
++ engine popl09 extra python ocaml
+ 
+ CLEANSUBDIRS=commons \
+  globals ctl parsing_cocci parsing_c \
diff --git a/debian/patches/series b/debian/patches/series
index e37dde9..14ad309 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 pdf-docs-build.diff
 notparallel-main-makefile.diff
+no-parmap-subdir.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