[Pkg-ocaml-maint-commits] [biniou] 04/07: Refresh patches

Stéphane Glondu glondu at moszumanska.debian.org
Fri Jan 31 10:15:21 UTC 2014


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

glondu pushed a commit to branch master
in repository biniou.

commit 51b777e97b7559d50a1f6ec01afc4fd1512282bc
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jan 31 11:03:11 2014 +0100

    Refresh patches
---
 .../0001-byte-compilation-rules-for-executables.patch        | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0001-byte-compilation-rules-for-executables.patch b/debian/patches/0001-byte-compilation-rules-for-executables.patch
index 60e1cad..c827f54 100644
--- a/debian/patches/0001-byte-compilation-rules-for-executables.patch
+++ b/debian/patches/0001-byte-compilation-rules-for-executables.patch
@@ -3,14 +3,14 @@ Date: Thu, 11 Jul 2013 11:26:59 +0200
 Subject: byte compilation rules for executables
 
 ---
- Makefile |   12 +++++++++++-
+ Makefile | 12 +++++++++++-
  1 file changed, 11 insertions(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index 21d4253..1c4a5c1 100644
+index 824ed3b..8dc1862 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -56,11 +56,21 @@ bdump$(EXE): $(SOURCES) bdump.ml
+@@ -65,11 +65,21 @@ bdump$(EXE): $(SOURCES) bdump.ml
  		-package $(PACKS) -linkpkg \
  		biniou.cmxa bdump.ml
  
@@ -32,12 +32,12 @@ index 21d4253..1c4a5c1 100644
  doc: doc/index.html
  doc/index.html: $(MLI)
  	mkdir -p doc
-@@ -71,7 +81,7 @@ install: META
+@@ -80,7 +90,7 @@ install: META
  	test ! -f bdump.exe || cp bdump.exe $(BINDIR)/
  	ocamlfind install biniou META \
            $$(ls $(MLI) $(CMI) $(CMO) $(CMX) $(O) \
--             biniou.cma biniou.cmxa biniou.a)
-+             biniou.cma biniou.cmxa biniou.a bi_dump.ml)
+-             biniou.cma biniou.cmxa biniou.cmxs biniou.a)
++             biniou.cma biniou.cmxa biniou.cmxs biniou.a bi_dump.ml)
  
  uninstall:
  	test ! -f $(BINDIR)/bdump || rm $(BINDIR)/bdump

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



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