The following commit has been merged in the master branch:
commit 6748a2594ab362c2645ab7006a36a8e31798bad6
Author: Benjamin Drung <[email protected]>
Date: Wed Feb 15 15:56:57 2012 +0100
suspicious-source: Add inode/x-empty to whitelist of MIME types
Closes: #659946
diff --git a/debian/changelog b/debian/changelog
index 631a0dc..3f71c41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,11 @@ devscripts (2.11.4) UNRELEASED; urgency=low
* suspicious-source: Also ignore mercurial and darcs VCS directories
(Closes: #659966).
- -- Benjamin Drung <[email protected]> Wed, 15 Feb 2012 15:51:46 +0100
+ [ Benjamin Drung ]
+ * suspicious-source: Add inode/x-empty to whitelist of MIME types
+ (Closes: #659946).
+
+ -- Benjamin Drung <[email protected]> Wed, 15 Feb 2012 15:56:19 +0100
devscripts (2.11.3) unstable; urgency=low
diff --git a/scripts/suspicious-source b/scripts/suspicious-source
index 843fb3d..416f10b 100755
--- a/scripts/suspicious-source
+++ b/scripts/suspicious-source
@@ -47,6 +47,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [
"image/x-ico",
"image/x-ms-bmp",
"image/x-portable-pixmap",
+ "inode/x-empty",
"message/rfc822",
"text/html",
"text/plain",
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].