[Pkg-ocaml-maint-commits] [SCM] advi packaging branch, experimental, updated. debian/1.8-1-37-gb52324d

Ralf Treinen treinen at free.fr
Mon Mar 15 21:37:59 UTC 2010


The following commit has been merged in the experimental branch:
commit c611d5c7ae2f81d258c2328783d29d8732abb66d
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Mar 15 21:55:57 2010 +0100

    do the no-htmlc patch also in doc/Makefile.in

diff --git a/debian/patches/doc-without-htmlc b/debian/patches/doc-without-htmlc
index 97a27af..4f1b125 100644
--- a/debian/patches/doc-without-htmlc
+++ b/debian/patches/doc-without-htmlc
@@ -1,7 +1,7 @@
 Index: advi/doc/Makefile.am
 ===================================================================
---- advi.orig/doc/Makefile.am	2010-03-15 21:18:46.000000000 +0100
-+++ advi/doc/Makefile.am	2010-03-15 21:18:57.000000000 +0100
+--- advi.orig/doc/Makefile.am	2010-03-15 21:19:32.000000000 +0100
++++ advi/doc/Makefile.am	2010-03-15 21:54:49.000000000 +0100
 @@ -169,19 +169,3 @@
  
  
@@ -22,3 +22,23 @@ Index: advi/doc/Makefile.am
 -	@echo "htmlc required, unable to proceed"
 -	@exit 1
 -endif
+Index: advi/doc/Makefile.in
+===================================================================
+--- advi.orig/doc/Makefile.in	2010-03-15 21:54:58.000000000 +0100
++++ advi/doc/Makefile.in	2010-03-15 21:55:26.000000000 +0100
+@@ -777,15 +777,6 @@
+ 
+ $(HTMLFILES): ../configure
+ 
+-.htm.html: 
+- at HAVE_HTMLC_TRUE@	$(HTMLC) $(HTMLC_FLAGS) -f $(srcdir)/$< -t $@
+- at HAVE_HTMLC_FALSE@	@echo "htmlc required, unable to proceed"
+- at HAVE_HTMLC_FALSE@	@exit 1
+-
+-.man.1: $(top_srcdir)/config.status
+- at HAVE_HTMLC_TRUE@	$(HTMLC) $(HTMLC_FLAGS) -f $(srcdir)/$< -t $@
+- at HAVE_HTMLC_FALSE@	@echo "htmlc required, unable to proceed"
+- at HAVE_HTMLC_FALSE@	@exit 1
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:

-- 
advi packaging



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