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

[SCM] Debian package checker branch, master, updated. 2.5.14-78-g8fd63ce



The following commit has been merged in the master branch:
commit 7c90d0d11bd1e4156a3d63b6d157a7d712eeaf48
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jul 22 10:06:45 2013 +0200

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

diff --git a/checks/standards-version.pm b/checks/standards-version.pm
index 3429a14..95507e8 100644
--- a/checks/standards-version.pm
+++ b/checks/standards-version.pm
@@ -34,7 +34,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 Jun 2011') or fail "Cannot parse ANCIENT_DATE: $!";
+my $ANCIENT_DATE = str2time('20 Aug 2011') or fail "Cannot parse ANCIENT_DATE: $!";
 
 my $STANDARDS = Lintian::Data->new('standards-version/release-dates', qr/\s+/o);
 

-- 
Debian package checker


Reply to: