From 1ae981e2c6fde06f955bb186014eaac6544bfce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 19 Sep 2018 09:59:14 +0100 Subject: [PATCH 1/2] Use secure copyright file specification URI. Fixes lintian: insecure-copyright-format-uri See https://lintian.debian.org/tags/insecure-copyright-format-uri.html for more details. --- debian/changelog | 6 ++++++ debian/copyright | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b469b41..5430d5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +adlint (3.2.14-5) UNRELEASED; urgency=medium + + * Use secure copyright file specification URI. + + -- Jelmer Vernooij Wed, 19 Sep 2018 09:59:14 +0100 + adlint (3.2.14-4) unstable; urgency=medium * d/watch: Update gemwatch URL. diff --git a/debian/copyright b/debian/copyright index 5d95dfb..4b74afb 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: adlint Source: http://adlint.sourceforge.net/ -- GitLab From 2323488d47118fe0b0e4d9528edbb289d55324f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 19 Sep 2018 09:59:15 +0100 Subject: [PATCH 2/2] Trim trailing whitespace. Fixes lintian: file-contains-trailing-whitespace See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details. --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5430d5f..4206c20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ adlint (3.2.14-5) UNRELEASED; urgency=medium * Use secure copyright file specification URI. + * Trim trailing whitespace. -- Jelmer Vernooij Wed, 19 Sep 2018 09:59:14 +0100 @@ -29,7 +30,7 @@ adlint (3.2.14-3) unstable; urgency=medium adlint (3.2.14-2) unstable; urgency=medium - * merge from team upload. + * merge from team upload. * Build for all Ruby versions -- TANIGUCHI Takaki Fri, 06 Jun 2014 16:06:44 +0900 -- GitLab