Package: ounit
Version: 1.0.2-1
Severity: serious
Tags: patch

pbuilder fails to build ounit in an unstable chroot on i386:

>  -> Considering  ocaml-nox-3.08.3
>    -> Trying ocaml-nox-3.08.3
>        -> Cannot install ocaml-nox-3.08.3; apt errors follow:
> Reading package lists...
> Building dependency tree...
> E: Package ocaml-nox-3.08.3 has no installation candidate
> Package ocaml-nox-3.08.3 is not available, but is referred to by another 
> package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Could not satisfy build-dependency.

Making it build-depend on ocaml-nox-3.09.0 fixes this problem.

-- 
Matt
diff -u ounit-1.0.2/debian/control ounit-1.0.2/debian/control
--- ounit-1.0.2/debian/control
+++ ounit-1.0.2/debian/control
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Sylvain Le Gall <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-findlib (>= 
1.0.4-1), dpatch, docbook-utils
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.09.0, ocaml-findlib (>= 
1.0.4-1), dpatch, docbook-utils
 Standards-Version: 3.6.2.0
 
 Package: libounit-ocaml-dev

Attachment: signature.asc
Description: Digital signature

Reply via email to