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

[SCM] Debian package checker branch, master, updated. 2.5.3-73-g30f9c41



The following commit has been merged in the master branch:
commit 30f9c4157ef0140cbc57be91df18c1d3f727ead4
Author: Jakub Wilk <jwilk@debian.org>
Date:   Tue Oct 25 07:58:48 2011 +0200

    Added check for versioned dpkg-dev when using dpkg makefiles
    
    Acked-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/rules b/checks/rules
index 3dbd262..6200bb5 100644
--- a/checks/rules
+++ b/checks/rules
@@ -47,6 +47,7 @@ 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 0eacbb0..34ec367 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,8 @@ lintian (2.5.4) UNRELEASED; urgency=low
     + [NT] Do not emit missing-build-dependency for missing dh sequences,
       since the new tag will handle those.
     + [JW] Parse continuation lines in d/rules.  (Closes: #644021)
+    + [JW] Check for versioned dependency on dpkg-dev when using the new
+      dpkg makefiles.  (Closes: #646495)
   * 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: