From 2a06c5352b79d47c0a00c73b0fc20a7de879fe0d Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 19 Mar 2020 18:13:27 +0000 Subject: [PATCH] Make "Files: *" paragraph the first in the copyright file. Fixes: lintian: global-files-wildcard-not-first-paragraph-in-dep5-copyright See-also: https://lintian.debian.org/tags/global-files-wildcard-not-first-paragraph-in-dep5-copyright.html --- debian/changelog | 1 + debian/copyright | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f0d0dc9..29c1081 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ python-py-zipkin (0.15.0-2) UNRELEASED; urgency=medium * Bump debhelper from old 9 to 12. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Make "Files: *" paragraph the first in the copyright file. -- Ondřej Nový <onovy@debian.org> Wed, 09 Jan 2019 13:44:34 +0100 diff --git a/debian/copyright b/debian/copyright index bbbb4aa..c8b29ea 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,14 +3,14 @@ Upstream-Name: py_zipkin Upstream-Contact: Yelp, Inc. <opensource+py-zipkin@yelp.com> Source: https://github.com/Yelp/py_zipkin -Files: py_zipkin/thrift/zipkinCore.thrift -Copyright: 2012 Twitter Inc. -License: Apache-2.0 - Files: * Copyright: Yelp, Inc. <opensource+py-zipkin@yelp.com> License: Apache-2.0 +Files: py_zipkin/thrift/zipkinCore.thrift +Copyright: 2012 Twitter Inc. +License: Apache-2.0 + Files: debian/* Copyright: 2015 © Olivier Sallou <osallou@tifenn.irisa.fr> License: Apache-2.0 -- GitLab