diff --git a/debian/changelog b/debian/changelog index 5d29466add5eef846d324b2cfba187606bc99d5c..ad4605e9cca0ea621b3f744a18fe1b0526b14138 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +check-postgres (2.25.0-5) UNRELEASED; urgency=medium + + * Set upstream metadata fields: Repository-Browse. + * debian/watch: Use GitHub /tags rather than /releases page. + * Update standards version to 4.6.1, no changes needed. + + -- Debian Janitor <janitor@jelmer.uk> Wed, 02 Nov 2022 06:44:39 -0000 + check-postgres (2.25.0-4) unstable; urgency=medium * t/04_timeout.t: Allow yet more time for tests. diff --git a/debian/control b/debian/control index 4ca762a134f9d1ecc1ec729f8cf1a3667c983eda..118299dc4ebd97cdfd925ec5f7ae82ff03d0d281 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: libdbd-pg-perl, perl, postgresql-all, -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://bucardo.org/check_postgres/ Vcs-Git: https://salsa.debian.org/postgresql/check-postgres.git diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000000000000000000000000000000000000..502774aad31ece9f7e7c1f62c0610e6f9dd1d7ce --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,2 @@ +--- +Repository-Browse: https://github.com/bucardo/check_postgres diff --git a/debian/watch b/debian/watch index 6b34204452956919e7e4bcd673b4d29e674e7a10..9c8a09a16bbdc2d5718bd53a33909a3a9d557ec6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -https://github.com/bucardo/check_postgres/releases .*/check_postgres-(.*).tar.gz +https://github.com/bucardo/check_postgres/tags .*/check_postgres-(.*).tar.gz