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

[Git][ocaml-team/ocamlbuild][master] 2 commits: Remove constraints unnecessary since buster



Title: GitLab

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

Commits:

  • ef8c5cf1
    by Debian Janitor at 2022-05-11T03:20:00+00:00
    Remove constraints unnecessary since buster
    
    * Build-Depends: Drop versioned constraint on libfindlib-ocaml-dev and ocaml-findlib.
    * ocamlbuild: Drop versioned constraint on libfindlib-ocaml and ocaml-nox in Replaces.
    * ocamlbuild: Drop versioned constraint on libfindlib-ocaml and ocaml-nox in Breaks.
    
    Changes-By: deb-scrub-obsolete
  • d6218f40
    by Stéphane Glondu at 2023-01-22T09:59:49+00:00
    Merge branch 'scrub-obsolete' into 'master'
    
    Remove unnecessary constraints
    
    See merge request ocaml-team/ocamlbuild!2

1 changed file:

Changes:

  • debian/control
    ... ... @@ -7,8 +7,8 @@ Build-Depends:
    7 7
      debhelper-compat (= 13),
    
    8 8
      dh-ocaml,
    
    9 9
      ocaml,
    
    10
    - ocaml-findlib (>= 1.7.3),
    
    11
    - libfindlib-ocaml-dev (>= 1.7.3),
    
    10
    + ocaml-findlib,
    
    11
    + libfindlib-ocaml-dev,
    
    12 12
     Standards-Version: 4.6.0
    
    13 13
     Rules-Requires-Root: no
    
    14 14
     Homepage: https://github.com/ocaml/ocamlbuild/
    
    ... ... @@ -19,8 +19,6 @@ Package: ocamlbuild
    19 19
     Architecture: any
    
    20 20
     Depends: ${shlibs:Depends}, ${misc:Depends}, ${F:OCamlRun}, ${ocaml:Depends}
    
    21 21
     Provides: ${ocaml:Provides}
    
    22
    -Replaces: libfindlib-ocaml (<< 1.6.3-1), ocaml-nox (<< 4.03.0-1)
    
    23
    -Breaks: libfindlib-ocaml (<< 1.6.3-1), ocaml-nox (<< 4.03.0-1)
    
    24 22
     Description: Build tool for building OCaml libraries and programs
    
    25 23
      OCamlbuild is a generic build tool, which has built-in rules for building OCaml
    
    26 24
      libraries and programs.
    


  • Reply to: