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

lintian: rev 7 - in trunk: checks debian



Author: djpig
Date: 2004-01-31 21:51:12 +0100 (Sat, 31 Jan 2004)
New Revision: 7

Modified:
   trunk/checks/manpages
   trunk/debian/changelog
Log:
checks/manpages:
 + push back the extension after testing for
   manpage-not-compressed (Closes: #225293)


Modified: trunk/checks/manpages
===================================================================
--- trunk/checks/manpages	2004-01-31 20:42:05 UTC (rev 6)
+++ trunk/checks/manpages	2004-01-31 20:51:12 UTC (rev 7)
@@ -100,6 +100,7 @@
     my @pieces = split(/\./, $name);
     my $ext = pop @pieces;
     if ($ext ne 'gz') {
+        push @pieces, $ext;
 	print "E: $pkg $type: manpage-not-compressed $file\n";
     } elsif ($perm =~ m,^-,o) { # so it's .gz... files first; links later
 	my $info = $file_info{$file};

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-01-31 20:42:05 UTC (rev 6)
+++ trunk/debian/changelog	2004-01-31 20:51:12 UTC (rev 7)
@@ -16,6 +16,9 @@
      + fix parsing debian/compat for needed 
        version (Closes: #198611)
      + update list of existing debhelper commands
+   * checks/manpages: 
+     + push back the extension after testing for
+       manpage-not-compressed (Closes: #225293)
 
  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Sat, 31 Jan 2004 14:44:55 +0100
 



Reply to: