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

[Git][ocaml-team/eliom][master] 2 commits: Attempt to fix compilation on armhf buildds



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / eliom

Commits:

  • 1d5cf758
    by Stephane Glondu at 2023-09-30T11:33:49+02:00
    Attempt to fix compilation on armhf buildds
    
  • 8f9559cf
    by Stephane Glondu at 2023-09-30T11:34:06+02:00
    Update changelog and prepare upload to unstable
    

3 changed files:

Changes:

  • debian/changelog
    1
    +eliom (10.1.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Attempt to fix compilation on armhf buildds
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 30 Sep 2023 11:33:58 +0200
    
    6
    +
    
    1 7
     eliom (10.1.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release
    

  • debian/patches/0001-Attempt-to-fix-compilation-on-armhf-buildds.patch
    1
    +From: Stephane Glondu <steph@glondu.net>
    
    2
    +Date: Sat, 30 Sep 2023 11:31:19 +0200
    
    3
    +Subject: Attempt to fix compilation on armhf buildds
    
    4
    +
    
    5
    +For some reason, build fails on armhf buildds. I could not reproduce
    
    6
    +the failure, but it is consistent on buildds.
    
    7
    +---
    
    8
    + src/_tags | 9 +++------
    
    9
    + 1 file changed, 3 insertions(+), 6 deletions(-)
    
    10
    +
    
    11
    +diff --git a/src/_tags b/src/_tags
    
    12
    +index 1563a60..67727e4 100644
    
    13
    +--- a/src/_tags
    
    14
    ++++ b/src/_tags
    
    15
    +@@ -6,12 +6,10 @@ true:keep_locs
    
    16
    + <lib/client/client.cma>:eliomstubs
    
    17
    + 
    
    18
    + <lib/type_dir/*.ml{,i}>:eliom_ppx,thread
    
    19
    +-<lib/type_dir/*.ml>:package(js_of_ocaml-ppx_deriving_json,lwt_ppx)
    
    20
    +-<lib/type_dir/*.ml>:package(js_of_ocaml-ppx)
    
    21
    ++<lib/type_dir/*.ml>:package(js_of_ocaml-ppx,js_of_ocaml-ppx_deriving_json,lwt_ppx)
    
    22
    + 
    
    23
    + <lib/server/*.ml{,i}>:eliom_ppx
    
    24
    +-<lib/server/*.ml>:package(js_of_ocaml-ppx_deriving_json,lwt_ppx)
    
    25
    +-<lib/server/*.ml>:package(js_of_ocaml-ppx)
    
    26
    ++<lib/server/*.ml>:package(js_of_ocaml-ppx,js_of_ocaml-ppx_deriving_json,lwt_ppx)
    
    27
    + 
    
    28
    + <lib/server/*.ml{,i}>:thread
    
    29
    + <lib/server/*.ml{,i}>:package(lwt,ocsigenserver,ocsipersist,tyxml.functor)
    
    30
    +@@ -22,8 +20,7 @@ true:keep_locs
    
    31
    + <lib/*.eliom{,i}>:eliom_ppx
    
    32
    + 
    
    33
    + <lib/*.ml{,i}>:eliom_ppx
    
    34
    +-<lib/client/*.ml>:package(js_of_ocaml-ppx_deriving_json,lwt_ppx,js_of_ocaml-lwt.logger)
    
    35
    +-<lib/client/*.ml>:package(js_of_ocaml-ppx)
    
    36
    ++<lib/client/*.ml>:package(js_of_ocaml-ppx,js_of_ocaml-ppx_deriving_json,lwt_ppx,js_of_ocaml-lwt.logger)
    
    37
    + 
    
    38
    + <lib/client/*.ml{,i}>: eliom_ppx
    
    39
    + <lib/client/*.ml{,i}>:package(ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base,cohttp)

  • debian/patches/series
    1
    +0001-Attempt-to-fix-compilation-on-armhf-buildds.patch


  • Reply to: