This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=363c7bf5680069d5d3f2045cc2d909882eaa9e58 commit 363c7bf5680069d5d3f2045cc2d909882eaa9e58 Author: Guillem Jover <[email protected]> AuthorDate: Tue Jan 5 17:33:05 2021 +0100 debian: Remove trailing comma from lintian profile file Using comma as a separator is deprecated. --- debian/dpkg.lintian-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dpkg.lintian-profile b/debian/dpkg.lintian-profile index 44f2614c0..e8b57f030 100644 --- a/debian/dpkg.lintian-profile +++ b/debian/dpkg.lintian-profile @@ -4,4 +4,4 @@ Profile: dpkg/main Extends: debian/main # Except the ones that are bogus for the non-Debian distributions. Disable-Tags: - package-uses-vendor-specific-patch-series, + package-uses-vendor-specific-patch-series -- Dpkg.Org's dpkg

