From b5fe00acc28f7f9287fc92866e53ed6e830469de Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 1 Feb 2011 15:15:01 +0100 Subject: [PATCH] suspicious-source: Add .icns and .java to extension whitelist. --- debian/changelog | 6 ++++++ suspicious-source | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index fe7fcc4..73066da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ubuntu-dev-tools (0.116) UNRELEASED; urgency=low + + * suspicious-source: Add .icns and .java to extension whitelist. + + -- Benjamin Drung Tue, 01 Feb 2011 15:13:02 +0100 + ubuntu-dev-tools (0.115) unstable; urgency=low [ Stefano Rivera ] diff --git a/suspicious-source b/suspicious-source index 1934920..8fc0feb 100755 --- a/suspicious-source +++ b/suspicious-source @@ -73,6 +73,8 @@ DEFAULT_WHITELISTED_EXTENSIONS = [ ".gdh", # font source format: Graphite (headers) ".gdl", # font source format: Graphite ".glyph", # font source format: cross-toolkit UFO + ".icns", # Apple Icon Image format + ".java", # Java source files ".plate", # font source format: Spiro ".rsa", ".sfd", # font source format: fontforge