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

[SCM] Debian package checker branch, master, updated. 2.2.11-8-gf35df9b



The following commit has been merged in the master branch:
commit f35df9bb4770ea4210e596dd493820d4073af49a
Author: Russ Allbery <rra@debian.org>
Date:   Wed Jun 17 19:39:39 2009 -0700

    Allow gnome-pkg-tools in Build-Depends
    
    * checks/fields{,.desc}:
      + [RA] If one of the gnome-pkg-tools makefile fragments is included,
        gnome-pkg-tools is allowed and required in Build-Depends.  Thanks,
        Emilio Pozuelo Monfort.  (Closes: #532892)

diff --git a/checks/fields b/checks/fields
index e43a618..1438d8e 100644
--- a/checks/fields
+++ b/checks/fields
@@ -125,6 +125,7 @@ our @GLOBAL_CLEAN_DEPENDS = (
 	[ 'dh-make-php' => qr'^include\s+/usr/share/cdbs/1/class/pear\.mk' ],
 	[ debhelper => qr'^include\s+/usr/share/cdbs/1/rules/debhelper\.mk' ],
 	[ dpatch => qr'^include\s+/usr/share/cdbs/1/rules/dpatch\.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/' ],
 	[ quilt => qr'^include\s+/usr/share/quilt/' ],
diff --git a/debian/changelog b/debian/changelog
index 575c939..ef563b1 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,9 @@ lintian (2.2.12) UNRELEASED; urgency=low
     + [RA] Permit quilt in Build-Depends for arch-independent packages if
       dh_quilt_* programs are called in the clean target.  Thanks, Daniel
       Moerner.  (Closes: #528003)
+    + [RA] If one of the gnome-pkg-tools makefile fragments is included,
+      gnome-pkg-tools is allowed and required in Build-Depends.  Thanks,
+      Emilio Pozuelo Monfort.  (Closes: #532892)
   * checks/files{,.desc}:
     + [RA] Diagnose files installed into discouraged or unknown
       subdirectories of /usr/share/fonts/X11 per Policy 11.8.5.

-- 
Debian package checker


Reply to: