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

[SCM] Debian package checker branch, master, updated. 2.2.6-92-gd416c9d



The following commit has been merged in the master branch:
commit fc4947b968c1fe5a9105e62f4acceeb449c0bba8
Author: Russ Allbery <rra@debian.org>
Date:   Sun Mar 8 21:56:08 2009 -0700

    Add oldstable to the known distributions for *.changes files
    
    * frontend/lintian:
      + [RA] Add oldstable to the known distributions for *.changes files.

diff --git a/debian/changelog b/debian/changelog
index 6f233d0..50dc144 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -169,6 +169,7 @@ lintian (2.2.7) UNRELEASED; urgency=low
       determine when to run collect scripts.  Re-run collect scripts if
       the current version doesn't match what's in the lab.  Patch from
       Raphael Geissert.  (Closes: #517650)
+    + [RA] Add oldstable to the known distributions for *.changes files.
 
   * lib/Lintian/Collect/Binary.pm:
     + [RA] Recognize truncated binaries.  Patch from Raphael Geissert.
diff --git a/frontend/lintian b/frontend/lintian
index f6d2666..0088d1d 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -817,7 +817,8 @@ while (my $arg = shift) {
 			    tag("bad-ubuntu-distribution-in-changes-file",
 				$distribution);
 			}
-		    } elsif (! (($distribution eq 'stable')
+		    } elsif (! (($distribution eq 'oldstable')
+				 or ($distribution eq 'stable')
 				 or ($distribution eq 'testing')
 				 or ($distribution eq 'unstable')
 				 or ($distribution eq 'experimental')

-- 
Debian package checker


Reply to: