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

[SCM] Debian package checker branch, master, updated. 2.5.10-244-ge954ca1



The following commit has been merged in the master branch:
commit 23f4bb29b788af9cdc9b836ebae6baf92c7a6c36
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Nov 18 21:09:32 2012 +0100

    c/standards-version: Bump ANCIENT_DATE
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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

-- 
Debian package checker


Reply to: