Author: rafl
Date: Sun Oct 30 08:56:35 2005
New Revision: 9653

Modified:
   /   (props changed)
   trunk/tools/dev/gen_manifest_skip.pl
Log:
 [EMAIL PROTECTED]:  rafl | 2005-10-30 17:52:21 +0100
 * Add debian/ to MANIFEST.SKIP when generating it with gen_manifest_skip.pl.


Modified: trunk/tools/dev/gen_manifest_skip.pl
==============================================================================
--- trunk/tools/dev/gen_manifest_skip.pl        (original)
+++ trunk/tools/dev/gen_manifest_skip.pl        Sun Oct 30 08:56:35 2005
@@ -38,6 +38,10 @@ my $header = '# $' . 'Id' . '$' . "\n" .
 # 
 # Ignore the SVN directories
 \B\.svn\b
+
+# debian/ should not go into release tarballs
+^debian$
+^debian/
 END_HEADER
 my $now = localtime();
 $header =~ s/NOW/$now/;

Reply via email to