Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-sqlite3
Commits: 3ca49990 by Debian Janitor at 2022-05-11T03:53:47+00:00 Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on libsqlite3-dev and ocaml-findlib. Changes-By: deb-scrub-obsolete - - - - - e59aa50a by Stephane Glondu at 2023-08-15T14:04:32+02:00 Merge branch 'ocaml-sqlite3-scrub-obsolete' - - - - - 1bee0329 by Stephane Glondu at 2023-08-15T14:05:05+02:00 Update changelog - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +ocaml-sqlite3 (5.1.0-4) UNRELEASED; urgency=medium + + [ Debian Janitor ] + * Remove constraints unnecessary since buster + + -- Stéphane Glondu <[email protected]> Tue, 15 Aug 2023 14:04:48 +0200 + ocaml-sqlite3 (5.1.0-3) unstable; urgency=medium * Include ocamlvars.mk in debian/rules ===================================== debian/control ===================================== @@ -7,10 +7,10 @@ Build-Depends: debhelper-compat (= 13), pkg-config, ocaml, - libsqlite3-dev (>= 3.3.9), + libsqlite3-dev, ocaml-dune, libdune-ocaml-dev, - ocaml-findlib (>= 1.4), + ocaml-findlib, dh-ocaml (>= 1.2) Standards-Version: 4.6.0 Rules-Requires-Root: no View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-sqlite3/-/compare/638ef35107d803dd644e8d6da09a58161ab29efd...1bee032924619669386ec763e5dd495bec7c458c -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-sqlite3/-/compare/638ef35107d803dd644e8d6da09a58161ab29efd...1bee032924619669386ec763e5dd495bec7c458c You're receiving this email because of your account on salsa.debian.org.

