[Pkg-ocaml-maint-commits] [menhir] 07/09: refresh patch 0002-Pass-byte-plugin-to-ocamlbuild-when-TARGET-byte

Ralf Treinen treinen at moszumanska.debian.org
Mon Jun 19 20:19:45 UTC 2017


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

treinen pushed a commit to branch master
in repository menhir.

commit 18f1b004f08bb4eeed9d182fa98be33fe0f01c43
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Jun 19 21:38:55 2017 +0200

    refresh patch 0002-Pass-byte-plugin-to-ocamlbuild-when-TARGET-byte
---
 debian/changelog                                             |  5 +++--
 ...002-Pass-byte-plugin-to-ocamlbuild-when-TARGET-byte.patch | 12 ++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1ffb097..314f53f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
 menhir (20170607.dfsg-1) unstable; urgency=medium
 
-  * Team upload
+  * New upstream:
+    - refresh patch 0002-Pass-byte-plugin-to-ocamlbuild-when-TARGET-byte
   * Delete obsolete debian/README.source
   * Simplify debian/purify_tarball
   * Add myself as uploader
 
- -- Ralf Treinen <treinen at debian.org>  Mon, 19 Jun 2017 21:27:27 +0200
+ -- Ralf Treinen <treinen at debian.org>  Mon, 19 Jun 2017 21:37:55 +0200
 
 menhir (20160808+dfsg-1) unstable; urgency=medium
 
diff --git a/debian/patches/0002-Pass-byte-plugin-to-ocamlbuild-when-TARGET-byte.patch b/debian/patches/0002-Pass-byte-plugin-to-ocamlbuild-when-TARGET-byte.patch
index d3c8f69..409d72a 100644
--- a/debian/patches/0002-Pass-byte-plugin-to-ocamlbuild-when-TARGET-byte.patch
+++ b/debian/patches/0002-Pass-byte-plugin-to-ocamlbuild-when-TARGET-byte.patch
@@ -6,14 +6,14 @@ Subject: Pass -byte-plugin to ocamlbuild when TARGET=byte
  src/Makefile | 3 +++
  1 file changed, 3 insertions(+)
 
-diff --git a/src/Makefile b/src/Makefile
-index 94acf9d..4b5f8d9 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -20,6 +20,9 @@ endif
+Index: menhir/src/Makefile
+===================================================================
+--- menhir.orig/src/Makefile	2017-06-19 21:33:31.354898652 +0200
++++ menhir/src/Makefile	2017-06-19 21:36:02.847858660 +0200
+@@ -11,6 +11,9 @@
  # Ocamlbuild tool and settings.
  
- OCAMLBUILD := ocamlbuild -classic-display -j 0 -cflags "-safe-string -bin-annot"
+ OCAMLBUILD := ocamlbuild -classic-display -j 0
 +ifeq ($(TARGET),byte)
 +OCAMLBUILD := $(OCAMLBUILD) -byte-plugin
 +endif

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



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