Lintian Fixes - ocaml-angstrom

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 2b74816..d151411 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-angstrom (0.15.0-3) UNRELEASED; urgency=medium
+
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * debian/watch: Use GitHub /tags rather than /releases page.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 15 Jul 2023 14:38:40 -0000
+
 ocaml-angstrom (0.15.0-2) unstable; urgency=medium
 
   * Use ocaml_dune DH buildsystem
diff --git a/debian/control b/debian/control
index a0698e8..357fc27 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  libbigstringaf-ocaml-dev,
  libresult-ocaml-dev,
  dh-ocaml (>= 1.2.1)
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-angstrom
 Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-angstrom.git
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..888b390
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/inhabitedtype/angstrom/issues
+Bug-Submit: https://github.com/inhabitedtype/angstrom/issues/new
+Repository-Browse: https://github.com/inhabitedtype/angstrom
diff --git a/debian/watch b/debian/watch
index 673cd40..03f7467 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=4
-https://github.com/inhabitedtype/angstrom/releases .*/tags/v?([0-9.]+)\.tar\.gz
+https://github.com/inhabitedtype/angstrom/tags .*/tags/v?([0-9.]+)\.tar\.gz

Run locally

More details

Full run details

Historical runs