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

[SCM] Debian package checker branch, master, updated. 2.5.12-104-gc8d9f5a



The following commit has been merged in the master branch:
commit 54e9a5f2a5d7571ea3ba35c4ca6555650331830e
Author: Niels Thykier <niels@thykier.net>
Date:   Mon May 20 21:41:19 2013 +0200

    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 2757c54..d71fb59 100644
--- a/checks/standards-version
+++ b/checks/standards-version
@@ -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 Apr 2011') or fail "Cannot parse ANCIENT_DATE: $!";
+my $ANCIENT_DATE = str2time('20 Jun 2011') or fail "Cannot parse ANCIENT_DATE: $!";
 
 my $STANDARDS = Lintian::Data->new('standards-version/release-dates', qr/\s+/o);
 

-- 
Debian package checker


Reply to: