[devscripts] 01/01: suspicious-source: Add image/tiff to whitelisted mime-types.

Benjamin Drung bdrung at moszumanska.debian.org
Wed Jun 18 12:36:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository devscripts.

commit d261867a567405dcaf5bc83282c6fd5ca5fcd934
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Wed Jun 18 14:33:25 2014 +0200

    suspicious-source: Add image/tiff to whitelisted mime-types.
---
 debian/changelog          | 6 ++++++
 scripts/suspicious-source | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 487a790..c05636a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+devscripts (2.14.6) UNRELEASED; urgency=medium
+
+  * suspicious-source: Add image/tiff to whitelisted mime-types.
+
+ -- Benjamin Drung <bdrung at debian.org>  Wed, 18 Jun 2014 14:31:22 +0200
+
 devscripts (2.14.5) unstable; urgency=medium
 
   * debchange:
diff --git a/scripts/suspicious-source b/scripts/suspicious-source
index 718aa00..70fbe4b 100755
--- a/scripts/suspicious-source
+++ b/scripts/suspicious-source
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-# Copyright (c) 2010-2013, Benjamin Drung <bdrung at debian.org>
+# Copyright (c) 2010-2014, Benjamin Drung <bdrung at debian.org>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -42,6 +42,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [
     "image/jpeg",
     "image/png",
     "image/svg+xml",
+    "image/tiff",
     "image/vnd.adobe.photoshop",
     "image/x-icns",
     "image/x-ico",

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