Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / mysql-ocaml
Commits: e13c046b by Stephane Glondu at 2026-05-20T09:02:42+02:00 Update packaging - - - - - 24de8362 by Stephane Glondu at 2026-05-20T09:08:20+02:00 Depend on libmariadb-dev (Closes: #1137153) - - - - - ca68b13e by Stephane Glondu at 2026-05-20T09:08:30+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +mysql-ocaml (1.2.4-3) unstable; urgency=medium + + * Team upload + * Depend on libmariadb-dev (Closes: #1137153) + * Switch debian/watch to version 5 + * Bump Standards-Version to 4.7.4 + * Remove Rules-Requires-Root and Priority from debian/control + + -- Stéphane Glondu <[email protected]> Wed, 20 May 2026 09:04:50 +0200 + mysql-ocaml (1.2.4-2) unstable; urgency=medium [ Stéphane Glondu ] ===================================== debian/control ===================================== @@ -1,17 +1,15 @@ Source: mysql-ocaml Section: ocaml -Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Uploaders: Mehdi Dogguy <[email protected]> Build-Depends: debhelper-compat (= 13), - default-libmysqlclient-dev, + libmariadb-dev, dh-ocaml, ocaml, ocaml-findlib -Standards-Version: 4.6.2 -Rules-Requires-Root: no +Standards-Version: 4.7.4 Homepage: https://ygrek.org/p/ocaml-mysql/ Vcs-Git: https://salsa.debian.org/ocaml-team/mysql-ocaml.git Vcs-Browser: https://salsa.debian.org/ocaml-team/mysql-ocaml @@ -36,7 +34,7 @@ Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}, - default-libmysqlclient-dev + libmariadb-dev Recommends: ocaml-findlib Provides: ===================================== debian/watch ===================================== @@ -1,2 +1,5 @@ -version=4 -https://github.com/ygrek/ocaml-mysql/releases .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz +Version: 5 + +Source: https://api.github.com/repos/ygrek/ocaml-mysql/releases?per_page=50 +Matching-Pattern: https://github.com/ygrek/ocaml-mysql/releases/download/[^/]+/ocaml-mysql-@ANY_VERSION@\.(?:tar\.gz|tbz) +Searchmode: plain View it on GitLab: https://salsa.debian.org/ocaml-team/mysql-ocaml/-/compare/5f2150cc89a4d2253d7c320e6774bb6a0aba541c...ca68b13ea4aca7bf103ed316ddeae1e6cbf06564 -- View it on GitLab: https://salsa.debian.org/ocaml-team/mysql-ocaml/-/compare/5f2150cc89a4d2253d7c320e6774bb6a0aba541c...ca68b13ea4aca7bf103ed316ddeae1e6cbf06564 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

