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

[SCM] Debian package checker branch, master, updated. 2.5.12-137-g069c5b9



The following commit has been merged in the master branch:
commit 069c5b9ed7e96ed248e1fbeed1f6e9b620510711
Author: Niels Thykier <niels@thykier.net>
Date:   Wed May 29 17:48:50 2013 +0200

    c/files: Change ancient files date to 1975 from 1984
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/files b/checks/files
index 0f4fef6..b7ebdd7 100644
--- a/checks/files
+++ b/checks/files
@@ -272,7 +272,7 @@ foreach my $file ($info->sorted_index) {
     }
 
     my ($year) = ($index_info->date =~ /^(\d{4})/);
-    if ( $year <= 1984 ) { # value from dak CVS: Dinstall::PastCutOffYear
+    if ( $year <= 1975 ) { # value from dak CVS: Dinstall::PastCutOffYear
         tag 'package-contains-ancient-file', "$file " . $index_info->{date};
     }
 
diff --git a/debian/changelog b/debian/changelog
index 814fe70..6eec1a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,6 +68,9 @@ lintian (2.5.13) UNRELEASED; urgency=low
     + [JW,NT] Drop missing-pre-dependency-on-multiarch-support
       now that multiarch-support is in stable.  (Closes: #709121)
     + [JW] Fix typo in a tag description.  (Closes: #709455)
+    + [NT] Change the "ancient-file" cut-off date to 1975 from
+      1984.  Thanks to Ole Streicher and Ansgar Burchardt for the
+      report.  (Closes: #710086)
   * checks/group-checks.desc:
     + [NT] Add missing semi-colon in tag description.  Thanks to
       Andrey Rahmatullin for the report.  (Closes: #706827)

-- 
Debian package checker


Reply to: