Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / bin-prot
Commits: 761aed59 by Stephane Glondu at 2024-08-29T03:20:36+02:00 Fix FTBFS on bytecode architectures - - - - - 44d98fac by Stephane Glondu at 2024-08-29T03:25:03+02:00 Update packaging - - - - - 39e68980 by Stephane Glondu at 2024-08-29T03:25:03+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/libbin-prot-ocaml-dev.install.in Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +bin-prot (1:0.17.0-2) unstable; urgency=medium + + * Fix FTBFS on bytecode architectures + + -- Stéphane Glondu <[email protected]> Thu, 29 Aug 2024 03:20:45 +0200 + bin-prot (1:0.17.0-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -7,6 +7,7 @@ Uploaders: Hilko Bengen <[email protected]> Build-Depends: debhelper-compat (= 13), + pkgconf, ocaml, ocaml-dune, libbase-ocaml-dev (>= 0.17), ===================================== debian/libbin-prot-ocaml-dev.install.in ===================================== @@ -10,6 +10,6 @@ OPT: @OCamlStdlibDir@/bin_prot/*.cmxa @OCamlStdlibDir@/bin_prot/*/*.ml* @OCamlStdlibDir@/bin_prot/*/*.cmi @OCamlStdlibDir@/bin_prot/*/*.cmt* -OPT: @OCamlStdlibDir@/bin_prot/*/*.a +@OCamlStdlibDir@/bin_prot/*/*.a OPT: @OCamlStdlibDir@/bin_prot/*/*.cmx OPT: @OCamlStdlibDir@/bin_prot/*/*.cmxa View it on GitLab: https://salsa.debian.org/ocaml-team/bin-prot/-/compare/5ee949e5ce03c6af34b65b787131f968d88ae0c5...39e6898064e9e2a000bb72da492d5959a2c1c8c2 -- View it on GitLab: https://salsa.debian.org/ocaml-team/bin-prot/-/compare/5ee949e5ce03c6af34b65b787131f968d88ae0c5...39e6898064e9e2a000bb72da492d5959a2c1c8c2 You're receiving this email because of your account on salsa.debian.org.

