Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
010_fix-conflicting-xargs-options.patch | fix the use of two exclusive options in xargs An upstream shell script was using two mutual exclusive options with xargs, as a result the first option was ignored and warning were generated in the package building process. We're removing the first option to suppress the warnings since it wasn't doing anything. =================================================================== |
Fabio Augusto De Muzio Tobich <ftobich@gmail.com> | yes | 2021-03-15 | ||
020_fix_policy.patch | Override overly strict ImageMagick coder policy (#987504) This creates a more permissive version of /etc/ImageMagick-6/policy.xml and ensures it gets loaded after the one from /etc. . It is done by means of a patch to make use of the debhelper-provided $HOME visible by dh_auto_*. . The relevant code is at: https://sources.debian.org/src/imagemagick/8:6.9.11.60+dfsg-1.3/magick/configure.c/#L860 |
Dennis Filder <d.filder@web.de> | no |