suspicious-source: whitelist *.cs (LP: 225691) and manpages.

This commit is contained in:
Siegfried-Angel Gevatter Pujals 2008-05-02 15:29:15 +02:00
parent 2df3b232fa
commit ad0483440a
2 changed files with 5 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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:

View File

@ -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"