From ad0483440a67d3b9091029e2cacb5d20e1be917a Mon Sep 17 00:00:00 2001 From: Siegfried-Angel Gevatter Pujals Date: Fri, 2 May 2008 15:29:15 +0200 Subject: [PATCH] suspicious-source: whitelist *.cs (LP: 225691) and manpages. --- debian/changelog | 3 +++ suspicious-source | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7815fd4..63c786c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ ubuntu-dev-tools (0.31) UNRELEASED; urgency=low - Add a brief explanation about why sudo privilegies are required in order to run this script (LP: #194622). - End with exit code 1 if there's an error. + * suspicious-source: + - Whitelist C# files (LP: #225691): *.cs. + - Whitelist manpages: *.[0-9]. [ Daniel Hahler ] * requestsync: diff --git a/suspicious-source b/suspicious-source index a45d2f3..943376e 100755 --- a/suspicious-source +++ b/suspicious-source @@ -13,7 +13,8 @@ FILES="*.h *.c *.cc *.cpp *.py *.sh *.txt *.text *.3 *.m4 *.xml *.html *.php \ configure.ac *.diff *.debdiff *.patch *.dpatch config.sub config.guess \ depcomp *.docbook *.desktop *.menu AUTHORS INSTALL NEWS README TODO \ COPYING LICENSE ChangeLog *.ui *.glade *.gladep *.po *.pot *.ts *.pro \ - *.svg *.png *.bmp *.gif *.xpm *.hh *.in" + *.svg *.png *.bmp *.gif *.xpm *.hh *.in *.cs *.1 *.2 *.3 *.4 *.5 *.6 \ + *.7 *.8 *.9" IGNORE=".bzr CVS .svn debian"