[Pkg-ocaml-maint-commits] [ppx-tools] 04/09: Remove obsolete patch

Stéphane Glondu glondu at moszumanska.debian.org
Wed Jul 27 10:40:50 UTC 2016


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

glondu pushed a commit to branch master
in repository ppx-tools.

commit 6974748568cfde2c5c1783a966de701b2bd36632
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 27 12:23:49 2016 +0200

    Remove obsolete patch
---
 ...01-Add-support-for-bytecode-architectures.patch | 43 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 44 deletions(-)

diff --git a/debian/patches/0001-Add-support-for-bytecode-architectures.patch b/debian/patches/0001-Add-support-for-bytecode-architectures.patch
deleted file mode 100644
index 28b2e36..0000000
--- a/debian/patches/0001-Add-support-for-bytecode-architectures.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From: Stephane Glondu <steph at glondu.net>
-Date: Fri, 27 Mar 2015 10:11:30 +0100
-Subject: Add support for bytecode architectures
-
----
- Makefile | 16 +++++++++++-----
- 1 file changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index e166cdb..8efe120 100644
---- a/Makefile
-+++ b/Makefile
-@@ -14,7 +14,13 @@ COMPFLAGS = -w +A-4-17-44-45 -I +compiler-libs -safe-string
- 
- .PHONY: all
- all: genlifter$(EXE) dumpast$(EXE) ppx_metaquot$(EXE) rewriter$(EXE) ast_mapper_class.cmo ppx_tools.cma
--all: ppx_tools.cmxa ppx_tools.cmxs
-+
-+ifneq ($(ARCH),none)
-+all: ppx_tools.cmxa
-+ifeq ($(NATDYNLINK),true)
-+all: ppx_tools.cmxs
-+endif
-+endif
- 
- genlifter$(EXE): ppx_tools.cma genlifter.cmo
- 	$(OCAMLC) $(COMPFLAGS) -o genlifter$(EXE) ocamlcommon.cma ppx_tools.cma genlifter.cmo
-@@ -73,10 +79,10 @@ clean:
- 
- INSTALL = META \
-    genlifter$(EXE) dumpast$(EXE) ppx_metaquot$(EXE) rewriter$(EXE) \
--   ppx_tools.cma ppx_tools.cmxa ppx_tools$(EXT_LIB) \
--   ppx_tools.cmxs \
--   ast_convenience.cmi ast_convenience.cmx \
--   ast_mapper_class.cmi ast_mapper_class.cmx
-+   ppx_tools.cma $(wildcard ppx_tools.cmxa ppx_tools$(EXT_LIB)) \
-+   $(wildcard ppx_tools.cmxs) \
-+   ast_convenience.cmi $(wildcard ast_convenience.cmx) \
-+   ast_mapper_class.cmi $(wildcard ast_mapper_class.cmx)
- 
- .PHONY: install
- install:
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index af31982..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Add-support-for-bytecode-architectures.patch

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



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