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

lintian: r968 - in trunk: checks debian



Author: rra
Date: 2007-10-15 05:37:26 +0200 (Mon, 15 Oct 2007)
New Revision: 968

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
* checks/fields:
  + [RA] Allow python-all as yet another way of satisfying a Python
    build dependency.  (Closes: #444642)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2007-10-15 03:31:43 UTC (rev 967)
+++ trunk/checks/fields	2007-10-15 03:37:26 UTC (rev 968)
@@ -33,7 +33,7 @@
 # The allowed Python dependencies currently.  This is the list of alternatives
 # that, either directly or through transitive dependencies that can be relied
 # upon, ensure /usr/bin/python will exist for the use of dh_python.
-my $python_depend = 'python | python-dev | python-all-dev';
+my $python_depend = 'python | python-dev | python-all | python-all-dev';
 
 # Certain build tools must be listed in Build-Depends even if there are no
 # arch-specific packages because they're required in order to run the clean

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-10-15 03:31:43 UTC (rev 967)
+++ trunk/debian/changelog	2007-10-15 03:37:26 UTC (rev 968)
@@ -28,6 +28,9 @@
   * checks/description{.desc,}:
     + [RA] Warn (at info level for now) about Homepage pseudo-fields in
       the extended description.  (Closes: #444336)
+  * checks/fields:
+    + [RA] Allow python-all as yet another way of satisfying a Python
+      build dependency.  (Closes: #444642)
   * checks/fields.desc:
     + [RA] Properly escape < and >.
   * checks/files{.desc,}:
@@ -64,7 +67,7 @@
   * collection/changelog-file{.desc,}:
     + [RA] Collect NEWS.Debian as well as changelog.
 
- -- Russ Allbery <rra@debian.org>  Sun, 14 Oct 2007 20:29:58 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 14 Oct 2007 20:37:12 -0700
 
 lintian (1.23.34) unstable; urgency=low
 



Reply to: