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

[lintian] 01/01: checks/{control-file, fields}: Update comments about build-conflicts related to build profiles



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

jwilk pushed a commit to branch master
in repository lintian.

commit bd378b1db6ada485ba125c584a7cdeeff96b7b25
Author: Jakub Wilk <jwilk@debian.org>
Date:   Mon Jul 18 00:13:07 2016 +0200

    checks/{control-file,fields}: Update comments about build-conflicts related to build profiles
    
    291ab4ccd854df4b1cc35cec94d293604edff098 removed code that checked
    build-conflicts related to build profiles. Update the comments
    accordingly.
---
 checks/control-file.pm | 4 ++--
 checks/fields.pm       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/checks/control-file.pm b/checks/control-file.pm
index 683dc6a..8ad39f9 100644
--- a/checks/control-file.pm
+++ b/checks/control-file.pm
@@ -359,8 +359,8 @@ sub run {
         my $build_all = $info->relation('build-depends-all');
         tag 'restriction-formula-without-versioned-dpkg-dev-dependency'
           unless ($build_all->implies('dpkg-dev (>= 1.17.14~)'));
-        # if the package uses debhelper then it must require and not
-        # conflict with version >= 9.20141010
+        # if the package uses debhelper then it must require
+        # version >= 9.20141010
         if ($build_all->implies('debhelper')) {
             tag 'restriction-formula-with-debhelper-without-debhelper-version'
               unless ($build_all->implies('debhelper (>= 9.20141010~)'));
diff --git a/checks/fields.pm b/checks/fields.pm
index 37ce500..d1de3e5 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -1138,8 +1138,8 @@ sub run {
             my $build_conflicts_all = $info->relation('build-conflicts-all');
             tag 'restriction-formula-without-versioned-dpkg-dev-dependency'
               unless ($build_all->implies('dpkg-dev (>= 1.17.14~)'));
-            # if the package uses debhelper then it must require and not
-            # conflict with version >= 9.20141010
+            # if the package uses debhelper then it must require
+            # version >= 9.20141010
             if ($build_all->implies('debhelper')) {
                 tag
 'restriction-formula-with-debhelper-without-debhelper-version'

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


Reply to: