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

[SCM] Debian package checker branch, master, updated. 2.4.3-202-gd627d71



The following commit has been merged in the master branch:
commit d627d71b38295f86729d17a79ce6678f2380df41
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jan 28 14:56:22 2011 +0100

    Corrected the legacy scripts test and added missing changelog entry

diff --git a/debian/changelog b/debian/changelog
index 94b7c24..2eaadf1 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -91,6 +91,9 @@ lintian (2.5.0) UNRELEASED; urgency=low
       Thanks to Jakub Wilk for the report.  (Closes: #592533)
     + [NT] Added check for malplaced Python modules. Thanks to
       Jakub Wilk for the report.  (Closes: #576012)
+    + [NT] Removed the "!= 0755" part from the out of the tag
+      executable-is-not-world-readable, since there are other valid
+      world readable file permissions.
   * checks/menu-format.desc:
     + [CW] Fix several typos.
   * checks/menus.desc:
diff --git a/testset/tags.scripts b/testset/tags.scripts
index 0c52ad5..7a28fcb 100644
--- a/testset/tags.scripts
+++ b/testset/tags.scripts
@@ -62,8 +62,8 @@ W: scripts: binary-without-manpage usr/bin/test.sh
 W: scripts: binary-without-manpage usr/bin/tkfoo
 W: scripts: binary-without-manpage usr/bin/wishfoo
 W: scripts: control-file-is-empty prerm
-W: scripts: executable-is-not-world-readable usr/bin/guile-bizarre 0705 != 0755
-W: scripts: executable-is-not-world-readable usr/bin/perl-bizarre-2 0750 != 0755
+W: scripts: executable-is-not-world-readable usr/bin/guile-bizarre 0705
+W: scripts: executable-is-not-world-readable usr/bin/perl-bizarre-2 0750
 W: scripts: executable-is-not-world-readable usr/bin/suidperlfoo2 4751
 W: scripts: executable-not-elf-or-script usr/bin/perl-bizarre-3
 W: scripts: init-d-script-stops-in-s-runlevel etc/init.d/lsb-broken

-- 
Debian package checker


Reply to: