From e7af54999f00a427a8e5a4c3c12cf18f59c4b9e7 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 29 Nov 2019 08:01:46 +0000 Subject: [PATCH 1/4] Rename obsolete path debian/tests/control.autodep8 to debian/tests/control. Fixes lintian: debian-tests-control-autodep8-is-obsolete See https://lintian.debian.org/tags/debian-tests-control-autodep8-is-obsolete.html for more details. --- debian/changelog | 7 +++++++ debian/tests/{control.autodep8 => control} | 0 2 files changed, 7 insertions(+) rename debian/tests/{control.autodep8 => control} (100%) diff --git a/debian/changelog b/debian/changelog index ca97d506..ea5a041b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +aptly (1.3.0+ds1-3) UNRELEASED; urgency=medium + + * Rename obsolete path debian/tests/control.autodep8 to + debian/tests/control. + + -- Debian Janitor Fri, 29 Nov 2019 08:01:38 +0000 + aptly (1.3.0+ds1-2.3) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/tests/control.autodep8 b/debian/tests/control similarity index 100% rename from debian/tests/control.autodep8 rename to debian/tests/control From d4268fd4c6843a57a358aa762fdf76ffcf9212e6 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 29 Nov 2019 08:02:06 +0000 Subject: [PATCH 2/4] Use secure URI in Homepage field. Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ea5a041b..a6333e44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ aptly (1.3.0+ds1-3) UNRELEASED; urgency=medium * Rename obsolete path debian/tests/control.autodep8 to debian/tests/control. + * Use secure URI in Homepage field. -- Debian Janitor Fri, 29 Nov 2019 08:01:38 +0000 diff --git a/debian/control b/debian/control index 930fc53c..1f3a0b3b 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 11), golang-golang-x-sys-dev, golang-golang-x-crypto-dev, Standards-Version: 4.1.3 -Homepage: http://www.aptly.info +Homepage: https://www.aptly.info Vcs-Git: https://salsa.debian.org/debian/aptly.git Vcs-Browser: https://salsa.debian.org/debian/aptly XS-Go-Import-Path: github.com/aptly-dev/aptly From 20278a7b5d43a8db925a5d0a19fedca1ac824d3f Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 29 Nov 2019 08:02:25 +0000 Subject: [PATCH 3/4] Bump debhelper from old 11 to 12. Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details. --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a6333e44..7d47f25e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ aptly (1.3.0+ds1-3) UNRELEASED; urgency=medium * Rename obsolete path debian/tests/control.autodep8 to debian/tests/control. * Use secure URI in Homepage field. + * Bump debhelper from old 11 to 12. -- Debian Janitor Fri, 29 Nov 2019 08:01:38 +0000 diff --git a/debian/compat b/debian/compat index b4de3947..48082f72 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index 1f3a0b3b..597b0be0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: aptly Section: utils Priority: optional Maintainer: Sebastien Delafond -Build-Depends: debhelper (>= 11), +Build-Depends: debhelper (>= 12~), dh-golang, golang-any, golang-go.tools, From dccf1acb7857dda211ba41f1cea7e92e77a63f6c Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 29 Nov 2019 08:02:45 +0000 Subject: [PATCH 4/4] Set debhelper-compat version in Build-Depends. Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details. --- 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 7d47f25e..0847df34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ aptly (1.3.0+ds1-3) UNRELEASED; urgency=medium debian/tests/control. * Use secure URI in Homepage field. * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Fri, 29 Nov 2019 08:01:38 +0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 597b0be0..1b3e0b6c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: aptly Section: utils Priority: optional Maintainer: Sebastien Delafond -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, golang-go.tools,