[Pkg-ocaml-maint-commits] [hevea] 04/05: drop patch config-ocaml-4.02

Ralf Treinen treinen at moszumanska.debian.org
Mon Mar 14 19:56:30 UTC 2016


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

treinen pushed a commit to branch master
in repository hevea.

commit 1ee37b33ead5a465973c9590201421f8e439b406
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Mar 14 19:51:57 2016 +0100

    drop patch config-ocaml-4.02
---
 debian/changelog                 |  3 ++-
 debian/patches/config-ocaml-4.02 | 52 ----------------------------------------
 debian/patches/series            |  1 -
 3 files changed, 2 insertions(+), 54 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d97341a..9b558c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 hevea (2.28-1) unstable; urgency=medium
 
   * New upstream version
+  * Drop patch config-ocaml-4.02 which is no longer needed.
 
- -- Ralf Treinen <treinen at debian.org>  Mon, 14 Mar 2016 19:29:39 +0100
+ -- Ralf Treinen <treinen at debian.org>  Mon, 14 Mar 2016 19:51:37 +0100
 
 hevea (2.23-2) unstable; urgency=medium
 
diff --git a/debian/patches/config-ocaml-4.02 b/debian/patches/config-ocaml-4.02
deleted file mode 100644
index a2a12a6..0000000
--- a/debian/patches/config-ocaml-4.02
+++ /dev/null
@@ -1,52 +0,0 @@
-Author: Ralf Treinen <treinen at debian.org>
-Description: create symlinks to bytes.ml{i} in a separate script invoked
-	     by ocb.sh, instead by config.sh which is invoked by the clean
-	     target of the Makefile
-
-Index: hevea/handle402.sh
-===================================================================
---- hevea.orig/handle402.sh	2014-10-05 20:47:59.686435685 +0200
-+++ hevea/handle402.sh	2014-10-05 20:47:59.686435685 +0200
-@@ -3,6 +3,6 @@
- if [ $(ocaml $DIR/check402.ml) = ok ]; then
-     rm -f $DIR/bytes.ml $DIR/bytes.mli
- else
--    cp $DIR/bytes.mlp $DIR/bytes.ml
--    cp $DIR/bytes.mlip $DIR/bytes.mli
-+    ln -s $DIR/bytes.mlp $DIR/bytes.ml
-+    ln -s $DIR/bytes.mlip $DIR/bytes.mli
- fi
-Index: hevea/Makefile
-===================================================================
---- hevea.orig/Makefile	2014-10-05 20:47:59.686435685 +0200
-+++ hevea/Makefile	2014-10-05 20:47:59.686435685 +0200
-@@ -34,7 +34,7 @@
- include libs.def
- 
- config.sh: Makefile libs.def handle402.sh
--	@( cat handle402.sh &&\
-+	@(\
- 	echo PGM=\"$(PGM)\" &&\
- 	echo PGMNATIVE=\"$(PGMNATIVE)\" &&\
- 	echo BINDIR=$(BINDIR) &&\
-@@ -48,7 +48,7 @@
- 	echo INFOLIB=\"$(INFOLIB)\") > $@
- 
- clean:: config.sh
--	sh ocb.sh clean && rm config.sh
-+	sh ocb.sh clean && rm -f config.sh bytes.ml bytes.mli 
- 
- ocb-byte: config.sh
- 	sh ocb.sh byte
-Index: hevea/ocb.sh
-===================================================================
---- hevea.orig/ocb.sh	2014-10-05 20:48:59.978436661 +0200
-+++ hevea/ocb.sh	2014-10-05 20:49:32.202437182 +0200
-@@ -1,6 +1,7 @@
- #!/bin/sh -e
- 
- . ./config.sh
-+. ./handle402.sh
- 
- OCBOCAMLFLAGS=''
- for i in $OCAMLFLAGS
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e04b9ec..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-config-ocaml-4.02

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



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