Author: rra
Date: 2007-12-04 05:13:49 +0100 (Tue, 04 Dec 2007)
New Revision: 1029

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
  + [RA] Allow Python dependencies in Build-Depends when using another
    variant for calling Python in the clean target.  Thanks, Bernd
    Zeimetz.  (Closes: #444642)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields 2007-12-04 03:58:11 UTC (rev 1028)
+++ trunk/checks/fields 2007-12-04 04:13:49 UTC (rev 1029)
@@ -88,6 +88,7 @@
        [ 'libmodule-build-perl' => '(^\t|\|\|)\s*(perl|\$\(PERL\))\s+Build\b' 
],
        [ "po-debconf" => '^\t\s*debconf-updatepo\s' ],
        [ $python_depend => '^\t\s*python\s' ],
+       [ $python_depend => '\ssetup\.py\b' ],
        [ quilt => '^\t\s*(\S+=\S+\s+)*quilt\s' ],
        [ yada => '^\t\s*yada\s' ],
 );

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2007-12-04 03:58:11 UTC (rev 1028)
+++ trunk/debian/changelog      2007-12-04 04:13:49 UTC (rev 1029)
@@ -32,6 +32,9 @@
            stolen from linda. (Closes: #452839)
     + [HE] Check for Section field in source packages, for which it
            is mandatory. Joerg Jaspert made me do this.
+    + [RA] Allow Python dependencies in Build-Depends when using another
+      variant for calling Python in the clean target.  Thanks, Bernd
+      Zeimetz.  (Closes: #444642)
   * checks/files:
     + [HE,RA] Add 'package-contains-empty-directory' check, but ignore
       dirs in /var and /etc and handle /usr/lib/perl5 and /usr/share/perl5


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to