summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-01-16 18:44:35 -0500
committerJames Mills <1290234+prologic@users.noreply.github.com>2020-01-17 01:44:35 +0200
commit4c6714be97021fc33faacf0bc55a858c7237bbec (patch)
tree5b7081d5c7356272c62284ce02da4ab644cbaba0
parentc7e13846a87054d1e6e412d8edbc25b9dcbc684f (diff)
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.
-rw-r--r--contrib/debian/changelog2
1 files changed, 1 insertions, 1 deletions
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