Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / cudf
Commits:
-
0014def3
by Debian Janitor at 2022-11-02T04:30:00+00:00
-
2ad03636
by Debian Janitor at 2023-01-30T02:56:57+00:00
-
d50e74e1
by Stéphane Glondu at 2023-07-22T07:45:42+00:00
-
93d4d949
by Stéphane Glondu at 2023-07-22T07:46:11+00:00
2 changed files:
Changes:
1 | 1 | cudf (0.9-3) UNRELEASED; urgency=medium
|
2 | 2 | |
3 | + * Remove constraints unnecessary since buster (oldstable):
|
|
4 | + + Build-Depends: Drop versioned constraint on dh-ocaml.
|
|
5 | + * Remove constraints unnecessary since buster (oldstable):
|
|
6 | + + libcudf-dev: Replace dependency on transitional package libncurses5-dev
|
|
7 | + with replacement libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (=
|
|
8 | + 6.1+20181013-2+deb10u2) in Depends.
|
|
3 | 9 | * Use secure URI in Homepage field.
|
4 | 10 | * Update standards version to 4.6.1, no changes needed.
|
5 | 11 | * Remove field Section on binary package cudf-tools that duplicates source.
|
... | ... | @@ -4,8 +4,8 @@ Priority: optional |
4 | 4 | Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
|
5 | 5 | Uploaders: Ralf Treinen <treinen@debian.org>
|
6 | 6 | Build-Depends:
|
7 | - debhelper-compat (=13),
|
|
8 | - dh-ocaml (>= 0.9),
|
|
7 | + debhelper-compat (= 13),
|
|
8 | + dh-ocaml,
|
|
9 | 9 | ocaml-nox,
|
10 | 10 | ocaml-findlib,
|
11 | 11 | ocamlbuild,
|
... | ... | @@ -54,7 +54,7 @@ Section: libdevel |
54 | 54 | Depends:
|
55 | 55 | libc6-dev,
|
56 | 56 | libglib2.0-dev,
|
57 | - libncurses5-dev,
|
|
57 | + libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= 6.1+20181013-2+deb10u2),
|
|
58 | 58 | ${shlibs:Depends},
|
59 | 59 | ${misc:Depends}
|
60 | 60 | Description: C library to access descriptions of package upgrade problems
|