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

[SCM] Debian package checker branch, master, updated. 2.1.6-6-ga79d444



The following commit has been merged in the master branch:
commit a79d4443b64ff88d5afa8102d9bbd847e46f5ed6
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Wed Jan 21 21:13:37 2009 +0000

    Fix some typoes in tag descriptions.
    
    * checks/control-file.desc:
      + [ADB] Fix a typo ("arne't").  Thanks, Raphael Geissert.
    * checks/debhelper.desc:
      + [ADB] Fix two typoes.  Thanks, Raphael Geissert.

diff --git a/checks/control-file.desc b/checks/control-file.desc
index c57db3c..d33a69e 100644
--- a/checks/control-file.desc
+++ b/checks/control-file.desc
@@ -119,7 +119,7 @@ Certainty: certain
 Info: The listed binary packages all share the same extended description.
  Some additional information in the extended description explaining what
  is in each package and how it differs from the other packages is useful,
- particularly for users who arne't familiar with Debian's package naming
+ particularly for users who aren't familiar with Debian's package naming
  conventions.
 
 Tag: missing-comma-after-substvar
diff --git a/checks/debhelper.desc b/checks/debhelper.desc
index 0be2057..72f02c6 100644
--- a/checks/debhelper.desc
+++ b/checks/debhelper.desc
@@ -27,7 +27,7 @@ Certainty: certain
 Info: The package doesn't declare a versioned build dependency on
  debhelper.  Recommended practice is to always declare an explicit
  versioned dependency on debhelper equal to or greater than the
- compatiiblity level used by the package, even if the versioned dependency
+ compatibility level used by the package, even if the versioned dependency
  isn't strictly necessary.  Having a versioned dependency also helps with
  backports to older releases and correct builds on partially updated
  systems.
@@ -140,7 +140,7 @@ Info: The given debhelper script was introduced in a later version of
  satisfy the dependency.
  .
  etch was released with debhelper version 5.0.42, so every package that
- assumes a newer version should explicetly declare so for the sake of
+ assumes a newer version should explicitly declare so for the sake of
  etch backports.
 
 Tag: brace-expansion-in-debhelper-config-file
diff --git a/debian/changelog b/debian/changelog
index 20dddde..7fe39ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 lintian (2.1.7) UNRELEASED; urgency=low
 
+  * checks/control-file.desc:
+    + [ADB] Fix a typo ("arne't").  Thanks, Raphael Geissert.
   * checks/debhelper.desc:
     + [ADB] Remove no longer required "Type" fields from a couple of
       entries.  Thanks, Raphael Geissert.
+    + [ADB] Fix a couple of typoes.  Thanks, Raphael Geissert.
   * checks/files:
     + [RA] Add swfobject.js to embedded-javascript-library.  Thanks, Paul
       Wise.  (Closes: #512363)
diff --git a/lib/Checker.pm b/lib/Checker.pm
index e11d739..7ff82a8 100644
--- a/lib/Checker.pm
+++ b/lib/Checker.pm
@@ -58,7 +58,7 @@ sub runcheck {
 
 	my $check = $checks{$name};
 
-	# require has a anti-require-twice cache
+	# require has an anti-require-twice cache
 	require "$LINTIAN_ROOT/checks/$name";
 
 	#print STDERR "Now running $name...\n";

-- 
Debian package checker


Reply to: