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

[SCM] Debian package checker branch, master, updated. 2.5.10-199-ga81a3b0



The following commit has been merged in the master branch:
commit a81a3b088a051a120070ed3321e030bdbcb9f71c
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Oct 15 13:25:42 2012 +0200

    c/standards-version: Bump ANCIENT_DATE to 15th of Oct 2010
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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

-- 
Debian package checker


Reply to: