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 Remove constraints unnecessary since buster (oldstable) * Build-Depends: Drop versioned constraint on dh-ocaml. Changes-By: deb-scrub-obsolete - - - - - 2ad03636 by Debian Janitor at 2023-01-30T02:56:57+00:00 Remove constraints unnecessary since buster (oldstable) * libcudf-dev: Replace dependency on transitional package libncurses5-dev with replacement libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= 6.1+20181013-2+deb10u2) in Depends. Changes-By: deb-scrub-obsolete - - - - - d50e74e1 by Stéphane Glondu at 2023-07-22T07:45:42+00:00 Merge branch 'master' into 'scrub-obsolete' - - - - - 93d4d949 by Stéphane Glondu at 2023-07-22T07:46:11+00:00 Merge branch 'scrub-obsolete' into 'master' Remove unnecessary constraints See merge request ocaml-team/cudf!2 - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,11 @@ cudf (0.9-3) UNRELEASED; urgency=medium + * Remove constraints unnecessary since buster (oldstable): + + Build-Depends: Drop versioned constraint on dh-ocaml. + * Remove constraints unnecessary since buster (oldstable): + + libcudf-dev: Replace dependency on transitional package libncurses5-dev + with replacement libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= + 6.1+20181013-2+deb10u2) in Depends. * Use secure URI in Homepage field. * Update standards version to 4.6.1, no changes needed. * Remove field Section on binary package cudf-tools that duplicates source. ===================================== debian/control ===================================== @@ -4,8 +4,8 @@ Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Uploaders: Ralf Treinen <[email protected]> Build-Depends: - debhelper-compat (=13), - dh-ocaml (>= 0.9), + debhelper-compat (= 13), + dh-ocaml, ocaml-nox, ocaml-findlib, ocamlbuild, @@ -54,7 +54,7 @@ Section: libdevel Depends: libc6-dev, libglib2.0-dev, - libncurses5-dev, + libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= 6.1+20181013-2+deb10u2), ${shlibs:Depends}, ${misc:Depends} Description: C library to access descriptions of package upgrade problems View it on GitLab: https://salsa.debian.org/ocaml-team/cudf/-/compare/46a38669da3af7474e3b1d951e8ee9ca713eddfc...93d4d94922db11a2578e0b8b50fa3b2bbc978a53 -- View it on GitLab: https://salsa.debian.org/ocaml-team/cudf/-/compare/46a38669da3af7474e3b1d951e8ee9ca713eddfc...93d4d94922db11a2578e0b8b50fa3b2bbc978a53 You're receiving this email because of your account on salsa.debian.org.

