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

X Strike Force X.Org X11 SVN commit: r475 - trunk/debian/scripts



Author: branden
Date: 2005-08-02 14:20:18 -0500 (Tue, 02 Aug 2005)
New Revision: 475

Modified:
   trunk/debian/scripts/missing-keyword-sniffer
Log:
Don't flag *.xpm files as requiring an Id keyword.


Modified: trunk/debian/scripts/missing-keyword-sniffer
===================================================================
--- trunk/debian/scripts/missing-keyword-sniffer	2005-08-02 17:54:14 UTC (rev 474)
+++ trunk/debian/scripts/missing-keyword-sniffer	2005-08-02 19:20:18 UTC (rev 475)
@@ -43,7 +43,10 @@
 #   shlibs (no support for comment characters in file format)
 #   templates (no support for comment characters in file format)
 #   theme (no support for comment characters in file format)
-exclusions = re.compile('^(MANIFEST\..*|POTFILES\.in|compat|templates\.pot|xterm\.faq\.html|.*\.presubj|.*\.theme|.*\.(dirs|doc-base|docs|examples|install|links|shlibs|templates).*)$')
+#   xpm (BR thought this file format supported comments, but either he was wrong
+#        or an Id keyword expands to include characters that are illegal in an
+#        XPM comment)
+exclusions = re.compile('^(MANIFEST\..*|POTFILES\.in|compat|templates\.pot|xterm\.faq\.html|.*\.presubj|.*\.theme|.*\.(dirs|doc-base|docs|examples|install|links|shlibs|templates).*|.*\.xpm)$')
 
 # Find all normal files that aren't in a directory used by Subversion checkouts.
 find_pipe = os.popen(



Reply to: