From 5152e506f56ca804d609d8b322e21a117c704977 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 7 Nov 2019 21:38:30 +0000 Subject: [PATCH] Strip unusual field spacing from debian/control. Fixes lintian: debian-control-has-unusual-field-spacing See https://lintian.debian.org/tags/debian-control-has-unusual-field-spacing.html for more details. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7875622..4c1a6c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-boto3 (1.9.253-2) UNRELEASED; urgency=medium + + * Strip unusual field spacing from debian/control. + + -- Debian Janitor Thu, 07 Nov 2019 21:38:22 +0000 + python-boto3 (1.9.253-1) unstable; urgency=medium * New upstream version 1.9.253 diff --git a/debian/control b/debian/control index 4d28387..60a6083 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), python3-setuptools Standards-Version: 4.3.0 Homepage: https://github.com/boto/boto3 -Vcs-Git:https://salsa.debian.org/eevans/python-boto3.git +Vcs-Git: https://salsa.debian.org/eevans/python-boto3.git Vcs-Browser: https://salsa.debian.org/eevans/python-boto3 Package: python3-boto3