[SCM] Git repository for devscripts branch, master, updated. v2.12.4-124-g3320514

Benjamin Drung bdrung at debian.org
Sat Jan 5 10:00:54 UTC 2013


The following commit has been merged in the master branch:
commit 3320514e2c4e72907bcc77d50fb6befe13a190c1
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Jan 5 11:00:49 2013 +0100

    suspicious-source: Add inode/symlink to whitelisted mime-types.

diff --git a/debian/changelog b/debian/changelog
index a242bda..a9fd4e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ 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.
 
   [ Cyril Brulebois ]
   * Don't auto reverse diffs when DEBDIFF_AUTO_VER_SORT is set to yes, and
diff --git a/debian/copyright b/debian/copyright
index 6e242f2..fe6f52b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -86,7 +86,7 @@ Files: doc/suspicious-source.1
        scripts/setup.py
        scripts/suspicious-source
        scripts/wrap-and-sort
-Copyright: 2009-2012, Benjamin Drung <bdrung at debian.org>
+Copyright: 2009-2013, Benjamin Drung <bdrung at debian.org>
            2010-2011, Stefano Rivera <stefanor at ubuntu.com>
 License: ISC
  Permission to use, copy, modify, and/or distribute this software for any
diff --git a/scripts/suspicious-source b/scripts/suspicious-source
index 45ec6fd..63ce470 100755
--- a/scripts/suspicious-source
+++ b/scripts/suspicious-source
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 
-# Copyright (c) 2010-2012, Benjamin Drung <bdrung at debian.org>
+# Copyright (c) 2010-2013, 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
@@ -47,6 +47,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [
     "image/x-ico",
     "image/x-ms-bmp",
     "image/x-portable-pixmap",
+    "inode/symlink",
     "inode/x-empty",
     "message/rfc822",
     "text/html",

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list