[Pkg-doc-linux-devel] r169 - trunk/doc-linux/debian

Frank Lichtenheld djpig at costa.debian.org
Fri Jul 22 12:54:55 UTC 2005


Author: djpig
Date: 2005-07-22 12:54:54 +0000 (Fri, 22 Jul 2005)
New Revision: 169

Modified:
   trunk/doc-linux/debian/diff-tarballs
Log:
Ignore the .htaccess file that suddenly appeared in the tar ball


Modified: trunk/doc-linux/debian/diff-tarballs
===================================================================
--- trunk/doc-linux/debian/diff-tarballs	2005-06-10 00:35:07 UTC (rev 168)
+++ trunk/doc-linux/debian/diff-tarballs	2005-07-22 12:54:54 UTC (rev 169)
@@ -61,6 +61,7 @@
     chomp;
     /^@/ && next;
     /\s(HOWTO-)?INDEX$/ && next;
+    /\s\.htaccess/ && next;
     /^-/ && do {
 	s/^-//;
 	my ( $size, $date, $time, $name ) = split;




More information about the Pkg-doc-linux-devel mailing list