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

[Git][ocaml-team/bin-prot][master] 3 commits: Fix FTBFS on bytecode architectures



Title: GitLab

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:

Changes:

  • debian/changelog
    1
    +bin-prot (1:0.17.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Fix FTBFS on bytecode architectures
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 29 Aug 2024 03:20:45 +0200
    
    6
    +
    
    1 7
     bin-prot (1:0.17.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release
    

  • debian/control
    ... ... @@ -7,6 +7,7 @@ Uploaders:
    7 7
      Hilko Bengen <bengen@debian.org>
    
    8 8
     Build-Depends:
    
    9 9
      debhelper-compat (= 13),
    
    10
    + pkgconf,
    
    10 11
      ocaml,
    
    11 12
      ocaml-dune,
    
    12 13
      libbase-ocaml-dev (>= 0.17),
    

  • debian/libbin-prot-ocaml-dev.install.in
    ... ... @@ -10,6 +10,6 @@ OPT: @OCamlStdlibDir@/bin_prot/*.cmxa
    10 10
     @OCamlStdlibDir@/bin_prot/*/*.ml*
    
    11 11
     @OCamlStdlibDir@/bin_prot/*/*.cmi
    
    12 12
     @OCamlStdlibDir@/bin_prot/*/*.cmt*
    
    13
    -OPT: @OCamlStdlibDir@/bin_prot/*/*.a
    
    13
    +@OCamlStdlibDir@/bin_prot/*/*.a
    
    14 14
     OPT: @OCamlStdlibDir@/bin_prot/*/*.cmx
    
    15 15
     OPT: @OCamlStdlibDir@/bin_prot/*/*.cmxa


  • Reply to: