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

[SCM] Debian package checker branch, master, updated. 2.5.3-236-g8fd4164



The following commit has been merged in the master branch:
commit 8fd4164d2e22535a72a1a6d6302f48bb10c64f99
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sun Nov 20 18:58:42 2011 +0100

    Fixed duplicate tags about missing dependency for dh_py$cmd
    
    Acked-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/rules b/checks/rules
index e07e55c..bdba0b6 100644
--- a/checks/rules
+++ b/checks/rules
@@ -64,8 +64,6 @@ our @GLOBAL_CLEAN_DEPENDS =
 my @GLOBAL_DEPENDS =
     (
      [ 'dh-ocaml, ocaml-nox | ocaml' => qr'^\t\s*dh_ocaml(?:init|doc)\s' ],
-     [ 'python-central' => qr'^\t\s*dh_pycentral\s' ],
-     [ 'python-support' => qr'^\t\s*dh_pysupport\s' ],
      [ 'python-central' => qr'^DEB_PYTHON_SYSTEM\s*:?=\s*pycentral' ],
      [ 'python-support' => qr'^DEB_PYTHON_SYSTEM\s*:?=\s*pysupport' ],
     );
diff --git a/debian/changelog b/debian/changelog
index 933511e..881939b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -104,6 +104,8 @@ lintian (2.5.4) UNRELEASED; urgency=low
       dpkg makefiles.  (Closes: #646495)
     + [NT] Added tracker tag for the build-arch target goal.
       (Closes: #647227)
+    + [JW] Fixed duplicate tags about missing dependency for
+      dh_pycentral/dh_pysupport.  (Closes: #633507)
   * checks/scripts:
     + [RA] Exclude files ending in *.erb from several shell script
       checks.  ERB is a Ruby templating language, so these will probably

-- 
Debian package checker


Reply to: