Author: rra
Date: 2006-06-27 02:33:31 +0200 (Tue, 27 Jun 2006)
New Revision: 689

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
  + [RA] Only allow patch in Build-Depends for yada unpatch, don't
    require it, since yada depends on patch.  (Closes: #375479)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields 2006-06-25 05:20:07 UTC (rev 688)
+++ trunk/checks/fields 2006-06-27 00:33:31 UTC (rev 689)
@@ -80,7 +80,6 @@
 my @rule_clean_depends = (
        [ debhelper => '^\t\s*dh_.+' ],
        [ dpatch => '^\t\s*dpatch\s' ],
-       [ patch => '^\t\s*(?:perl debian/)?yada\s+unpatch' ],
        [ $python_depend => '^\t\s*python\s' ],
        [ quilt => '^\t\s*(\S+=\S+\s+)*quilt\s' ],
        [ yada => '^\t\s*yada\s' ],
@@ -88,6 +87,7 @@
 
 # Similar, but the resulting dependency is only allowed, not required.
 my @rule_clean_allowed = (
+       [ patch => '^\t\s*(?:perl debian/)?yada\s+unpatch' ],
        [ 'perl | perl-base (>= 5.6.0-16)' => 
'(^\t|\|\|)\s*(perl|\$\(PERL\))\s' ],
 );
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-06-25 05:20:07 UTC (rev 688)
+++ trunk/debian/changelog      2006-06-27 00:33:31 UTC (rev 689)
@@ -39,6 +39,8 @@
       using ant, since determining which Java dependencies are then
       permissible in Build-Depends is too complex to do a proper job.
       Reported by Peter Eisentraut.  (Closes: #372190)
+    + [RA] Only allow patch in Build-Depends for yada unpatch, don't
+      require it, since yada depends on patch.  (Closes: #375479)
   * checks/po-debconf:
     + [RA] Don't consider templates.in to be a stray translated template
       file.  Thanks, Thomas Huriaux.  (Closes: #367534)


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

Reply via email to