Author: rra
Date: 2006-08-24 18:28:26 +0200 (Thu, 24 Aug 2006)
New Revision: 731

Modified:
   trunk/checks/fields
   trunk/checks/fields.desc
   trunk/debian/changelog
Log:
* checks/fields{.desc,}:
  + [RA] Depending on versioned variants of python-minimal is also an
    error.  Thanks, Adeodato Sim?\195?\179.  (Closes: #384476)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields 2006-08-21 20:06:55 UTC (rev 730)
+++ trunk/checks/fields 2006-08-24 16:28:26 UTC (rev 731)
@@ -430,7 +430,7 @@
                                            if ($d_pkg eq "libdb1-compat" && 
$pkg !~ /^libc(6|6.1|0.3)/ && $field =~ /^(pre-)depends$/);
 
                                        tag "depends-on-python-minimal", 
"$field",
-                                           if ($d_pkg eq "python-minimal" && 
&$is_dep_field($field));
+                                           if ($d_pkg eq 
"python[\d.]*-minimal" && &$is_dep_field($field));
 
                                        tag 
"doc-package-depends-on-main-package", "$field"
                                            if ("$d_pkg-doc" eq $pkg && $field 
=~ /^(pre-)depends$/);

Modified: trunk/checks/fields.desc
===================================================================
--- trunk/checks/fields.desc    2006-08-21 20:06:55 UTC (rev 730)
+++ trunk/checks/fields.desc    2006-08-24 16:28:26 UTC (rev 731)
@@ -561,11 +561,11 @@
 
 Tag: depends-on-python-minimal
 Type: error
-Info: The python-minimal package exists only to possibly become an
- Essential package.  Depending on it is always an error since it should
- never be installed without python.  If it becomes Essential, there is no
- need to depend on it, and until then, packages that require Python must
- depend on python.
+Info: The python-minimal package (and versioned variants thereof) exists
+ only to possibly become an Essential package.  Depending on it is always
+ an error since it should never be installed without python.  If it
+ becomes Essential, there is no need to depend on it, and until then,
+ packages that require Python must depend on python.
 
 Tag: conflicts-with-dependency
 Type: error

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-08-21 20:06:55 UTC (rev 730)
+++ trunk/debian/changelog      2006-08-24 16:28:26 UTC (rev 731)
@@ -1,3 +1,11 @@
+lintian (1.23.24) UNRELEASED; urgency=low
+
+  * checks/fields{.desc,}:
+    + [RA] Depending on versioned variants of python-minimal is also an
+      error.  Thanks, Adeodato Simó.  (Closes: #384476)
+
+ -- Russ Allbery <[EMAIL PROTECTED]>  Thu, 24 Aug 2006 09:28:04 -0700
+
 lintian (1.23.23) unstable; urgency=low
 
   The "new Python policy" release


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

Reply via email to