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

[SCM] Debian package checker branch, master, updated. 2.5.10-142-g8dda42d



The following commit has been merged in the master branch:
commit 716529e2fed1eec84f60d8b3c3de6f185aa4d928
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Sep 14 10:21:43 2012 +0200

    checks/s-v: Bump ANCIENT_DATE to 15th of Sep 2010
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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

-- 
Debian package checker


Reply to: