Lintian Fixes - hypopg

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 1209a26..b24dd65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,18 @@
+hypopg (1.4.0-2) UNRELEASED; urgency=medium
+
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Name, Repository,
+    Repository-Browse.
+  * debian/watch: Use GitHub /tags rather than /releases page.
+  * Fix day-of-week for changelog entry 1.4.0-1.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 03 Jun 2023 23:53:44 -0000
+
 hypopg (1.4.0-1) unstable; urgency=medium
 
   * New upstream version.
 
- -- Julien Rouhaud <rjuju123@gmail.com>  Sat, 27 May 2021 15:26:37 +0800
+ -- Julien Rouhaud <rjuju123@gmail.com>  Thu, 27 May 2021 15:26:37 +0800
 
 hypopg (1.3.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 96e0778..f246851 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,16 @@ Priority: optional
 Maintainer: Julien Rouhaud <rjuju123@gmail.com>
 Uploaders:
  Christoph Berg <myon@debian.org>,
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
 Homepage: https://hypopg.readthedocs.io/
 Vcs-Browser: https://github.com/HypoPG/hypopg
 Vcs-Git: https://github.com/HypoPG/hypopg.git
 
-Package: postgresql-14-hypopg
+Package: postgresql-15-hypopg
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14
+Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
 Description: PostgreSQL extension adding support for hypothetical indexes.
  An hypothetical, or virtual, index is an index that doesn't really exists, and
  thus doesn't cost CPU, disk or any resource to create.  They're useful to know
diff --git a/debian/control.in b/debian/control.in
index b854d00..017060b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Julien Rouhaud <rjuju123@gmail.com>
 Uploaders:
  Christoph Berg <myon@debian.org>,
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
 Homepage: https://hypopg.readthedocs.io/
diff --git a/debian/tests/control b/debian/tests/control
index 5b07fc6..b0c877c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
-Depends: @, make, postgresql-contrib-14
+Depends: @, make, postgresql-contrib-15
 Tests: installcheck
 Restrictions: allow-stderr
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..48a4435
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Name: hypopg
+Bug-Database: https://github.com/HypoPG/hypopg/issues
+Bug-Submit: https://github.com/HypoPG/hypopg/issues/new
+Repository: https://github.com/HypoPG/hypopg.git
+Repository-Browse: https://github.com/hypopg/hypopg/
diff --git a/debian/watch b/debian/watch
index 041cbf3..3d385e3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=4
-https://github.com/hypopg/hypopg/releases .*/(.*).tar.gz
+https://github.com/hypopg/hypopg/tags .*/(.*).tar.gz

Run locally

More details

Full run details

Historical runs