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

[lintian] 01/02: checks/fields: Fix typos



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

jwilk pushed a commit to branch master
in repository lintian.

commit d69534fd583a29fe25f16294f0ac539904c2f508
Author: Jakub Wilk <jwilk@debian.org>
Date:   Thu May 5 20:25:32 2016 +0200

    checks/fields: Fix typos
    
    s/dependant/dependent/g
---
 checks/fields.desc                              | 6 +++---
 checks/fields.pm                                | 2 +-
 debian/changelog                                | 2 ++
 t/tests/fields-dep-without-arch-dep-binary/desc | 4 ++--
 t/tests/fields-dep-without-arch-dep-binary/tags | 2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/checks/fields.desc b/checks/fields.desc
index 83459fe..964027f 100644
--- a/checks/fields.desc
+++ b/checks/fields.desc
@@ -708,11 +708,11 @@ Ref: policy 7.7
 Info: The control file specifies source relations for architecture-independent
  packages, but no architecture-independent packages are built.
 
-Tag: build-depends-arch-without-arch-dependant-binary
+Tag: build-depends-arch-without-arch-dependent-binary
 Severity: important
 Certainty: certain
-Info: The control file specifies source relations for architecture-dependant
- packages, but not architecture-dependant packages are built.
+Info: The control file specifies source relations for architecture-dependent
+ packages, but not architecture-dependent packages are built.
 
 Tag: build-conflicts-with-build-dependency
 Severity: important
diff --git a/checks/fields.pm b/checks/fields.pm
index 086c79e..1f59652 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -948,7 +948,7 @@ sub run {
         tag 'build-depends-indep-without-arch-indep'
           if (defined $info->field('build-depends-indep')
             && $arch_indep_packages == 0);
-        tag 'build-depends-arch-without-arch-dependant-binary'
+        tag 'build-depends-arch-without-arch-dependent-binary'
           if (defined $info->field('build-depends-arch')
             && $arch_dep_packages == 0);
 
diff --git a/debian/changelog b/debian/changelog
index 149eb07..dbf4501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ lintian (2.5.45) UNRELEASED; urgency=medium
   * checks/debhelper.pm:
     + [NT] The /usr/share/R/debian/r-cran.mk file implies
       /usr/share/cdbs/1/rules/debhelper.mk.
+  * checks/fields.{desc,pm}:
+    + [JW] Fix typos.
   * checks/files.desc:
     + [BR] Do not suggest unsupported Multi-arch: no.
       (Closes: #816455).
diff --git a/t/tests/fields-dep-without-arch-dep-binary/desc b/t/tests/fields-dep-without-arch-dep-binary/desc
index d63bc4a..945adc9 100644
--- a/t/tests/fields-dep-without-arch-dep-binary/desc
+++ b/t/tests/fields-dep-without-arch-dep-binary/desc
@@ -1,6 +1,6 @@
 Testname: fields-dep-without-arch-dep-binary
 Sequence: 6000
 Version: 1.0
-Description: Test for B-D-A and no architecture-dependant pkgs
+Description: Test for B-D-A and no architecture-dependent pkgs
 Test-For:
- build-depends-arch-without-arch-dependant-binary
+ build-depends-arch-without-arch-dependent-binary
diff --git a/t/tests/fields-dep-without-arch-dep-binary/tags b/t/tests/fields-dep-without-arch-dep-binary/tags
index 6ee7460..80251fb 100644
--- a/t/tests/fields-dep-without-arch-dep-binary/tags
+++ b/t/tests/fields-dep-without-arch-dep-binary/tags
@@ -1 +1 @@
-E: fields-dep-without-arch-dep-binary source: build-depends-arch-without-arch-dependant-binary
+E: fields-dep-without-arch-dep-binary source: build-depends-arch-without-arch-dependent-binary

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


Reply to: