Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-inotify
Commits: df34bc6d by Debian Janitor at 2022-11-02T08:54:41+00:00 Use versioned copyright format URI. Changes-By: lintian-brush Fixes: lintian: unversioned-copyright-format-uri See-also: https://lintian.debian.org/tags/unversioned-copyright-format-uri.html - - - - - aa6e7d58 by Debian Janitor at 2022-11-02T08:54:42+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 - - - - - 18605bed by Debian Janitor at 2022-11-02T08:54:46+00:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html - - - - - daf1e477 by Debian Janitor at 2022-11-02T08:54:46+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 - - - - - 9ad5ff8f by Debian Janitor at 2022-11-02T08:54:46+00:00 debian/watch: Use GitHub /tags rather than /releases page. Changes-By: lintian-brush - - - - - 435a7b5e by Debian Janitor at 2022-11-02T08:54:46+00:00 Update standards version to 4.6.1, 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 - - - - - 25c38917 by Stéphane Glondu at 2023-02-04T06:12:48+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request ocaml-team/ocaml-inotify!1 - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - + debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +ocaml-inotify (2.3-3) UNRELEASED; urgency=medium + + * Use versioned copyright format URI. + * Update watch file format version to 4. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. + * Update pattern for GitHub archive URLs from /<org>/<repo>/tags + page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>. + * debian/watch: Use GitHub /tags rather than /releases page. + * Update standards version to 4.6.1, no changes needed. + + -- Debian Janitor <[email protected]> Wed, 02 Nov 2022 08:54:41 -0000 + ocaml-inotify (2.3-2) unstable; urgency=medium * Export CAML_LD_LIBRARY_PATH in debian/rules so that tests can run on ===================================== debian/control ===================================== @@ -11,7 +11,7 @@ Build-Depends: libfileutils-ocaml-dev, libounit-ocaml-dev, dh-ocaml -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-inotify Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-inotify.git ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Author: Vincent Hanquez Packaged-By: Sylvain Le Gall <[email protected]> Packaged-Date: Sun, 08 Jun 2008 11:56:52 +0200 ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,4 @@ +--- +Bug-Database: https://github.com/whitequark/ocaml-inotify/issues +Bug-Submit: https://github.com/whitequark/ocaml-inotify/issues/new +Repository-Browse: https://github.com/whitequark/ocaml-inotify ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 -https://github.com/whitequark/ocaml-inotify/releases .*/archive/v?([0-9.]+)\.tar\.gz +version=4 +https://github.com/whitequark/ocaml-inotify/tags .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-inotify/-/compare/915e75dd534063554259dccc50331f7a20835105...25c38917be95453ca547dfc05d0927e3cc949044 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-inotify/-/compare/915e75dd534063554259dccc50331f7a20835105...25c38917be95453ca547dfc05d0927e3cc949044 You're receiving this email because of your account on salsa.debian.org.

