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

[SCM] Debian package checker branch, master, updated. 2.5.11-242-gf686266



The following commit has been merged in the master branch:
commit f686266b1bdc712222d2e6ef7fa9bf0b1fee56f3
Author: Jakub Wilk <jwilk@debian.org>
Date:   Thu Apr 11 23:54:46 2013 +0200

    c/debhelper: Promote "python helper" tags to non-experimental
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/debhelper.desc b/checks/debhelper.desc
index 76be965..7e9205e 100644
--- a/checks/debhelper.desc
+++ b/checks/debhelper.desc
@@ -265,7 +265,6 @@ Info: The package build-depends on cdbs, but does not include any cdbs
 Tag: python-depends-but-no-python-helper
 Severity: serious
 Certainty: possible
-Experimental: yes
 Info: The source package declares a dependency on ${python:Depends} in the
  given binary package's debian/control entry.  However, debian/rules doesn't
  call any helper that would generate this substitution variable.
@@ -277,7 +276,6 @@ Info: The source package declares a dependency on ${python:Depends} in the
 Tag: python3-depends-but-no-python3-helper
 Severity: serious
 Certainty: possible
-Experimental: yes
 Info: The source package declares a dependency on ${python3:Depends} in the
  given binary package's debian/control entry.  However, debian/rules doesn't
  call any helper that would generate this substitution variable.
diff --git a/debian/changelog b/debian/changelog
index 7871a1b..09dfbe9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,9 +58,11 @@ lintian (2.5.12) UNRELEASED; urgency=low
     + [NT] Correct description of an autotools tag.  Thanks
       to Alberto Garcia and Timo Juhani Lindfors for the
       report and patch.  (Closes: #703490)
-  * checks/debhelper:
+  * checks/debhelper{,.desc}:
     + [JW] Assume the proper python helpers are called if a
       (Makefile) variable is used.  (Closes: #659335)
+    + [JW] Promote python-depends-but-no-python-helper and
+      python3-depends-but-no-python3-helper to non-experimental.
   * checks/description:
     + [NT] Ignore "extended-description-is-probably-too-short"
       for metapackages.  Thanks to Axel Beckert for the
diff --git a/t/tests/debhelper-dh-python-helpers/tags b/t/tests/debhelper-dh-python-helpers/tags
index c453949..25068ad 100644
--- a/t/tests/debhelper-dh-python-helpers/tags
+++ b/t/tests/debhelper-dh-python-helpers/tags
@@ -1,2 +1,2 @@
-X: debhelper-dh-python-helpers source: python-depends-but-no-python-helper python-cheshire
-X: debhelper-dh-python-helpers source: python3-depends-but-no-python3-helper python3-cheshire
+E: debhelper-dh-python-helpers source: python-depends-but-no-python-helper python-cheshire
+E: debhelper-dh-python-helpers source: python3-depends-but-no-python3-helper python3-cheshire

-- 
Debian package checker


Reply to: