Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocurl
Commits:
-
dd4205ba
by root at 2022-02-22T08:16:53+00:00
-
ba972913
by Stéphane Glondu at 2023-02-14T07:00:46+00:00
1 changed file:
Changes:
| ... | ... | @@ -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.
|