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

[SCM] Debian package checker branch, master, updated. 2.1.0-13-g51e5da8



The following commit has been merged in the master branch:
commit 51e5da8b3067c4471f87a7073b4eba99f7ec4948
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Thu Dec 4 20:05:33 2008 +0000

    Lower the severity of {quilt-,d}patch-missing-description
    
    * checks/patch-systems.desc:
      + Lower the severity of {quilt-,d}patch-missing-description from
        minor to wishlist.

diff --git a/checks/patch-systems.desc b/checks/patch-systems.desc
index 5d728f1..c5872e2 100644
--- a/checks/patch-systems.desc
+++ b/checks/patch-systems.desc
@@ -23,7 +23,7 @@ Info: In the 00list file listing all your dpatches, you referenced a file
  that does not exist. This will lead to a fatal error when calling dpatch.
 
 Tag: dpatch-missing-description
-Severity: minor
+Severity: wishlist
 Certainty: certain
 Info: dpatch files should carry a description of the function of the included
  patch. Description lines start with "## DP:".
@@ -72,7 +72,7 @@ Info: In the series file listing all your quilt patches, you referenced a
  file that does not exist. This will lead to a fatal error when calling quilt.
 
 Tag: quilt-patch-missing-description
-Severity: minor
+Severity: wishlist
 Certainty: certain
 Info: quilt patch files should carry a description of the function of the
  included patch. Description lines may be included before the start of the
diff --git a/debian/changelog b/debian/changelog
index 4856f94..8ebbe2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,10 +7,12 @@ lintian (2.1.1) unstable; urgency=low
   * checks/changelog{,.desc}:
     + [ADB] Warn when the version of a package changes to Debian native.
       Based on a patch by Michal Čihař.  (Closes: #504070)
-  * checks/patch-systems:
+  * checks/patch-systems{,.desc}:
     + [ADB] Don't complain about a missing quilt build-dependency if
       the package contains a directory named debian/patches/series.
       (Closes: #507761)
+    + [ADB] Lower the severity of {quilt-,d}patch-missing-description from
+      minor to wishlist.
   * checks/scripts:
     + [ADB] Enhance the test for command-with-path-in-maintainer-script to
       better match executions of the command rather than the use of its name
diff --git a/t/tests/patch-systems-quilt-description/tags b/t/tests/patch-systems-quilt-description/tags
index d86ce98..3485c4c 100644
--- a/t/tests/patch-systems-quilt-description/tags
+++ b/t/tests/patch-systems-quilt-description/tags
@@ -1 +1 @@
-W: patch-systems-quilt-description source: quilt-patch-missing-description 02_this_one_has_no_description
+I: patch-systems-quilt-description source: quilt-patch-missing-description 02_this_one_has_no_description
diff --git a/testset/tags.scripts b/testset/tags.scripts
index de83d2f..9f8fb33 100644
--- a/testset/tags.scripts
+++ b/testset/tags.scripts
@@ -19,6 +19,8 @@ E: scripts: wrong-path-for-interpreter #!/bin/ruby1.8 != /usr/bin/ruby1.8 (./usr
 E: scripts: wrong-path-for-interpreter #!/usr/local/bin/lefty != /usr/bin/lefty (./usr/bin/lefty-foo)
 E: scripts_6ds-1ubuntu0.5.10.1_arch.changes: bad-ubuntu-distribution-in-changes-file unstable
 I: scripts source: debian-watch-file-should-dversionmangle-not-uversionmangle
+I: scripts source: dpatch-missing-description 02_i_dont_have_a_description.patch
+I: scripts source: dpatch-missing-description 04_i_dont_have_a_description_either.patch
 I: scripts: init.d-script-missing-lsb-short-description /etc/init.d/lsb-other
 I: scripts: no-md5sums-control-file
 I: scripts: script-in-usr-share-doc usr/share/doc/scripts/py2foo
@@ -26,8 +28,6 @@ I: scripts: script-in-usr-share-doc usr/share/doc/scripts/rubyfoo
 W: scripts source: ancient-standards-version 3.2.1 (current is 3.8.0)
 W: scripts source: binary-arch-rules-but-pkg-is-arch-indep
 W: scripts source: debian-watch-file-uses-deprecated-sf-redirector-method
-W: scripts source: dpatch-missing-description 02_i_dont_have_a_description.patch
-W: scripts source: dpatch-missing-description 04_i_dont_have_a_description_either.patch
 W: scripts source: maintainer-script-lacks-debhelper-token debian/postinst
 W: scripts source: maintainer-script-lacks-debhelper-token debian/postrm
 W: scripts source: package-uses-deprecated-debhelper-compat-version 1

-- 
Debian package checker


Reply to: