[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.12.1-2-4-gfb228ca

Stephane Glondu steph at glondu.net
Fri Feb 10 15:45:28 UTC 2012


The following commit has been merged in the master branch:
commit fb228cadc505f61748d2704eb76615e84c909330
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jan 18 14:34:03 2012 +0100

    Fix Lintian override

diff --git a/debian/ocamlinit.mk b/debian/ocamlinit.mk
index 9295017..6e87bc9 100644
--- a/debian/ocamlinit.mk
+++ b/debian/ocamlinit.mk
@@ -58,6 +58,7 @@ ocamlinit-stamp:
 	for t in $(OCAML_IN_FILES); do \
 	  sed $(OCAMLINIT_SED) $$t.in > $$t; \
 	done
+	sed -i 's@\./@@' debian/ocaml-nox.lintian-overrides
 	touch $@
 
 ocamlinit-clean:

-- 
OCaml packaging



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