From 246637465d6259b2d3f687dcd4e87cdfda8e23e8 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 22 Oct 2019 00:33:20 +0000 Subject: [PATCH] debian/copyright: Use spaces rather than tabs in continuation lines. --- debian/changelog | 3 +++ debian/copyright | 32 ++++++++++++++++---------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index f97b3f7..b5bd8b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ python-testtools (2.3.0-7) UNRELEASED; urgency=medium [ Ondřej Nový ] * Run wrap-and-sort -bastk. + [ Debian Janitor ] + * debian/copyright: Use spaces rather than tabs in continuation lines. + -- Debian Janitor Sat, 05 Oct 2019 20:04:45 +0000 python-testtools (2.3.0-6) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index 095e2be..b1d90e7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,30 +5,30 @@ Source: https://github.com/testing-cabal/testtools Files: * Copyright: (c) Canonical Ltd - (c) Twisted Matrix Labs - (c) 2008-2013, Jonathan M. Lange - (c) Robert Collins - (c) Andrew Bennetts - (c) Benjamin Peterson - (c) Jamu Kakar - (c) James Westby - (c) Martin [gz] - (c) Michael Hudson-Doyle - (c) Aaron Bentley - (c) Christian Kampka - (c) Gavin Panella - (c) Martin Pool + (c) Twisted Matrix Labs + (c) 2008-2013, Jonathan M. Lange + (c) Robert Collins + (c) Andrew Bennetts + (c) Benjamin Peterson + (c) Jamu Kakar + (c) James Westby + (c) Martin [gz] + (c) Michael Hudson-Doyle + (c) Aaron Bentley + (c) Christian Kampka + (c) Gavin Panella + (c) Martin Pool License: MIT Files: testtools/run.py Copyright: (c) 1999-2003 Steve Purcell - (c) 2003-2010 Python Software Foundation + (c) 2003-2010 Python Software Foundation License: Python-license Files: debian/* Copyright: (c) 2009, Elliot Murphy - (c) 2009-2011, Robert Collins - (c) 2012, Jelmer Vernooij + (c) 2009-2011, Robert Collins + (c) 2012, Jelmer Vernooij (c) 20013-2017, Thomas Goirand License: MIT -- GitLab