[devscripts] 01/01: suspicious-source: Whitelist elisp (.el) files
James McCoy
jamessan at debian.org
Fri Sep 8 11:26:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
jamessan pushed a commit to branch master
in repository devscripts.
commit 7fc2c6081513dcb6ed1db58536651c184852e187
Author: James McCoy <jamessan at debian.org>
Date: Fri Sep 8 07:25:15 2017 -0400
suspicious-source: Whitelist elisp (.el) files
Signed-off-by: James McCoy <jamessan at debian.org>
---
debian/changelog | 2 ++
scripts/suspicious-source | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 21d16a9..aafcc29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,8 @@ devscripts (2.17.10) UNRELEASED; urgency=medium
(Closes: #837380)
* rc-alert:
+ Clarify the error when curl/wget dies. (Closes: #820426)
+ * suspicious-source:
+ + Whitelist elisp (.el) files. (Closes: #807754)
[ Daniel Shahaf ]
* bts:
diff --git a/scripts/suspicious-source b/scripts/suspicious-source
index fc7396c..731b774 100755
--- a/scripts/suspicious-source
+++ b/scripts/suspicious-source
@@ -79,6 +79,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [
]
DEFAULT_WHITELISTED_EXTENSIONS = [
+ ".el", # elisp source files
".fea", # font source format: Adobe Font Development Kit for OpenType
".fog", # font source format: Fontographer
".g2n", # font source format: fontforge
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git
More information about the devscripts-devel
mailing list