[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: Chcek for "Automatically generated by debmake" instead.



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit c85325df6ab1fc7783e5b9faff2212462c37ae30
Author: Chris Lamb <lamby@debian.org>
Date:   Sun Aug 6 10:07:00 2017 -0400

    Chcek for "Automatically generated by debmake" instead.
---
 checks/debian-readme.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/debian-readme.pm b/checks/debian-readme.pm
index 3136d38..d0f4ad2 100644
--- a/checks/debian-readme.pm
+++ b/checks/debian-readme.pm
@@ -64,7 +64,7 @@ sub run {
         'Comments regarding the Package',
         'So far nothing to say',
         '<possible notes regarding this package - if none, delete this file>',
-        'Please edit this to provide information specific to'
+        'Automatically generated by debmake'
     );
     my $regex = join('|', @template);
     if ($readme =~ m/$regex/io) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: