[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#766745: libdose3-ocaml-dev: META file still lists boilerplateNoRpm



Control: tag -1 patch

Hi,

On Sat, 25 Oct 2014 14:59:07 +0200 Johannes Schauer <j.schauer@email.de> wrote:
> The boilerplateNoRpm and boilerplate modules have been replaced by
> doseparseNoRpm and doseparse but it seems that the META file has not been
> adjusted accordingly.
> 
> In addition it seems that somehow the version in the META file is still
> at 3.2.2.

I filed a patch for META.in in the user/josch/fixMETA branch. I also attached
the patch.

cheers, josch
From f3449793708fb62411b9b0696658c9bc43ccb7f8 Mon Sep 17 00:00:00 2001
From: josch <j.schauer@email.de>
Date: Sat, 25 Oct 2014 21:22:02 +0200
Subject: [PATCH] META.in: add cv module and s/boilerplate/doseparse/

---
 META.in | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/META.in b/META.in
index fba7dee..ddfea0f 100644
--- a/META.in
+++ b/META.in
@@ -1,7 +1,7 @@
 description = "Dose3 libraries"
 version = "@PACKAGE_VERSION@"
-archive(byte) = "common.cma algo.cma debian.cma eclipse.cma csw.cma"
-archive(native) = "common.cmxa algo.cmxa debian.cmxa eclipse.cmxa csw.cmxa"
+archive(byte) = "common.cma algo.cma debian.cma eclipse.cma csw.cma cv.cma"
+archive(native) = "common.cmxa algo.cmxa debian.cmxa eclipse.cmxa csw.cmxa cv.cmxa"
 requires = "extlib, re.pcre, cudf, ocamlgraph, unix, @ZIP@, @BZ2@"
 
 package "common" (
@@ -39,6 +39,13 @@ archive(native) = "csw.cmxa"
 requires = "dose3.common, dose3.debian" 
 )
 
+package "cv" (
+version = "@PACKAGE_VERSION@"
+archive(byte) = "cv.cma"
+archive(native) = "cv.cmxa"
+requires = "dose3.common, dose3.debian" 
+)
+
 package "rpm" (
 version = "@PACKAGE_VERSION@"
 archive(byte) = "rpm.cma"
@@ -46,14 +53,14 @@ archive(native) = "rpm.cmxa"
 requires = "dose3.common"
 )
 
-package "boilerplate" (
+package "doseparse" (
 version = "@PACKAGE_VERSION@"
-archive(byte) = "rpm.cma boilerplate.cma"
-archive(native) = "rpm.cmxa boilerplate.cmxa"
+archive(byte) = "rpm.cma doseparse.cma"
+archive(native) = "rpm.cmxa doseparse.cmxa"
 )
 
-package "boilerplateNoRpm" (
+package "doseparseNoRpm" (
 version = "@PACKAGE_VERSION@"
-archive(byte) = "boilerplateNoRpm.cma"
-archive(native) = "boilerplateNoRpm.cmxa"
+archive(byte) = "doseparseNoRpm.cma"
+archive(native) = "doseparseNoRpm.cmxa"
 )
-- 
2.0.1


Reply to: