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

[SCM] Debian package checker branch, master, updated. 2.5.12-64-g4c61312



The following commit has been merged in the master branch:
commit 4c61312eb3541032373663fddd8b3e2aed09e2e3
Author: Niels Thykier <niels@thykier.net>
Date:   Fri May 3 16:50:00 2013 +0200

    c/rules: Remove check for dpkg-dev >= 1.16.1~ B-D
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/rules b/checks/rules
index f117254..b50ab1f 100644
--- a/checks/rules
+++ b/checks/rules
@@ -50,7 +50,6 @@ our @GLOBAL_CLEAN_DEPENDS =
      [ debhelper => qr'^include\s+/usr/share/cdbs/1/rules/debhelper\.mk' ],
      [ debhelper => qr'^include\s+/usr/share/R/debian/r-cran\.mk' ],
      [ dpatch => qr'^include\s+/usr/share/cdbs/1/rules/dpatch\.mk' ],
-     [ 'dpkg-dev (>= 1.16.1~)' => qr'^include\s+/usr/share/dpkg/[\w-]+\.mk' ],
      [ 'gnome-pkg-tools' => qr'^include\s+/usr/share/gnome-pkg-tools/' ],
      [ quilt => qr'^include\s+/usr/share/cdbs/1/rules/patchsys-quilt\.mk' ],
      [ dpatch => qr'^include\s+/usr/share/dpatch/' ],
diff --git a/debian/changelog b/debian/changelog
index ca0c32f..895fa60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,9 @@ lintian (2.5.13) UNRELEASED; urgency=low
     + [RA] Add new check for a Language-Team field in a translation
       pointing to the debian-i18n mailing list.  Based on work by
       victory.  (Closes: #705197)
+  * checks/rules:
+    + [NT] Remove check for "dpkg-dev (>= 1.16.1~)" build-dependency,
+      since this is trivially satisfied in Wheezy and Jessie.
 
   * collection/debfiles:
     + [NT] Replace makeshift "is_ancestor_of" check with the

-- 
Debian package checker


Reply to: