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

[SCM] Debian package checker branch, master, updated. 2.5.6-21-g2bfb083



The following commit has been merged in the master branch:
commit 2bfb083f6e70988f0c51c14f13333e7024779bef
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Mar 24 08:50:57 2012 +0100

    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 a0cd570..343c24e 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('19 Feb 2010') or fail "Cannot parse ANCIENT_DATE: $!";
+my $ANCIENT_DATE = str2time('24 Mar 2010') or fail "Cannot parse ANCIENT_DATE: $!";
 
 my $STANDARDS = Lintian::Data->new('standards-version/release-dates', qr/\s+/o);
 

-- 
Debian package checker


Reply to: