[Pkg-javascript-commits] [dojo] 14/20: Strip away copyrighted ICC profile

David Prévot taffit at moszumanska.debian.org
Mon Oct 20 17:39:42 UTC 2014


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

taffit pushed a commit to branch master
in repository dojo.

commit 920f4ffea9853b12284739fd23faa9c259000e2a
Author: David Prévot <taffit at debian.org>
Date:   Mon Oct 20 10:15:48 2014 -0400

    Strip away copyrighted ICC profile
    
    While searching for embedded non-free ICC profiles:
    
      find . -regextype posix-extended -iregex '.*\.(jpg|png)' \
        -exec sh -c 'identify -verbose "$0" \
        | grep -i copyright && echo "$0"' {} \;
    
    The following file showed up. The proposed alternative file just
    remove the embedded usually non-free and anyway useless ICC profile:
    
      exiftool -icc_profile"-<=" tests/images/a-icon-1-41x41.png
    
    Forwarded: https://github.com/dmachi/dojox_application/pull/218
---
 dojox/app/tests/images/a-icon-1-41x41.png | Bin 3886 -> 1237 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dojox/app/tests/images/a-icon-1-41x41.png b/dojox/app/tests/images/a-icon-1-41x41.png
index 0e94b75..6b964ce 100644
Binary files a/dojox/app/tests/images/a-icon-1-41x41.png and b/dojox/app/tests/images/a-icon-1-41x41.png differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list