From 1348fba795a926f41b30e6cf1903b47b8fd6b8ed Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Fri, 29 Nov 2019 08:10:34 +0000 Subject: [PATCH] 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 | 3 +++ debian/copyright | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3a86a2e..0c2ef77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ ruby-bert (1.1.6-2) UNRELEASED; urgency=medium [ Utkarsh Gupta ] * Add salsa-ci.yml + [ Debian Janitor ] + * Use secure copyright file specification URI. + -- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 03:35:42 +0530 ruby-bert (1.1.6-1) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index dadbf21..b7d2894 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: bert Source: https://github.com/mojombo/bert -- GitLab