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

[SCM] Debian package checker branch, master, updated. 2.2.18-64-gad85634



The following commit has been merged in the master branch:
commit ad8563498e2e094518e165ba7ba5ae8cacc99056
Author: Russ Allbery <rra@debian.org>
Date:   Thu Dec 24 21:16:51 2009 -0800

    Add changelog for duplicated-compressed-file and lower severity
    
    A duplicated file is probably a minor bug rather than a normal bug,
    so set the severity accordingly.

diff --git a/checks/files.desc b/checks/files.desc
index 490bb6f..6ac96a4 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -1078,9 +1078,9 @@ Info: This package contains files under <tt>/usr/share/games</tt>, such as
  <tt>/usr/share</tt>.
 
 Tag: duplicated-compressed-file
-Severity: normal
+Severity: minor
 Certainty: possible
 Info: The given, apparently compressed, file is shipped in the package
  in addition to another file with the same name without the
- compression-method extension.  Normally this indicates a mistake in
- the installation process of the package.
+ compression-method extension.  Normally this indicates a mistake in the
+ installation process of the package.
diff --git a/debian/changelog b/debian/changelog
index fec95e8..e7f324d 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ lintian (2.3.0) UNRELEASED; urgency=low
 
   * Summary of tag changes:
     + Added:
+      - duplicated-compressed-file
       - init.d-script-missing-dependency-on-local_fs (experimental)
       - init.d-script-missing-dependency-on-remote_fs (experimental)
       - obsolete-relation-form-in-source
@@ -47,6 +48,9 @@ lintian (2.3.0) UNRELEASED; urgency=low
       (Closes: #557786)
     + [RA] For lib-recommends-documentation, exclude packages ending in
       -tools or -bin.  Thanks, Jay Berkenbilt.  (Closes: #557883)
+  * checks/files{,.desc}:
+    + [RA] New check for files present in both compressed and uncompressed
+      form.  Patch from Raphael Geissert.  (Closes: #546174)
   * checks/init.d{,.desc}:
     + [RA] Add checks for missing dependencies on $local_fs or $remote_fs
       based on what files appear to be used in the init scripts.  Patch
diff --git a/t/tests/files-general/tags b/t/tests/files-general/tags
index b77d250..7bade1e 100644
--- a/t/tests/files-general/tags
+++ b/t/tests/files-general/tags
@@ -6,8 +6,8 @@ E: files-general: non-conf-file-in-modprobe.d etc/modprobe.d/--lzma
 E: files-general: package-contains-info-dir-file usr/share/info/dir.gz
 E: files-general: package-modifies-ld.so-search-path etc/ld.so.conf.d/lintian-lib.conf
 E: files-general: stray-directory-in-manpage-directory usr/share/man/man1/random/
+I: files-general: duplicated-compressed-file usr/share/doc/lintian/lintian-16x16.png.gz
 I: files-general: package-contains-empty-directory usr/share/man/man1/random/
-W: files-general: duplicated-compressed-file usr/share/doc/lintian/lintian-16x16.png.gz
 W: files-general: executable-not-elf-or-script ./usr/share/man/man5/foo.5.gz
 W: files-general: icon-size-and-directory-name-mismatch usr/share/apps/lintian/icons/hicolor/22x22/lintian-16x16.png 16x16
 W: files-general: windows-devel-file-in-package usr/lib/foo/foo.vcproj

-- 
Debian package checker


Reply to: