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

[SCM] Debian package checker branch, master, updated. 2.5.4-49-g554ea06



The following commit has been merged in the master branch:
commit 554ea0670746154aaa886ca691afbb58db5f1e86
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Dec 15 15:13:08 2011 +0100

    Bumped ancient S-V date and worked around a changelog issue
    
    changelog.t gets the length of lines for non-ASCII names wrong.  The
    particular issue was worked around as convincing perl to do proper
    width calculation was simply too much work.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/standards-version b/checks/standards-version
index 91e66c8..d52614a 100644
--- a/checks/standards-version
+++ b/checks/standards-version
@@ -32,7 +32,7 @@ use Lintian::Tags qw(tag);
 use Util;
 
 # Any Standards Version released before this day is "ancient"
-my $ANCIENT_DATE = str2time('13 Nov 2009') or fail "Cannot parse ANCIENT_DATE: $!";
+my $ANCIENT_DATE = str2time('13 Dec 2009') or fail "Cannot parse ANCIENT_DATE: $!";
 
 my $STANDARDS = Lintian::Data->new('standards-version/release-dates', qr/\s+/o);
 
diff --git a/debian/changelog b/debian/changelog
index 8ae2787..7eb6df8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,8 +30,8 @@ lintian (2.5.5) UNRELEASED; urgency=low
       package contained the /u/s/doc/$pkg symlink.
       (Closes: #650959)
     + [NT] Allow fonts in packages starting with "fonts-".  This
-      completes the fix for #646838.  Thanks to أحمد المحمودي for
-      the follow up report.  (Closes: #651045)
+      completes the fix for #646838.  Thanks to أحمد المحمودي
+      for the follow up report.  (Closes: #651045)
   * checks/nmu:
     + [JW] Properly handle uploader names with commas.
   * checks/scripts:

-- 
Debian package checker


Reply to: