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

[SCM] Debian package checker branch, master, updated. 2.5.10-49-gcb2eb24



The following commit has been merged in the master branch:
commit ff61d6c9cf53ef846e2863121b719bd48cab7904
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jul 16 15:54:56 2012 +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 80207ec..04ced65 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 Jun 2010') or fail "Cannot parse ANCIENT_DATE: $!";
+my $ANCIENT_DATE = str2time ('15 July 2010') or fail "Cannot parse ANCIENT_DATE: $!";
 
 my $STANDARDS = Lintian::Data->new('standards-version/release-dates', qr/\s+/o);
 
diff --git a/t/tests/standards-version-old/debian/debian/changelog.in b/t/tests/standards-version-old/debian/debian/changelog.in
index 2ee4b5c..7cfb026 100644
--- a/t/tests/standards-version-old/debian/debian/changelog.in
+++ b/t/tests/standards-version-old/debian/debian/changelog.in
@@ -5,4 +5,4 @@
 
   * Suppress "should close ITP bug" messages.  (Closes: #123456)
 
- -- {$author}  Sun, 13 Mar 2011 14:30:00 +0100
+ -- {$author}  Mon, 16 July 2012 16:35:00 +0200
diff --git a/t/tests/standards-version-old/debian/debian/control.in b/t/tests/standards-version-old/debian/debian/control.in
index 50f3660..3c23409 100644
--- a/t/tests/standards-version-old/debian/debian/control.in
+++ b/t/tests/standards-version-old/debian/debian/control.in
@@ -2,7 +2,7 @@ Source: {$srcpkg}
 Priority: extra
 Section: {$section}
 Maintainer: {$author}
-Standards-Version: 3.9.0
+Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 9)
 
 Package: {$srcpkg}
diff --git a/t/tests/standards-version-old/tags b/t/tests/standards-version-old/tags
index 23c4508..e6facc0 100644
--- a/t/tests/standards-version-old/tags
+++ b/t/tests/standards-version-old/tags
@@ -1 +1 @@
-W: standards-version-old source: out-of-date-standards-version 3.9.0 (current is CURRENT)
+W: standards-version-old source: out-of-date-standards-version 3.9.2 (current is CURRENT)

-- 
Debian package checker


Reply to: