[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. upstream/0.7-35-g929b2cb

Ralf Treinen treinen at free.fr
Wed Jul 21 20:17:26 UTC 2010


The following commit has been merged in the master branch:
commit 548e98165d9dd4f05681d9fe840d39787feb4725
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Jul 21 20:36:33 2010 +0200

    fix META file

diff --git a/debian/patches/build-libraries b/debian/patches/build-libraries
index 12ec9f2..6f7e319 100644
--- a/debian/patches/build-libraries
+++ b/debian/patches/build-libraries
@@ -1,7 +1,7 @@
 Index: dose3/Makefile
 ===================================================================
---- dose3.orig/Makefile	2010-07-21 20:27:19.000000000 +0200
-+++ dose3/Makefile	2010-07-21 20:29:14.000000000 +0200
+--- dose3.orig/Makefile	2010-07-21 20:30:07.000000000 +0200
++++ dose3/Makefile	2010-07-21 20:31:13.000000000 +0200
 @@ -12,7 +12,7 @@
  				 $(wildcard common/*.ml common/*.mli))
  
@@ -14,29 +14,26 @@ Index: dose3/Makefile
 Index: dose3/META
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ dose3/META	2010-07-21 20:29:14.000000000 +0200
-@@ -0,0 +1,17 @@
-+description = "Dose3 common library"
++++ dose3/META	2010-07-21 20:35:49.000000000 +0200
+@@ -0,0 +1,14 @@
++description = "Dose3 libraries"
 +version = "placeholder"
++
++package "common"
 +archive(byte) = "common.cma"
-+archive(native) = "common.cmxa"
 +requires = "extlib"
 +
-+description = "Dose3 algorithms library"
-+version = "placeholder"
++package "algo"
 +archive(byte) = "algo.cma"
-+archive(native) = "algo.cmxa"
 +requires = "extlib"
 +
-+description = "Dose3 Debian library"
-+version = "placeholder"
++package "debian"
 +archive(byte) = "debian.cma"
-+archive(native) = "debian.cmxa"
 +requires = "extlib"
 Index: dose3/Makefile.config.in
 ===================================================================
---- dose3.orig/Makefile.config.in	2010-07-21 20:29:25.000000000 +0200
-+++ dose3/Makefile.config.in	2010-07-21 20:29:51.000000000 +0200
+--- dose3.orig/Makefile.config.in	2010-07-21 20:30:07.000000000 +0200
++++ dose3/Makefile.config.in	2010-07-21 20:31:13.000000000 +0200
 @@ -27,6 +27,9 @@
    OCAMLLIBBEST=cma
  endif

-- 
dose3 packaging



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