From 4c6714be97021fc33faacf0bc55a858c7237bbec Mon Sep 17 00:00:00 2001
From: "Austin S. Hemmelgarn" <austin@netdata.cloud>
Date: Thu, 16 Jan 2020 18:44:35 -0500
Subject: [PATCH] Fix the formatting of the trailer line in the Debian
 changelog template. (#7763)

As per the Debian Policy Manual, section 4, sub-section 4, the trailer
line containing the maintainer information and the date in the changelog
file must have a single space preceding the two dashes that mark the
start of the line.

This fixes warnings in the package build process, as well as enabling
the builds to work with older more pedantic versions of
dpkg-buildpackage.
---
 contrib/debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/debian/changelog b/contrib/debian/changelog
index ddfffe4eef..5ac1edb395 100644
--- a/contrib/debian/changelog
+++ b/contrib/debian/changelog
@@ -2,5 +2,5 @@ netdata (PREVIOUS_PACKAGE_VERSION) unstable; urgency=medium
 
   * Initial Release
 
--- Netdata Builder <bot@netdata.cloud>  PREVIOUS_PACKAGE_DATE
+ -- Netdata Builder <bot@netdata.cloud>  PREVIOUS_PACKAGE_DATE