Debian Patches

Status for imagemagick/8:7.1.1.43+dfsg1-1

Patch Description Author Forwarded Bugs Origin Last update
0001-Use-modern-idiom-for-autoconf.patch Use modern idiom for autoconf =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid 2015-09-15
0002-Allow-distribution-to-custumize-the-html-pointer-to-.patch Allow distribution to custumize the html pointer to documentation
Allow to say on debian system you might install the imagemagick-doc package
=?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid debian 2018-02-02
0003-Improve-man-page-to-use-version-information-and-quan.patch Improve man page to use version information and quantum
Use ls *.in |sed 's,[.]1.in,,g' |xargs -n1 sh -c 'sed -i "s,$1(1),$1-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1),g" *.in' sedtest
use ls *.in |sed 's,[.]1.in,,g' |xargs -n1 sh -c 'sed -i "s,fB$1,fB$1-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@,g" *.in' sedtest
use ls *.in |sed 's,[.]1.in,,g' |xargs -n1 sh -c 'sed -i "s,.TH $1,.TH $1-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@,g" *.in' sedtest
=?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> no 2017-03-21
0004-Embeds-date-dependent-on-timezone.patch Embeds date dependent on timezone
Use date -u and dpkg-parsechangelog
Vagrant Cascadian <vagrant@reproducible-builds.org> yes debian 2021-08-30
0005-Add-a-debian-policy.patch Add a debian policy
Install also other policy
=?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> no 2023-10-21
0006-html-DOCTYPE-in-upper-case.patch html DOCTYPE in upper case
find . -name '*.html' -exec sed -i 's,[!]doctype ,!DOCTYPE ,g' {} \;
=?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-12-29
0007-html-remove-cache-line.patch html remove cache line
find . -name '*.html' -exec sed -ip 's,^[<][!]-- Magick Cache.*$,,g' {} \;

ease apply patches
=?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-12-29
0008-Fix-br-tag.patch Fix br tag
find . -path './.git' -prune -o -type 'f' -name '*.html' -exec sed -i 's,<br>,<br />,g' {} \;
=?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid 2018-02-02
0009-Fix-api-Image-.html.patch Fix api/Image++.html =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid 2016-12-14
0010-Fix-www-api-mophologie.html.patch Fix www/api/mophologie.html =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid 2016-12-14
0011-Fix-www-command-line-options.html.patch Fix www/command-line-options.html =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid 2016-12-14
0012-Fix-remaining-error-in-html-files.patch Fix remaining error in html files =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> no 2017-03-18
0013-Fix-html-error-in-api-Image-.html.patch Fix html error in api/Image++.html =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid 2017-08-11
0014-Fix-instead-of-lt-and-input-form.patch Fix < instead of &lt; and input form =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid 2018-02-03
0015-Fix-another-errors-in-html-files.patch Fix another errors in html files =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com> invalid 2018-03-19
0016-Fix-a-few-html-error.patch Fix a few html error =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> invalid 2020-07-26
0017-Fix-a-typo-in-manpage.patch Fix a typo in manpage =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> no 2020-07-27
0018-Finalize-fixing-error-in-html.patch Finalize fixing error in html =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> no 2021-01-11
0019-Fix-www-Magick-index.html.patch Fix www/Magick++/index.html =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2023-06-18
0020-Add-input-end-tag.patch Add input end tag
sed -i -e 's,<input \([^>/]*[^/]\)>,<input \1 />,g' *.html
=?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2023-06-18
0021-Fix-another-html-file.patch Fix another html file =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2023-06-18
0022-Fix-remaining-http-error.patch Fix remaining http error =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2023-06-18
0023-Fix-html-error-in-6.9.12.98-dfsg1.patch Fix html error in 6.9.12.98+dfsg1 =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2023-10-10
0024-Fix-remaining-of-html-error.patch Fix remaining of html error =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> invalid 2023-11-01
0025-Add-missing-link-flags.patch Add missing link flags =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> yes 2023-11-05
0026-New-fix-of-html.patch New fix of html =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2023-12-26
0027-Remove-spurious-div.patch Remove spurious div =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-06-05
0028-Remove-spurious-div.patch Remove spurious div =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-06-05
0029-Remove-deprecation-warning.patch Remove deprecation warning
For debian it is too early to warn user
=?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-06-26
0030-Fix-remaining-www-error.patch Fix remaining www error =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-10-27
0031-Remove-adsbygoogle-script.patch Remove adsbygoogle script
find . -name '*.html' -exec sed -ip 's,^.*js/adsbygoogle.js.*$,,g' {} \;
=?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-12-29
0032-Remove-cse-script.patch Remove cse script
find . -name '*.html' -exec sed -ip 's,^.*localhost/cse.js.*$,,g' {} \;
=?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-12-29
0033-Fix-remaining-html-error.patch Fix remaining html error =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> not-needed 2024-12-29
0034-Fix-html-error-1034333.patch Fix html error #1034333
find . -name '*.html' -exec sed -ip 's,^.*src=["]https://github.com/sponsors/ImageMagick/button["].*$,,g' {} \;
=?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org> no debian 2024-12-29

All known versions for source package 'imagemagick'

Links