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

[SCM] Debian package checker branch, master, updated. 2.4.2-47-g7cf10de



The following commit has been merged in the master branch:
commit 5449b2ef0f958c6a70f2964754437aa9f4a81e9f
Author: Russ Allbery <rra@debian.org>
Date:   Sun Jul 25 19:48:23 2010 -0700

    Add references to Policy requirements added in 3.9.1
    
    * checks/control-files.desc:
      + [RA] Add references to Policy requirements added in 3.9.1.
    * checks/files{,.desc}:
      + [RA] Add references to Policy requirements added in 3.9.1.
    * checks/scripts{,.desc}:
      + [RA] Add references to Policy requirements added in 3.9.1.

diff --git a/checks/control-files.desc b/checks/control-files.desc
index c568d8e..f34e955 100644
--- a/checks/control-files.desc
+++ b/checks/control-files.desc
@@ -28,6 +28,7 @@ Info: The package contains an empty control file, which is most probably
 Tag: control-file-has-bad-permissions
 Severity: serious
 Certainty: certain
+Ref: policy 10.9
 Info: The <tt>config</tt>, <tt>postinst</tt>, <tt>postrm</tt>,
  <tt>preinst</tt>, and <tt>prerm</tt> control files should use mode 0755;
  all other control files should use 0644.
@@ -35,4 +36,5 @@ Info: The <tt>config</tt>, <tt>postinst</tt>, <tt>postrm</tt>,
 Tag: control-file-has-bad-owner
 Severity: serious
 Certainty: certain
+Ref: policy 10.9
 Info: All control files should be owned by root/root.
diff --git a/checks/files.desc b/checks/files.desc
index 7e22c91..462a075 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -751,6 +751,7 @@ Info: Compiled python source files must not be included in the package.
 Tag: bad-permissions-for-ali-file
 Severity: normal
 Certainty: certain
+Ref: policy 8.4
 Info: Ada Library Information (*.ali) files are required to be read-only
  (mode 0444) by GNAT. 
  .
diff --git a/checks/scripts.desc b/checks/scripts.desc
index 527ee9e..6d653d0 100644
--- a/checks/scripts.desc
+++ b/checks/scripts.desc
@@ -669,6 +669,7 @@ Info: The package calls dpkg --assert-multi-conrep in a maintainer
 Tag: package-uses-local-diversion
 Severity: serious
 Certainty: certain
+Ref: policy 3.9
 Info: The maintainer script calls dpkg-divert with <tt>--local</tt> or
  without <tt>--package</tt>.  This option is reserved for local
  administrators and must never be used by a Debian package.
diff --git a/debian/changelog b/debian/changelog
index aa81f96..5355ce2 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ lintian (2.4.3) UNRELEASED; urgency=low
   * checks/changelog-file{,.desc}:
     + [RA] apt-listchanges has been fixed, so drop the check for NEWS
       files ending in a trailing blank line.  (Closes: #586816)
+  * checks/control-files.desc:
+    + [RA] Add references to Policy requirements added in 3.9.1.
   * checks/copyright-file.desc:
     + [RA] Add examples for copyright-without-copyright-notice.  Based on
       a patch by Jari Aalto.  (Closes: #580767)
@@ -34,9 +36,10 @@ lintian (2.4.3) UNRELEASED; urgency=low
   * checks/description.desc:
     + [RA] Downgrade description-too-long to minor severity to match bug
       reporting standards for formatting bugs.  (Closes: #587837)
-  * checks/files:
+  * checks/files{,.desc}:
     + [RG] Detect embedded copies of HTMLPurifier.
     + [RG] Detect embedded copies of the Strophe javascript library.
+    + [RA] Add references to Policy requirements added in 3.9.1.
   * checks/patch-systems.desc:
     + [RA] Improve the more-than-one-patch-system long description to
       explicitly mention the case of packages that depend on dpatch but
@@ -54,6 +57,7 @@ lintian (2.4.3) UNRELEASED; urgency=low
       versioned scripts and to mention ${python:Depends}, created by the
       various Python debhelper scripts.  (Closes: #575590, #582763)
     + [RA] Add runhaskell and runghc.  (Closes: #589266)
+    + [RA] Add references to Policy requirements added in 3.9.1.
 
   * debian/changelog:
     + [RA] Fix Policy 3.9.0 reference in 2.4.2.  (Closes: #587549)

-- 
Debian package checker


Reply to: