On 26-07-2009, David MENTRE <[email protected]> wrote: > Hello, > > We cannot synchronize OCaml ocaml-libvirt from unstable to karmic > because ocaml-libvirt build-depends on libgettext-ocaml-dev >> 0.3.2-2 and > only ocaml-gettext 0.3.2-2 is available in Debian. > > Any idea?
The (>> 0.3.2-2) is for transition and binNMU. The available version in debian is 0.3.2-2+b1. $ dpkg --compare-versions 0.3.2-2+b1 ">>" 0.3.2-2 && echo OK OK You can downgrade the build-depends to ">= 0.3.2" for ubuntu if you like. Regards, Sylvain Le Gall -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

