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.
Austin S. Hemmelgarn committed
Jan 16, 2020 at 18:44 UTC
4c6714be97021fc33faacf0bc55a858c7237bbec
1 file changed
+1
contrib/debian/changelog
renamed
+1
@@ -2,5 +2,5 @@ netdata (PREVIOUS_PACKAGE_VERSION) unstable; urgency=medium
2
3
* Initial Release
4
5
+ -- Netdata Builder <bot@netdata.cloud> PREVIOUS_PACKAGE_DATE
6