Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / mysql-ocaml
Commits: 790a0a3c by Debian Janitor at 2022-09-01T09:54:13+00:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - 0f429585 by Debian Janitor at 2022-09-01T09:54:13+00:00 Use secure copyright file specification URI. Changes-By: lintian-brush Fixes: lintian: insecure-copyright-format-uri See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html - - - - - e2788956 by Debian Janitor at 2022-09-01T09:54:13+00:00 Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html - - - - - 0a6b1a05 by Debian Janitor at 2022-09-01T09:54:14+00:00 Set field Upstream-Name in debian/copyright. Changes-By: lintian-brush - - - - - a2c089e9 by Debian Janitor at 2022-09-01T09:54:16+00:00 Update pattern for GitHub archive URLs from /<org>/<repo>/tags page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>. Changes-By: lintian-brush - - - - - c767f404 by Debian Janitor at 2022-09-01T09:54:16+00:00 Update standards version to 4.6.0, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - cdb45816 by Stéphane Glondu at 2023-08-15T08:06:22+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request ocaml-team/mysql-ocaml!1 - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +mysql-ocaml (1.2.4-2) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + * Use secure copyright file specification URI. + * Update watch file format version to 4. + * Set field Upstream-Name in debian/copyright. + * Update pattern for GitHub archive URLs from /<org>/<repo>/tags + page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>. + * Update standards version to 4.6.0, no changes needed. + + -- Debian Janitor <[email protected]> Thu, 01 Sep 2022 09:54:13 -0000 + mysql-ocaml (1.2.4-1) unstable; urgency=medium * Team upload @@ -236,4 +248,3 @@ mysql-ocaml (1.0.2-1) unstable; urgency=low * Initial Release. -- Samuel Mimram <[email protected]> Sun, 16 Nov 2003 22:44:10 +0100 - ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: dh-ocaml, ocaml, ocaml-findlib -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Rules-Requires-Root: no Homepage: https://ygrek.org/p/ocaml-mysql/ Vcs-Git: https://salsa.debian.org/ocaml-team/mysql-ocaml.git ===================================== debian/copyright ===================================== @@ -1,7 +1,8 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://raevnos.pennmush.org/code/ocaml.html Packaged-By: Samuel Mimram <[email protected]> Packaged-Date: Sun, 16 Nov 2003 22:44:10 +0100 +Upstream-Name: ocaml-mysql Files: * Copyright: 1999-2004 Shawn Wagner ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 -https://github.com/ygrek/ocaml-mysql/releases .*/archive/v?([0-9.]+)\.tar\.gz +version=4 +https://github.com/ygrek/ocaml-mysql/releases .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz View it on GitLab: https://salsa.debian.org/ocaml-team/mysql-ocaml/-/compare/74ce02c9f52c58c67c3f93f8023d0a1317e520d3...cdb458164ae22786294d310b347b858404943b1f -- View it on GitLab: https://salsa.debian.org/ocaml-team/mysql-ocaml/-/compare/74ce02c9f52c58c67c3f93f8023d0a1317e520d3...cdb458164ae22786294d310b347b858404943b1f You're receiving this email because of your account on salsa.debian.org.

