[Pkg-ocaml-maint-commits] [SCM] ocaml-gnuplot packaging branch, master, updated. upstream/0.8.3-34-geaf9b0b

Ralf Treinen treinen at free.fr
Mon Feb 6 18:52:06 UTC 2012


The following commit has been merged in the master branch:
commit eaf9b0bfba1e50ff72298da52e1f787818fbb554
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Feb 6 19:46:59 2012 +0100

    put in correct list of required packages

diff --git a/debian/patches/demos_makefile b/debian/patches/demos_makefile
index 69a6c3f..46b7b4e 100644
--- a/debian/patches/demos_makefile
+++ b/debian/patches/demos_makefile
@@ -4,9 +4,9 @@ Description: make Makefile selfcontaining so that it can be used to compile
 
 Index: ocaml-gnuplot/demos/Makefile
 ===================================================================
---- ocaml-gnuplot.orig/demos/Makefile	2012-02-06 18:35:48.000000000 +0100
-+++ ocaml-gnuplot/demos/Makefile	2012-02-06 19:32:45.000000000 +0100
-@@ -2,12 +2,18 @@
+--- ocaml-gnuplot.orig/demos/Makefile	2012-02-06 19:33:45.000000000 +0100
++++ ocaml-gnuplot/demos/Makefile	2012-02-06 19:46:31.000000000 +0100
+@@ -2,19 +2,23 @@
  # ocaml-gnuplot/demos
  # Copyright (C) Christophe TROESTLER
  
@@ -30,7 +30,15 @@ Index: ocaml-gnuplot/demos/Makefile
  
  DEMOS_LIBS 	= parse_args.ml
  DEMOS 		= $(wildcard ex*.ml)
-@@ -23,15 +29,15 @@
+ 
+-PKGS 	= $(shell grep "requires" ../META.in | \
+-		sed -e "s/.*\"\([^\"]*\)\".*/\1/")
+-PKGS 	+= gnuplot
++PKGS 	 = unix bigarray gnuplot
+ PKGS_CMA = $(addsuffix .cma, $(PKGS))
+ 
+ .PHONY: demos byte opt
+@@ -23,15 +27,15 @@
  byte: $(DEMOS:.ml=.exe)
  opt: $(DEMOS:.ml=.com)
  

-- 
ocaml-gnuplot packaging



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