This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit b458605ce6c54e053d054f860ff00ce45ad2c6bc Author: Niels Thykier <[email protected]> Date: Thu Sep 19 16:58:50 2013 +0200 c/standards-version.pm: Bump ANCIENT_DATE Signed-off-by: Niels Thykier <[email protected]> --- checks/standards-version.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/standards-version.pm b/checks/standards-version.pm index 403ac1e..030dcd9 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 Aug 2011') +my $ANCIENT_DATE = str2time('20 Oct 2011') or fail "Cannot parse ANCIENT_DATE: $!"; my $STANDARDS= Lintian::Data->new('standards-version/release-dates', qr/\s+/o); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

