[Pkg-ocaml-maint-commits] [ocaml-zarith] 05/07: Remove patch (merged upstream)

Stéphane Glondu glondu at moszumanska.debian.org
Fri Sep 22 13:25:46 UTC 2017


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

glondu pushed a commit to branch master
in repository ocaml-zarith.

commit 14d140fbc35c98e2f76c001823ff5e49de2103e6
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Sep 22 15:12:07 2017 +0200

    Remove patch (merged upstream)
---
 .../patches/0001-Build-plugin-with-linkall.patch   | 22 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/0001-Build-plugin-with-linkall.patch b/debian/patches/0001-Build-plugin-with-linkall.patch
deleted file mode 100644
index f51fd53..0000000
--- a/debian/patches/0001-Build-plugin-with-linkall.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Stephane Glondu <steph at glondu.net>
-Date: Wed, 22 Feb 2017 11:15:48 +0100
-Subject: Build plugin with -linkall
-
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854787
----
- project.mak | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/project.mak b/project.mak
-index 79d5750..3bee2b0 100644
---- a/project.mak
-+++ b/project.mak
-@@ -65,7 +65,7 @@ zarith.cmxa zarith.$(LIBSUFFIX): $(MLSRC:%.ml=%.cmx)
- 	$(OCAMLMKLIB) -failsafe -o zarith $+ $(LIBS)
- 
- zarith.cmxs: zarith.cmxa libzarith.$(LIBSUFFIX)
--	$(OCAMLOPT) -shared -o $@ -I . zarith.cmxa
-+	$(OCAMLOPT) -linkall -shared -o $@ -I . zarith.cmxa
- 
- libzarith.$(LIBSUFFIX) dllzarith.$(DLLSUFFIX): $(SSRC:%.S=%.$(OBJSUFFIX)) $(CSRC:%.c=%.$(OBJSUFFIX)) 
- 	$(OCAMLMKLIB) -failsafe -o zarith $+ $(LIBS)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ae2698f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Build-plugin-with-linkall.patch

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



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