Author: rra
Date: 2006-12-03 19:45:20 +0100 (Sun, 03 Dec 2006)
New Revision: 794

Modified:
   trunk/checks/md5sums
   trunk/debian/changelog
Log:
* checks/md5sums:
  + [RA] Also don't complain about missing md5sums for files in
    /var/lib/ispell as they're changed after installation.  Thanks,
    Agustin Martin.  (Closes: #401070)

Modified: trunk/checks/md5sums
===================================================================
--- trunk/checks/md5sums        2006-12-03 18:40:45 UTC (rev 793)
+++ trunk/checks/md5sums        2006-12-03 18:45:20 UTC (rev 794)
@@ -97,7 +97,7 @@
 }
 for my $file (keys %info_entry) {
     tag "file-missing-in-md5sums", "$file"
-       unless ($conffile{$file} || $file =~ m%^var/lib/aspell/.%);
+       unless ($conffile{$file} || $file =~ m%^var/lib/[ai]spell/.%);
 }
 
 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-12-03 18:40:45 UTC (rev 793)
+++ trunk/debian/changelog      2006-12-03 18:45:20 UTC (rev 794)
@@ -8,6 +8,10 @@
   * checks/infofiles:
     + [RA] Don't consider /usr/share/infon to be an info directory.
       Reported by Joachim Breitner.  (Closes: #399857)
+  * checks/md5sums:
+    + [RA] Also don't complain about missing md5sums for files in
+      /var/lib/ispell as they're changed after installation.  Thanks,
+      Agustin Martin.  (Closes: #401070)
   * checks/po-debconf:
     + [RA] gettext 0.16's msgcmp requires --use-untranslated when checking
       for newer templates than PO files or it gives false positives for
@@ -31,7 +35,7 @@
   * debian/control:
     + [RA] Depend on gettext 0.16 or later for --use-untranslated.
 
- -- Russ Allbery <[EMAIL PROTECTED]>  Sun,  3 Dec 2006 10:37:08 -0800
+ -- Russ Allbery <[EMAIL PROTECTED]>  Sun,  3 Dec 2006 10:44:00 -0800
 
 lintian (1.23.26) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to