[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 03/08: Remove obsolete patches

Stéphane Glondu glondu at alioth.debian.org
Sun Nov 10 12:30:46 UTC 2013


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

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

commit 6cce5070cc844fe41d6cccf2dfe202656684597f
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed May 8 15:19:42 2013 +0200

    Remove obsolete patches
---
 debian/patches/0001-Install-no-mktop.patch         |   33 -----------------
 ...est-only-if-sqlite3.cmxa-has-been-compile.patch |   37 --------------------
 debian/patches/series                              |    2 --
 3 files changed, 72 deletions(-)

diff --git a/debian/patches/0001-Install-no-mktop.patch b/debian/patches/0001-Install-no-mktop.patch
deleted file mode 100644
index 9c49743..0000000
--- a/debian/patches/0001-Install-no-mktop.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Samuel Mimram <smimram at debian.org>
-Date: Tue, 30 Jun 2009 20:38:46 +0200
-Subject: Install no mktop
-
-Allow installation without building in native mode
-
-Signed-off-by: Samuel Mimram <smimram at debian.org>
-Signed-off-by: Stephane Glondu <steph at glondu.net>
----
- Makefile.in |    8 ++------
- 1 files changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 675324f..9f0ef79 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -42,13 +42,9 @@ clean:
- distclean: clean
- 	rm -rf autom4te.* config.* META Makefile doc
- 
--# install rebuilds sqlite3top to point to the findlib-managed dll and not the
--# one in .
--install: sqlite3.cma sqlite3.cmxa sqlite3top
-+install: sqlite3.cma
- 	[ -f *.so ] && SO_FILES=*.so; \
--	ocamlfind install sqlite3 META sqlite3.cmi sqlite3.mli sqlite3.cma *.cmxa *.a *.cmx $$SO_FILES
--	ocamlfind ocamlmktop -o sqlite3top -package "sqlite3" sqlite3.cma
--	$(INSTALL) sqlite3top $(bindir)/sqlite3top
-+	ocamlfind install sqlite3 META sqlite3.cmi sqlite3.mli sqlite3.cma $(wildcard *.cmxa *.a *.cmx) $$SO_FILES
- 
- remove: uninstall
- uninstall:
--- 
diff --git a/debian/patches/0002-Do-native-test-only-if-sqlite3.cmxa-has-been-compile.patch b/debian/patches/0002-Do-native-test-only-if-sqlite3.cmxa-has-been-compile.patch
deleted file mode 100644
index e67de6a..0000000
--- a/debian/patches/0002-Do-native-test-only-if-sqlite3.cmxa-has-been-compile.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From: Stephane Glondu <steph at glondu.net>
-Date: Sun, 18 Oct 2009 15:27:11 +0200
-Subject: Do native test only if sqlite3.cmxa has been compiled
-
-Signed-off-by: Stephane Glondu <steph at glondu.net>
----
- Makefile.in   |    2 +-
- test/Makefile |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 9f0ef79..0e03f2c 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -32,7 +32,7 @@ bytecode: sqlite3.cma sqlite3top
- 
- opt: sqlite3.cmxa
- 
--test:	bytecode opt
-+test:
- 	@cd test && $(MAKE) all
- 
- clean:
-diff --git a/test/Makefile b/test/Makefile
-index 8bfed3b..d379649 100644
---- a/test/Makefile
-+++ b/test/Makefile
-@@ -5,7 +5,7 @@ TESTS = $(wildcard *.ml)
- all: bytecode opt
- 
- bytecode: $(TESTS:%.ml=%.bc)
--opt: $(TESTS:%.ml=%.exe)
-+opt: $(if $(wildcard ../sqlite3.cmxa),$(TESTS:%.ml=%.exe),)
- 
- %.bc: %.ml
- 	ocamlc -w Ae -warn-error Ae -I .. -dllpath .. str.cma sqlite3.cma $< -o $@
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b48c8c7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Install-no-mktop.patch
-0002-Do-native-test-only-if-sqlite3.cmxa-has-been-compile.patch

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



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