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

[SCM] Debian package checker branch, master, updated. 2.5.4-173-gb731750



The following commit has been merged in the master branch:
commit b7317504f1c900dbf9397f4dff8e8b7b99c9892a
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Feb 19 22:44:58 2012 +0100

    Update ANCIENT_DATE of Standard-Versions
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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

-- 
Debian package checker


Reply to: