From e6d4f61f1a0637c0972594a925f198e5b59d8e32 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 22 Jan 2020 00:15:27 +0000 Subject: [PATCH 1/4] Use secure copyright file specification URI. Fixes: lintian: insecure-copyright-format-uri See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 8c2b8d1..c29b71e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IGRF Source: http://www.ngdc.noaa.gov/IAGA/vmod/igrf.html -- GitLab From 5ec343ac8ac49ed3009dac8910b1433d453a5bba Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 22 Jan 2020 00:16:15 +0000 Subject: [PATCH 2/4] Use secure URI in Homepage field. Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e4c3d4d..4cba46f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Ole Streicher , Benda Xu Build-Depends: debhelper (>= 9), casacore-tools (>= 2.3.0) Standards-Version: 4.0.0 -Homepage: http://www.ngdc.noaa.gov/IAGA/vmod/igrf.html +Homepage: https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html Vcs-Git: https://salsa.debian.org/debian-astro-team/casacore-data-igrf.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/casacore-data-igrf -- GitLab From 2c55017adb61d4a5899559148397a89949c785d6 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 22 Jan 2020 00:16:40 +0000 Subject: [PATCH 3/4] Bump debhelper from old 9 to 12. Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +12 diff --git a/debian/control b/debian/control index 4cba46f..c0caff8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: optional Maintainer: Debian Astro Team Uploaders: Ole Streicher , Benda Xu -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 12~), casacore-tools (>= 2.3.0) Standards-Version: 4.0.0 Homepage: https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html -- GitLab From be982f2b45253800914e2a33201fd66b045a0571 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 22 Jan 2020 00:17:05 +0000 Subject: [PATCH 4/4] Set debhelper-compat version in Build-Depends. Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index c0caff8..5ed0344 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: optional Maintainer: Debian Astro Team Uploaders: Ole Streicher , Benda Xu -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 12), casacore-tools (>= 2.3.0) Standards-Version: 4.0.0 Homepage: https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html -- GitLab