This is an automated email from the git hooks/post-receive script. terceiro pushed a commit to branch master in repository devscripts.
commit b09ba797a3d9e87e5f6e0d1d178ea70aaa6e0916 Author: Antonio Terceiro <[email protected]> Date: Fri Sep 8 09:45:30 2017 -0300 suspicious-source: whitelist text/x-ruby --- debian/changelog | 4 ++++ scripts/suspicious-source | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index aafcc29..5816b0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,6 +69,10 @@ devscripts (2.17.10) UNRELEASED; urgency=medium + -b option is not "New upstream release". Closes: #842468, #845610 * Made source package bootstrappable. Closes: #870640 + [ Antonio Terceiro ] + * suspicious-source: + - whitelist text/x-ruby + -- Mattia Rizzolo <[email protected]> Tue, 25 Jul 2017 14:18:24 +0200 devscripts (2.17.9) unstable; urgency=medium diff --git a/scripts/suspicious-source b/scripts/suspicious-source index 731b774..484dd7b 100755 --- a/scripts/suspicious-source +++ b/scripts/suspicious-source @@ -73,6 +73,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [ "text/x-php", "text/x-po", "text/x-python", + "text/x-ruby", "text/x-shellscript", "text/x-tex", "text/x-texinfo", -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
