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

[SCM] Debian package checker branch, master, updated. 2.5.11-177-gcb65eb1



The following commit has been merged in the master branch:
commit cb65eb13ef3b5b141eaff1397f5ad7f09509728f
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Feb 19 14:37:53 2013 +0100

    c/standards-version: Bump "ancient standards-versions date"
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/standards-version b/checks/standards-version
index 16ad28b..82da363 100644
--- a/checks/standards-version
+++ b/checks/standards-version
@@ -33,7 +33,7 @@ use Lintian::Tags qw(tag);
 use Lintian::Util qw(fail);
 
 # Any Standards Version released before this day is "ancient"
-my $ANCIENT_DATE = str2time ('20 Jan 2011') or fail "Cannot parse ANCIENT_DATE: $!";
+my $ANCIENT_DATE = str2time ('20 Feb 2011') or fail "Cannot parse ANCIENT_DATE: $!";
 
 my $STANDARDS = Lintian::Data->new('standards-version/release-dates', qr/\s+/o);
 

-- 
Debian package checker


Reply to: