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

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



Title: GitLab

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

Commits:

  • dd4205ba
    by root at 2022-02-22T08:16:53+00:00
    Remove constraints unnecessary since buster
    
    * libcurl-ocaml-dev: Drop versioned constraint on libcurl4-gnutls-dev and ocaml-findlib in Depends.
    * libcurl-ocaml: Drop versioned constraint on libcurl-ocaml-dev in Replaces.
    * libcurl-ocaml: Drop versioned constraint on libcurl-ocaml-dev in Breaks..
    
    Changes-By: deb-scrub-obsolete
  • ba972913
    by Stéphane Glondu at 2023-02-14T07:00:46+00:00
    Merge branch 'scrub-obsolete' into 'master'
    
    Remove unnecessary constraints
    
    See merge request ocaml-team/ocurl!2

1 changed file:

Changes:

  • debian/control
    ... ... @@ -24,8 +24,8 @@ Package: libcurl-ocaml-dev
    24 24
     Architecture: any
    
    25 25
     Depends:
    
    26 26
      ${ocaml:Depends},
    
    27
    - libcurl4-gnutls-dev (>= 7.15.0-2),
    
    28
    - ocaml-findlib (>= 1.2.5),
    
    27
    + libcurl4-gnutls-dev,
    
    28
    + ocaml-findlib,
    
    29 29
      ${shlibs:Depends},
    
    30 30
      ${misc:Depends}
    
    31 31
     Provides:
    
    ... ... @@ -44,10 +44,6 @@ Depends:
    44 44
      ${misc:Depends}
    
    45 45
     Provides:
    
    46 46
      ${ocaml:Provides}
    
    47
    -Breaks:
    
    48
    - libcurl-ocaml-dev (<< 0.8)
    
    49
    -Replaces:
    
    50
    - libcurl-ocaml-dev (<< 0.8)
    
    51 47
     Description: OCaml curl bindings (Runtime Library)
    
    52 48
      This Objective Caml library provides multi-protocol file transfer
    
    53 49
      facilities based on the curl library.
    


  • Reply to: