Lintian Fixes - postgresql-15

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index de4c700..e4f5191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+postgresql-15 (15.4-2) UNRELEASED; urgency=medium
+
+  * Update lintian override info to new format:
+    + debian/postgresql-server-dev-15.lintian-overrides: line 9
+    + debian/postgresql-client-15.lintian-overrides: line 3
+  * Use secure URI in Homepage field.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 20 Aug 2023 05:55:36 -0000
+
 postgresql-15 (15.4-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index f978516..3255b7d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Martin Pitt <mpitt@debian.org>,
  Peter Eisentraut <petere@debian.org>,
  Christoph Berg <myon@debian.org>,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Build-Depends:
  autoconf,
@@ -51,7 +51,7 @@ Build-Depends:
  xsltproc,
  zlib1g-dev | libz-dev,
  zstd (>= 1.4.0) <!pkg.postgresql.nozstd>,
-Homepage: http://www.postgresql.org/
+Homepage: https://www.postgresql.org/
 Vcs-Browser: https://salsa.debian.org/postgresql/postgresql
 Vcs-Git: https://salsa.debian.org/postgresql/postgresql.git -b 15
 
diff --git a/debian/postgresql-15.lintian-overrides b/debian/postgresql-15.lintian-overrides
index db59083..3a5c5b8 100644
--- a/debian/postgresql-15.lintian-overrides
+++ b/debian/postgresql-15.lintian-overrides
@@ -6,7 +6,7 @@ description-synopsis-starts-with-article
 
 # We ship binaries and libs in subdirs of /usr/lib/postgresql
 executable-in-usr-lib
-repeated-path-segment lib *
+repeated-path-segment lib [*]
 
 # These are PostgreSQL server plugins; some need no external libraries
 hardening-no-fortify-functions [usr/lib/postgresql/*/lib/*]
diff --git a/debian/postgresql-client-15.lintian-overrides b/debian/postgresql-client-15.lintian-overrides
index a3cef5b..cd959e0 100644
--- a/debian/postgresql-client-15.lintian-overrides
+++ b/debian/postgresql-client-15.lintian-overrides
@@ -1,3 +1,3 @@
 # We ship binaries and libs in subdirs of /usr/lib/postgresql
 executable-in-usr-lib
-repeated-path-segment lib *
+repeated-path-segment lib [*]

Run locally

More details

Full run details

Historical runs