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

lintian: r925 - in trunk: debian frontend



Author: rra
Date: 2007-07-23 20:14:12 +0200 (Mon, 23 Jul 2007)
New Revision: 925

Modified:
   trunk/debian/changelog
   trunk/frontend/lintian
Log:
* frontend/lintian:
  + [RA] Add \w+-backports to the known distribution list.  Thanks,
    Vincent Danjean.  (Closes: #432268)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-07-19 08:26:40 UTC (rev 924)
+++ trunk/debian/changelog	2007-07-23 18:14:12 UTC (rev 925)
@@ -15,8 +15,12 @@
       since binary packages may legitimately declare udeb dependencies on
       other packages.  Thanks, Loïc Minier.  (Closes: #431395)
 
- -- Russ Allbery <rra@debian.org>  Tue, 03 Jul 2007 22:39:37 -0700
+  * frontend/lintian:
+    + [RA] Add \w+-backports to the known distribution list.  Thanks,
+      Vincent Danjean.  (Closes: #432268)
 
+ -- Russ Allbery <rra@debian.org>  Mon, 23 Jul 2007 11:14:07 -0700
+
 lintian (1.23.32) unstable; urgency=low
 
   The "stability of output" release.

Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2007-07-19 08:26:40 UTC (rev 924)
+++ trunk/frontend/lintian	2007-07-23 18:14:12 UTC (rev 925)
@@ -641,6 +641,7 @@
                        or ($data->{distribution} eq 'testing')
                        or ($data->{distribution} eq 'unstable')
                        or ($data->{distribution} eq 'experimental')
+		       or ($data->{distribution} eq /\w+-backports/)
                        or ($data->{distribution} =~ /\w+-proposed-updates/)
                        or ($data->{distribution} =~ /\w+-security/))
                ) {



Reply to: