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

[SCM] Debian package checker branch, master, updated. 2.5.11-65-gc084295



The following commit has been merged in the master branch:
commit 709120b37cd4e6bd74155d3c42e389a344c4618f
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jan 16 09:55:28 2013 +0100

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

diff --git a/checks/standards-version b/checks/standards-version
index 3511b8a..16ad28b 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 ('17 Dec 2010') or fail "Cannot parse ANCIENT_DATE: $!";
+my $ANCIENT_DATE = str2time ('20 Jan 2011') or fail "Cannot parse ANCIENT_DATE: $!";
 
 my $STANDARDS = Lintian::Data->new('standards-version/release-dates', qr/\s+/o);
 

-- 
Debian package checker


Reply to: