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

lintian: r757 - in trunk: checks debian



Author: rra
Date: 2006-10-04 21:16:07 +0200 (Wed, 04 Oct 2006)
New Revision: 757

Modified:
   trunk/checks/md5sums
   trunk/debian/changelog
Log:
* checks/md5sums:
  + [RA] aspell dictionary packages may ship files in /var/lib/aspell
    that should not have MD5 checksums in md5sums because they change
    after installation.  Don't complain that those files are missing.

Modified: trunk/checks/md5sums
===================================================================
--- trunk/checks/md5sums	2006-09-28 17:54:12 UTC (rev 756)
+++ trunk/checks/md5sums	2006-10-04 19:16:07 UTC (rev 757)
@@ -94,7 +94,7 @@
 }
 for my $file (keys %info_entry) {
     tag "file-missing-in-md5sums", "$file"
-	unless ($conffile{$file});
+	unless ($conffile{$file} || $file =~ m%^var/lib/aspell/.%);
 }
 
 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-09-28 17:54:12 UTC (rev 756)
+++ trunk/debian/changelog	2006-10-04 19:16:07 UTC (rev 757)
@@ -25,6 +25,10 @@
   * checks/lintian.desc:
     + [RA] Add tags for missing and bad Urgency fields in *.changes files.
     + [RA] Improve the no-description-in-changes-file information.
+  * checks/md5sums:
+    + [RA] aspell dictionary packages may ship files in /var/lib/aspell
+      that should not have MD5 checksums in md5sums because they change
+      after installation.  Don't complain that those files are missing.
   * checks/po-debconf:
     + [RA] Avoid Perl warnings on .po files that don't contain msgstr
       lines.  Patch from Thomas Huriaux.  (Closes: #387357)
@@ -64,7 +68,7 @@
     + [RA] Document setting TMPDIR to change the location of lintian's
       temporary lab.  (Closes: #388786)
 
- -- Russ Allbery <rra@debian.org>  Tue, 26 Sep 2006 21:25:03 -0700
+ -- Russ Allbery <rra@debian.org>  Wed,  4 Oct 2006 12:15:43 -0700
 
 lintian (1.23.24) unstable; urgency=low
 



Reply to: