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

2014-10-26 Thread Ralf Treinen
Hi,

On Sat, Oct 25, 2014 at 02:59:07PM +0200, Johannes Schauer wrote:
> Package: libdose3-ocaml-dev
> Version: 3.3~beta1-1
> Severity: normal
> 
> Hi,
> 
> The boilerplateNoRpm and boilerplate modules have been replaced by
> doseparseNoRpm and doseparse but it seems that the META file has not
> been adjusted accordingly.

> I'm reporting a bug to make sure that this issue does not get lost
> because botch now FTBFS because of this.

thanks for the bug report and the patch. The problem is that the window 
for the testing migration before the freeze is closing now, and I don't
want to risk the migration of dose by doing a new upload now. The migration
of opam to testing also depends on this.

I hope that this is ok for you, since you have explicitely blocked botch
from entering testing anyway.

Cheers -Ralf.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



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

2014-10-25 Thread Johannes Schauer
Control: tag -1 patch

Hi,

On Sat, 25 Oct 2014 14:59:07 +0200 Johannes Schauer  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 
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



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

2014-10-25 Thread Johannes Schauer
Package: libdose3-ocaml-dev
Version: 3.3~beta1-1
Severity: normal

Hi,

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 reported both problems to upstream at

https://lists.gforge.inria.fr/pipermail/dose-devel/2014-October/000259.html

at the very bottom as a reply to Pietro's question in the PS.

I'm reporting a bug to make sure that this issue does not get lost
because botch now FTBFS because of this.

cheers, josch

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armhf

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libdose3-ocaml-dev depends on:
ii  libbz2-ocaml-dev [libbz2-ocaml-dev-3m6q1]0.6.0-6+b3
ii  libc62.19-11
ii  libcudf-ocaml-dev [libcudf-ocaml-dev-0ubk9]  0.7-2+b1
ii  libdose3-ocaml [libdose3-ocaml-kph26]3.3~beta1-1
ii  libextlib-ocaml-dev [libextlib-ocaml-dev-bles9]  1.6.1-1
ii  libocamlgraph-ocaml-dev [libocamlgraph-ocaml-dev-pbbt0]  1.8.5-1
ii  libre-ocaml-dev [libre-ocaml-dev-zhfi3]  1.2.2-1
ii  libzip-ocaml-dev [libzip-ocaml-dev-l9m25]1.05-3
ii  ocaml-nox [ocaml-nox-4.01.0] 4.01.0-4

libdose3-ocaml-dev recommends no packages.

libdose3-ocaml-dev suggests no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org