From 2d5cc3c655c93cd00971b8f612c4ca01d26dfdaf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Oct 2021 02:32:56 +0000 Subject: [PATCH 1/3] Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3dc1182..43bbc86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +oakleaf (0.0.1-4) UNRELEASED; urgency=medium + + * Use secure URI in Homepage field. + + -- Debian Janitor Mon, 11 Oct 2021 02:32:48 -0000 + oakleaf (0.0.1-3) unstable; urgency=low * Added missing another autopkg test build depencies. diff --git a/debian/control b/debian/control index 939e1b4..a0d2d54 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Astronomy Team Build-Depends: debhelper (>= 11), gfortran, minpack-dev Standards-Version: 4.3.0 -Homepage: http://integral.physics.muni.cz/oakleaf/ +Homepage: https://integral.physics.muni.cz/oakleaf/ Vcs-Browser: https://salsa.debian.org/debian-astro-team/oakleaf Vcs-Git: https://salsa.debian.org/debian-astro-team/oakleaf.git -- GitLab From c5590b35a720e2ec23dc01c38ae2dcdd5752b4ec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Oct 2021 02:33:16 +0000 Subject: [PATCH 2/3] Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 43bbc86..87ce243 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ oakleaf (0.0.1-4) UNRELEASED; urgency=medium * Use secure URI in Homepage field. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Mon, 11 Oct 2021 02:32:48 -0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index a0d2d54..cda9603 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: optional Maintainer: Debian Astronomy Team Uploaders: Filip Hroch -Build-Depends: debhelper (>= 11), gfortran, minpack-dev +Build-Depends: debhelper-compat (= 11), gfortran, minpack-dev Standards-Version: 4.3.0 Homepage: https://integral.physics.muni.cz/oakleaf/ Vcs-Browser: https://salsa.debian.org/debian-astro-team/oakleaf -- GitLab From ca7555189fac4a33a78b8d6e43a37df1383e3088 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Oct 2021 02:33:41 +0000 Subject: [PATCH 3/3] 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/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 87ce243..7ec1a45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ oakleaf (0.0.1-4) UNRELEASED; urgency=medium * Use secure URI in Homepage field. * Set debhelper-compat version in Build-Depends. + * Update standards version to 4.6.0, no changes needed. -- Debian Janitor Mon, 11 Oct 2021 02:32:48 -0000 diff --git a/debian/control b/debian/control index cda9603..f80305f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Astronomy Team Uploaders: Filip Hroch Build-Depends: debhelper-compat (= 11), gfortran, minpack-dev -Standards-Version: 4.3.0 +Standards-Version: 4.6.0 Homepage: https://integral.physics.muni.cz/oakleaf/ Vcs-Browser: https://salsa.debian.org/debian-astro-team/oakleaf Vcs-Git: https://salsa.debian.org/debian-astro-team/oakleaf.git -- GitLab