[Pkg-ocaml-maint-commits] [biniou] 07/11: Remove obsolete patch

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 3 11:31:27 UTC 2016


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

glondu pushed a commit to branch master
in repository biniou.

commit 4c1533925165c08b0452559af307c742974e4b3a
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Aug 3 13:24:07 2016 +0200

    Remove obsolete patch
---
 ...01-byte-compilation-rules-for-executables.patch | 44 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 45 deletions(-)

diff --git a/debian/patches/0001-byte-compilation-rules-for-executables.patch b/debian/patches/0001-byte-compilation-rules-for-executables.patch
deleted file mode 100644
index c827f54..0000000
--- a/debian/patches/0001-byte-compilation-rules-for-executables.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From: Hendrik Tews <hendrik at askra.de>
-Date: Thu, 11 Jul 2013 11:26:59 +0200
-Subject: byte compilation rules for executables
-
----
- Makefile | 12 +++++++++++-
- 1 file changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 824ed3b..8dc1862 100644
---- a/Makefile
-+++ b/Makefile
-@@ -65,11 +65,21 @@ bdump$(EXE): $(SOURCES) bdump.ml
- 		-package $(PACKS) -linkpkg \
- 		biniou.cmxa bdump.ml
- 
-+bdump.byte: $(SOURCES) bdump.ml
-+	ocamlfind ocamlc -o bdump $(FLAGS) \
-+		-package $(PACKS) -linkpkg \
-+		biniou.cma bdump.ml
-+
- test_biniou$(EXE): biniou.cmxa test_biniou.ml
- 	ocamlfind ocamlopt -o test_biniou$(EXE) $(FLAGS) \
- 		-package "$(PACKS) unix" -linkpkg \
- 		biniou.cmxa test_biniou.ml
- 
-+test_biniou.byte: biniou.cma test_biniou.ml
-+	ocamlfind ocamlc -o test_biniou $(FLAGS) \
-+		-package "$(PACKS) unix" -linkpkg \
-+		biniou.cma test_biniou.ml
-+
- doc: doc/index.html
- doc/index.html: $(MLI)
- 	mkdir -p doc
-@@ -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.cmxs biniou.a)
-+             biniou.cma biniou.cmxa biniou.cmxs biniou.a bi_dump.ml)
- 
- uninstall:
- 	test ! -f $(BINDIR)/bdump || rm $(BINDIR)/bdump
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 22050ca..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-byte-compilation-rules-for-executables.patch

-- 
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