From 88dd66b5518034836ae039d559a00087859c74d4 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 26 Aug 2020 11:28:15 +0000 Subject: [PATCH 1/2] Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, 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 Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html --- debian/upstream/metadata | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..b5da579 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/astropy/pytest-astropy-header/issues +Bug-Submit: https://github.com/astropy/pytest-astropy-header/issues/new +Repository: https://github.com/astropy/pytest-astropy-header.git +Repository-Browse: https://github.com/astropy/pytest-astropy-header -- GitLab From 2a64b24e0242b91aef8061e3ca9115224a6355d8 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 26 Aug 2020 11:29:04 +0000 Subject: [PATCH 2/2] Update standards version to 4.5.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 81c05b0..b29373e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12), python3-all, python3-pytest, python3-setuptools -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Homepage: https://github.com/astropy/pytest-astropy-header Vcs-Browser: https://salsa.debian.org/debian-astro-team/pytest-astropy-header Vcs-Git: https://salsa.debian.org/debian-astro-team/pytest-astropy-header.git -- GitLab