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

[SCM] Debian package checker branch, master, updated. f86ddc26c5266b0a5c81467b31e102d177bf9a91



The following commit has been merged in the master branch:
commit f86ddc26c5266b0a5c81467b31e102d177bf9a91
Author: Jordà Polo <jorda@ettin.org>
Date:   Sun Jul 13 17:13:07 2008 +0100

    Add/update some FHS, Policy and DevRef references and fix some typoes.
    
     * checks/binaries.desc:
       + [ADB] Add some FHS references.  Thanks Jordà Polo.
      * checks/changelog-file.desc:
       + [ADB] Fix a typo in the description of syntax-error-in-debian-changelog.
         Thanks Jordà Polo.
     * checks/fields.desc:
       + [ADB] Update and add some Policy and DevRef references and fix some
         typoes.  Thanks Jordà Polo.

diff --git a/checks/binaries.desc b/checks/binaries.desc
index f8f0d4d..6a84e3e 100644
--- a/checks/binaries.desc
+++ b/checks/binaries.desc
@@ -98,11 +98,13 @@ Info: The listed shared library doesn't include information about which
 
 Tag: arch-dependent-file-in-usr-share
 Type: error
+Ref: fhs 4.11
 Info: This package installs an ELF binary in the <tt>/usr/share</tt>
  hierarchy, which is reserved for architecture-independent files.
 
 Tag: binary-in-etc
 Type: error
+Ref: fhs 3.7
 Info: This package installs an ELF binary in <tt>/etc</tt>.
  The Filesystem Hierarchy Standard forbids this.
 
diff --git a/checks/changelog-file.desc b/checks/changelog-file.desc
index ab1b391..cb2e7bc 100644
--- a/checks/changelog-file.desc
+++ b/checks/changelog-file.desc
@@ -166,7 +166,7 @@ Info: The latest Debian changelog entry has a version number that's either
 
 Tag: syntax-error-in-debian-changelog
 Type: warning
-Info: While parsing the Debian changelog, an syntax error was found.
+Info: While parsing the Debian changelog, a syntax error was found.
 Ref: policy 4.4
 
 Tag: syntax-error-in-debian-news-file
diff --git a/checks/fields.desc b/checks/fields.desc
index 75f675c..e5ab4eb 100644
--- a/checks/fields.desc
+++ b/checks/fields.desc
@@ -189,6 +189,7 @@ Type: warning
 Info: The Maintainer address for this package is a mailing list and there
  are no Uploaders listed.  Team-maintained packages should list the human
  maintainers in the Uploaders field.
+Ref: devref 5.12
 
 Tag: no-source-field
 Type: error
@@ -479,13 +480,13 @@ Ref: policy 11.8.5
 
 Tag: build-depends-indep-without-arch-indep
 Type: error
-Ref: policy 7.6
+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-without-arch-dep
 Type: info
-Ref: policy 7.6
+Ref: policy 7.7
 Info: The control file lists the given package in Build-Depends, but no
  architecture-dependent packages are built. If all the packages built are
  architecture-independent, the only packages that should be listed in
@@ -495,7 +496,7 @@ Info: The control file lists the given package in Build-Depends, but no
 
 Tag: clean-should-be-satisfied-by-build-depends
 Type: error
-Ref: policy 7.6
+Ref: policy 7.7
 Info: The specified package is required to run the clean target of
  <tt>debian/rules</tt> and therefore must be listed in Build-Depends, not
  Build-Depends-Indep, even if no architecture-dependent packages are
@@ -541,7 +542,7 @@ Info: The package runs dh_python in <tt>debian/rules</tt> but doesn't
 
 Tag: build-conflicts-with-build-dependency
 Type: error
-Ref: policy 7.6
+Ref: policy 7.7
 Info: The package build-conflicts with a package that it also
  build-depends on.
 
@@ -647,7 +648,7 @@ Info: This package declares a Breaks relationship with another package
  that has no version number.  Normally, Breaks should be used to indicate
  an incompatibility with a specific version of another package, or with
  all versions predating a fix.  If the two packages can never be installed
- at the same time, Conflicts should normally be uesd instead.
+ at the same time, Conflicts should normally be used instead.
 
 Tag: bad-menu-item
 Type: error
@@ -684,8 +685,8 @@ Info: You use the Bugs field though the field value is the default
 
 Tag: build-depends-on-build-essential
 Type: error
-Ref: policy 7.6
-Info: You depends on the build-essential package, which is only a
+Ref: policy 7.7
+Info: You depend on the build-essential package, which is only a
  meta-package depending on build tools that have to be installed in all
  build environments.
 
diff --git a/debian/changelog b/debian/changelog
index dd32000..5b122e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 lintian (1.24.2) unstable; urgency=low
 
-  * checks/changelog-file:
+  * checks/binaries.desc:
+    + [ADB] Add some FHS references.  Thanks Jordà Polo.
+  * checks/changelog-file{,.desc}:
     + [ADB] Add missing "use Dep". Thanks gregor herrmann (Closes: #488397)
     + [RA] Ignore "CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT" when
       looking for missing GPL references.  Thanks, Scott Kitterman.
       (Closes: #490264)
+    + [ADB] Fix a typo in the description of syntax-error-in-debian-changelog.
+      Thanks Jordà Polo.
   * checks/copyright-file{,.desc}:
     + [ADB] Check for over-long lines in copyright files.  (Closes: #479651)
   * checks/cruft{,.desc}:
@@ -27,6 +31,8 @@ lintian (1.24.2) unstable; urgency=low
       non-obsolete alternatives specified and if the obsolete
       package is not listed first.  Issue an info tag for them
       though.  Patch by Adam D. Barratt.  (Closes: #486145)
+    + [ADB] Update and add some Policy and DevRef references and fix some
+      typoes.  Thanks Jordà Polo.
   * checks/files{,.desc}:
     + [ADB] Warn if the package contains embedded copies of separately
       packaged Javascript libraries.  Patch by Chris Lamb.  (Closes: #489191)

-- 
Debian package checker


Reply to: