From b0dd9552e8b1ef5402e1ec0363d28306b76d79e5 Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sun, 11 Jul 2021 17:06:08 +0000
Subject: [PATCH] Make "Files: *" paragraph the first in the copyright file.

Changes-By: lintian-brush
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/copyright | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 75c06b1..ff980ad 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: apache_exporter
 Source: <https://github.com/Lusitaniae/apache_exporter>
 
-Files: debian/*
-Copyright: 2017 Autistici/Inventati <info@autistici.org>
-License: MIT
-
 Files: *
 Copyright: 2015 neezgee
 License: MIT
 
+Files: debian/*
+Copyright: 2017 Autistici/Inventati <info@autistici.org>
+License: MIT
+
 License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
@@ -28,4 +28,3 @@ License: MIT
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
-
-- 
GitLab