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

[SCM] Debian package checker branch, master, updated. 2.2.13-61-g41c79c1



The following commit has been merged in the master branch:
commit 41c79c1019a5c055ab0445f0684ad70e10498f44
Author: Russ Allbery <rra@debian.org>
Date:   Sat Aug 15 21:35:46 2009 -0700

    Add dependency checking for mozilla-devscripts
    
    * checks/rules{,.desc}:
      + [RA] Packages including /usr/share/mozilla-devscripts makefile
        fragments in debian/rules must Build-Depend on mozilla-devscripts.
        Thanks, Benjamin Drung.  (Closes: #541144)

diff --git a/checks/rules b/checks/rules
index 73519da..df17447 100644
--- a/checks/rules
+++ b/checks/rules
@@ -44,6 +44,7 @@ our @GLOBAL_CLEAN_DEPENDS =
      [ '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/' ],
+     [ 'mozilla-devscripts' => qr'^include\s+/usr/share/mozilla-devscripts/' ],
      [ quilt => qr'^include\s+/usr/share/quilt/' ],
      [ 'ruby-pkg-tools' => qr'^include\s+/usr/share/ruby-pkg-tools/1/class/' ],
      [ 'r-base-dev' => qr'^include\s+/usr/share/R/debian/r-cran\.mk' ],
diff --git a/debian/changelog b/debian/changelog
index b0fdbc4..6cc352e 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,6 +72,12 @@ lintian (2.2.14) UNRELEASED; urgency=low
     + [RA] Add info-level tag for packages with apparent HTML or PDF
       documentation in /usr/share/doc but no doc-base registration.  Based
       on a patch from Raphael Geissert.  (Closes: #469018)
+  * checks/patch-systems{,.desc}:
+    + [RA] Check for a patch system in use but no debian/README.source.
+      Based on a patch from Jonathan Yu.  (Closes: #537969)
+  * checks/po-debconf:
+    + [CW] Don't emit not-using-po-debconf if all templates are marked "for
+      internal use".  (Closes: #492626)
   * checks/rules{,.desc}:
     + [RA] Moved checking of build dependencies based on programs invoked
       in debian/rules from checks/fields to here.
@@ -80,12 +86,9 @@ lintian (2.2.14) UNRELEASED; urgency=low
       expansion.  (Closes: #536405)
     + [RA] Make the handling of make variables as rule names more robust
       and avoid generating invalid regexes.
-  * checks/patch-systems{,.desc}:
-    + [RA] Check for a patch system in use but no debian/README.source.
-      Based on a patch from Jonathan Yu.  (Closes: #537969)
-  * checks/po-debconf:
-    + [CW] Don't emit not-using-po-debconf if all templates are marked "for
-      internal use".  (Closes: #492626)
+    + [RA] Packages including /usr/share/mozilla-devscripts makefile
+      fragments in debian/rules must Build-Depend on mozilla-devscripts.
+      Thanks, Benjamin Drung.  (Closes: #541144)
   * checks/scripts:
     + [RA] Fix parsing of dpkg-divert commands diverting a file ending in
       a number, followed by a redirection.  Thanks, Andreas Beckmann.

-- 
Debian package checker


Reply to: