Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / caml2html
Commits: f767aa6d by Debian Janitor at 2022-11-01T12:56:40+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 - - - - - 6dfef9e1 by Debian Janitor at 2022-11-01T12:56:40+00:00 Bump debhelper from old 12 to 13. + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html - - - - - 3861108d by Debian Janitor at 2022-11-01T12:56:40+00:00 Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html - - - - - 8c224cfc by Debian Janitor at 2022-11-01T12:56:44+00:00 Set upstream metadata fields: 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 - - - - - 47bb72c2 by Debian Janitor at 2022-11-01T12:56:44+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 - - - - - 497bc7c5 by Debian Janitor at 2022-11-01T12:56:44+00:00 debian/watch: Use GitHub /tags rather than /releases page. Changes-By: lintian-brush - - - - - 3d7032d0 by Debian Janitor at 2022-11-01T12:56:44+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 - - - - - ac1dfdf0 by Stéphane Glondu at 2023-08-15T07:50:05+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request ocaml-team/caml2html!1 - - - - - 5 changed files: - − debian/compat - debian/control - debian/rules - + debian/upstream/metadata - debian/watch Changes: ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -3,14 +3,14 @@ Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Build-Depends: - debhelper (>= 12), + debhelper-compat (= 13), dh-ocaml (>= 0.9~), ocaml, ocaml-best-compilers, ocaml-findlib, libfindlib-ocaml-dev, camlmix -Standards-Version: 4.4.0 +Standards-Version: 4.6.1 Homepage: https://github.com/mjambon/caml2html Vcs-Git: https://salsa.debian.org/ocaml-team/caml2html.git Vcs-Browser: https://salsa.debian.org/ocaml-team/caml2html ===================================== debian/rules ===================================== @@ -36,6 +36,3 @@ override_dh_auto_install: mkdir -p '$(DESTDIR)/usr/bin' make install 'BINDIR=$(DESTDIR)/usr/bin' - -override_dh_missing: - dh_missing --fail-missing ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,2 @@ +--- +Repository-Browse: https://github.com/mjambon/caml2html ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 -https://github.com/mjambon/caml2html/releases .*/archive/v(.*)\.tar\.gz +version=4 +https://github.com/mjambon/caml2html/tags .*/archive/refs/tags/v(.*)\.tar\.gz View it on GitLab: https://salsa.debian.org/ocaml-team/caml2html/-/compare/1d0878afc91717da72229813dd7fb19c3d8668da...ac1dfdf0aec86ef3fd5392c74d989aa2d6a71cb8 -- View it on GitLab: https://salsa.debian.org/ocaml-team/caml2html/-/compare/1d0878afc91717da72229813dd7fb19c3d8668da...ac1dfdf0aec86ef3fd5392c74d989aa2d6a71cb8 You're receiving this email because of your account on salsa.debian.org.

