From 34f0c4b51bba32fad92ff63ee1f7b78d50d549d1 Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Sun, 23 Feb 2020 23:06:31 +0000 Subject: [PATCH] Use canonical URL in Vcs-Git. Fixes: lintian: vcs-field-not-canonical See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cfc0867..4edad91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ ruby-axiom-types (0.1.1-2) UNRELEASED; urgency=medium * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. -- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 03:32:14 +0530 diff --git a/debian/control b/debian/control index 2ee2961..c8a5898 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 12), ruby-rspec-its, ruby-thread-safe Standards-Version: 3.9.7 -Vcs-Git: https://salsa.debian.org/ruby-team/ruby-axiom-types +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-axiom-types.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-axiom-types Homepage: https://github.com/dkubb/axiom-types XS-Ruby-Versions: all -- GitLab