[SCM] Git repository for devscripts branch, master, updated. v2.12.4-133-g36b7f77

Benjamin Drung bdrung at debian.org
Fri Jan 18 13:52:00 UTC 2013


The following commit has been merged in the master branch:
commit 36b7f7705cfdec1b1e986d5a2717751bc0149b3b
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Jan 18 14:51:55 2013 +0100

    Add image/x-xpmi to whitelisted mime-types.

diff --git a/debian/changelog b/debian/changelog
index 3180f26..3511d11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,7 +38,8 @@ devscripts (2.12.6+exp1) UNRELEASED; urgency=low
   [ Benjamin Drung ]
   * debian/control: Mark devscripts Multi-Arch: foreign.
     Thanks to Colin Watson. (Closes: #694760)
-  * suspicious-source: Add inode/symlink to whitelisted mime-types.
+  * suspicious-source: Add inode/symlink and image/x-xpmi to whitelisted
+    mime-types.
 
   [ Cyril Brulebois ]
   * Don't auto reverse diffs when DEBDIFF_AUTO_VER_SORT is set to yes, and
diff --git a/scripts/suspicious-source b/scripts/suspicious-source
index 63ce470..a41220b 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",
+    "image/x-xpmi",
     "inode/symlink",
     "inode/x-empty",
     "message/rfc822",

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list