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

lintian: r643 - in trunk: checks debian



Author: rra
Date: 2006-04-28 02:49:54 +0200 (Fri, 28 Apr 2006)
New Revision: 643

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
  + [RA] Allow python in Build-Depends if it's invoked explicitly in the
    clean rule.  Thanks, Marc Dequ?\195?\168nes (Duck).  (Closes: #365030)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2006-04-27 06:09:49 UTC (rev 642)
+++ trunk/checks/fields	2006-04-28 00:49:54 UTC (rev 643)
@@ -65,6 +65,7 @@
 my @rule_clean_depends = (
 	[ debhelper => '^\t\s*dh_.+' ],
 	[ dpatch => '^\t\s*dpatch\s' ],
+	[ $python_depend => '^\t\s*python\s' ],
 	[ yada => '^\t\s*yada\s' ]
 );
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-27 06:09:49 UTC (rev 642)
+++ trunk/debian/changelog	2006-04-28 00:49:54 UTC (rev 643)
@@ -3,6 +3,8 @@
   * checks/fields{.desc,}:
     + [RA] python-all-dev also satisfies dh_python's requirements.
       Thanks, Marc Dequènes (Duck).  (Closes: #364943)
+    + [RA] Allow python in Build-Depends if it's invoked explicitly in the
+      clean rule.  Thanks, Marc Dequènes (Duck).  (Closes: #365030)
   * checks/files{.desc,}:
     + [RA] Add the references to Policy for the deprecation of X11R6
       directories now that Policy has been updated in 3.7.0.0.
@@ -28,7 +30,7 @@
     + [RA] Update standards version to 3.7.0 (no changes required).
     + [RA] Update description to note calibration for Policy 3.7.0.
 
- -- Russ Allbery <rra@debian.org>  Wed, 26 Apr 2006 23:07:13 -0700
+ -- Russ Allbery <rra@debian.org>  Thu, 27 Apr 2006 10:30:09 -0700
 
 lintian (1.23.18) unstable; urgency=low
 



Reply to: