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

[Git][ocaml-team/ocaml][debian/experimental] libstdlib-ocaml breaks dh-ocaml (<< 2)



Title: GitLab

Stéphane Glondu pushed to branch debian/experimental at Debian OCaml Maintainers / ocaml

Commits:

  • c096a4b0
    by Stéphane Glondu at 2023-08-20T09:29:42+02:00
    libstdlib-ocaml breaks dh-ocaml (<< 2)
    
    This is to enforce that dh-ocaml is upgraded to >= 2. Prior versions
    would not add the dependency to versioned ocaml{,-base} virtual
    packages with the new ocaml packaging.
    

1 changed file:

Changes:

  • debian/control
    ... ... @@ -120,7 +120,7 @@ Provides:
    120 120
      libuchar-ocaml,
    
    121 121
      libstdlib-shims-ocaml,
    
    122 122
      ${ocaml:Provides}
    
    123
    -Breaks: ocaml (<< 4.13.1-5~), ocaml-base (<< 4.13.1-5~), ocaml-compiler-libs (<< 4.13.1-5~)
    
    123
    +Breaks: ocaml (<< 4.13.1-5~), ocaml-base (<< 4.13.1-5~), ocaml-compiler-libs (<< 4.13.1-5~), dh-ocaml (<< 2)
    
    124 124
     Replaces: ocaml (<< 4.13.1-5~), ocaml-base (<< 4.13.1-5~), ocaml-compiler-libs (<< 4.13.1-5~)
    
    125 125
     Description: OCaml standard library (runtime files)
    
    126 126
      OCaml is an implementation of the ML language, based on the Caml
    


  • Reply to: