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

[SCM] Debian package checker branch, master, updated. 2.1.3-32-g3d10ca7



The following commit has been merged in the master branch:
commit 46ecf7f87a207581f7d2abad4cebaf0fe52c1f09
Author: Russ Allbery <rra@debian.org>
Date:   Tue Dec 30 10:35:54 2008 -0800

    Allow dpkg-dev to satisfy a make dependency
    
    * checks/scripts{,.desc}:
      + [RA] Allow dpkg-dev to satisfy a make dependency.  (Closes: #510190)

diff --git a/checks/scripts b/checks/scripts
index 919f92d..3a9becc 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -71,7 +71,7 @@ our %interpreters =
      ksh	    => [ '/bin', 'mksh | pdksh' ],
      lefty	    => [ '/usr/bin', 'graphviz' ],
      magicfilter    => [ '/usr/sbin' ],
-     make	    => [ '/usr/bin', 'make | build-essential' ],
+     make	    => [ '/usr/bin', 'make | build-essential | dpkg-dev' ],
      mawk	    => [ '/usr/bin' ],
      mksh	    => [ '/bin' ],
      ocamlrun	    => [ '/usr/bin',
diff --git a/debian/changelog b/debian/changelog
index 86b23da..5ed297c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,7 @@ lintian (2.1.4) UNRELEASED; urgency=low
     + [RA] Check for scripts in /etc that call init scripts directly
       without using invoke-rc.d.  Based on a patch by Raphael Geissert.
       (Closes: #381485)
+    + [RA] Allow dpkg-dev to satisfy a make dependency.  (Closes: #510190)
 
   * debian/rules:
     + [RA] New check-tag target which runs all test cases in the new test

-- 
Debian package checker


Reply to: