From 75ad96e9ca60e49738dd184dfad70ba9cba33119 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 19 May 2022 08:30:53 +0000 Subject: [PATCH 1/4] Bump debhelper from old 12 to 13. 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2aefc85c..fb29565a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: aptly Section: utils Priority: optional Maintainer: Sebastien Delafond -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-tools-dev, From dc742392758ac282b5380e017e3a6455034322fd Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 19 May 2022 08:31:03 +0000 Subject: [PATCH 2/4] Set upstream metadata fields: Bug-Database, Bug-Submit, 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 Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html --- debian/upstream/metadata | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 00000000..a5d53796 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +--- +Bug-Database: https://github.com/aptly-dev/aptly/issues +Bug-Submit: https://github.com/aptly-dev/aptly/issues/new +Repository-Browse: https://github.com/aptly-dev/aptly From 55fc2f4d0c94eb25cb3454af75c8c24f2da7ff0a Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 19 May 2022 08:31:42 +0000 Subject: [PATCH 3/4] Update standards version to 4.6.0, 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fb29565a..17a48b14 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Build-Depends: debhelper-compat (= 13), golang-github-ugorji-go-codec-dev, golang-golang-x-sys-dev, golang-golang-x-crypto-dev, -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Homepage: https://www.aptly.info Vcs-Git: https://salsa.debian.org/debian/aptly.git Vcs-Browser: https://salsa.debian.org/debian/aptly From 60e578bad9972151fcfbd2caabf5d4bdc4a04029 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 7 Jun 2022 00:53:29 +0000 Subject: [PATCH 4/4] Set upstream metadata fields: Repository. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html --- debian/upstream/metadata | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/upstream/metadata b/debian/upstream/metadata index a5d53796..7571c2d7 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,4 +1,5 @@ --- Bug-Database: https://github.com/aptly-dev/aptly/issues Bug-Submit: https://github.com/aptly-dev/aptly/issues/new +Repository: https://github.com/aptly-dev/aptly.git Repository-Browse: https://github.com/aptly-dev/aptly