[Pkg-ocaml-maint-commits] [ocplib-simplex] 03/07: new upstream version: drop patch install-target

Ralf Treinen treinen at moszumanska.debian.org
Wed Nov 15 07:45:44 UTC 2017


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

treinen pushed a commit to branch master
in repository ocplib-simplex.

commit c738fb51cf00c720811bc01f4e337cc32becd6dc
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Nov 14 21:38:29 2017 +0100

    new upstream version: drop patch install-target
---
 debian/changelog              |  7 +++++++
 debian/patches/install-target | 32 --------------------------------
 debian/patches/series         |  1 -
 3 files changed, 7 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bbe50bb..37b8be3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocplib-simplex (0.4-1) unstable; urgency=medium
+
+  * New upstream version.
+    - dropped patch install-target which has been integrated by upstream
+
+ -- Ralf Treinen <treinen at debian.org>  Tue, 14 Nov 2017 21:37:38 +0100
+
 ocplib-simplex (0.3-1) unstable; urgency=medium
 
   * initial upload (closes: #845587)
diff --git a/debian/patches/install-target b/debian/patches/install-target
deleted file mode 100644
index d40fd9b..0000000
--- a/debian/patches/install-target
+++ /dev/null
@@ -1,32 +0,0 @@
-Author: Ralf Treinen <treinen.debian.org>
-Description: make install should hnour $(DESTDIR), and install in OCAMLLLIB
-Upstream-bug: https://github.com/OCamlPro-Iguernlala/ocplib-simplex/issues/3
-
-Index: ocplib-simplex/Makefile.in
-===================================================================
---- ocplib-simplex.orig/Makefile.in	2016-11-25 07:16:31.462449248 +0100
-+++ ocplib-simplex/Makefile.in	2016-11-25 07:18:03.262827029 +0100
-@@ -13,11 +13,11 @@
- # (enclosed in the file LGPL).
- 
- # where to install the binaries
--# DESTDIR=
-+DESTDIR=
- # prefix=@prefix@
- # exec_prefix=@exec_prefix@
- # BINDIR=$(DESTDIR)@bindir@
--# LIBDIR=$(DESTDIR)@libdir@/ocplib-simplex
-+LIBDIR=$(DESTDIR)@OCAMLLIB@/
- # DATADIR=$(DESTDIR)@datadir@/ocplib-simplex
- 
- # where to install the man page
-@@ -112,7 +112,8 @@
- ##############
- 
- install: all META
--	ocamlfind install ocplib-simplex src/$(LIBNAME).* src/*.mli META
-+	OCAMLFIND_DESTDIR=$(LIBDIR) \
-+	  ocamlfind install ocplib-simplex src/$(LIBNAME).* src/*.mli META
- 
- 
- uninstall:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a7500b3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-install-target

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



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