Debian Patches

Status for css-validator/0~20250226+dfsg-1

Patch Description Author Forwarded Bugs Origin Last update
0001-use-classpath-property-to-build.patch use classpath property to build Fab Stz <fabstz-it@yahoo.fr> not-needed 2025-06-11
remove-link-to-w3c-valid-image.patch Remove link to W3C "valid" images Fab Stz <fabstz-it@yahoo.fr> not-needed self
debian-fix-path-to-html.patch fix path to html files when served as war/webapp the classes are in WEB-INF/classes
So the relative path to html files has to be adjusted accordingly.
Fab Stz <fabstz-it@yahoo.fr> yes upstream
import_classes_from_jigsaw.patch Remove the dependency on Jigsaw Emmanuel Bourg <ebourg@apache.org> no https://github.com/w3c/css-validator/pull/449 2025-06-17
debian-parse_argument_of_generators.patch Generate html files at build time tenzap <fabstz-it@yahoo.fr> no https://github.com/w3c/css-validator/pull/453 2025-06-29
debian-mootools-more.patch Load required javascript file mootools-more.js Fab Stz <fabstz-it@yahoo.fr> not-needed self
debian-cleanup-privacy-breach.patch Cleanup privacy-breach-generic Fab Stz <fabtz-it@yahoo.fr> not-needed 2025-07-06
debian-cleanup-privacy-breach2.patch Cleanup privacy-breach I_heart_validator for file in $(grep -rl 'http://www.w3.org/QA/Tools/I_heart_validator'); do
sed -i "s#http://www.w3.org/QA/Tools/I_heart_validator#data:,#" $file;
done
Fab Stz <fabtz-it@yahoo.fr> not-needed 2025-07-06
debian-cleanup-privacy-breach3.patch Cleanup privacy-breach qa-small.png for file in $(grep -rl '"http://www.w3.org/QA/2002/12/qa-small.png"'); do
sed -i "s#http://www.w3.org/QA/2002/12/qa-small.png#data:,#" $file;
done
Fab Stz <fabtz-it@yahoo.fr> not-needed 2025-07-06
debian-cleanup-privacy-breach4.patch Cleanup privacy-breach-generic //www.w3.org/QA/Tools/w3c-include.js
//www.w3.org/QA/2002/12/qa-small.png
//www.w3.org/QA/Tools/I_heart_validator
Fab Stz <fabtz-it@yahoo.fr> not-needed 2025-07-06
debian-cleanup-privacy-breach5.patch privacy breach
for file in $(grep -rl 'http://www.w3.org/Consortium/supporter-logos/csupporter.png'); do
sed -i "s#http://www.w3.org/Consortium/supporter-logos/csupporter.png#data:,#" $file;
done
tenzap <fabstz-it@yahoo.fr> no 2025-07-06
install_scripts_only_js.patch Install only *.js files from scripts/ folder Fab Stz <fabtz-it@yahoo.fr> yes
0011-Replace-w3c-image-and-url-by-debian-s-part1.patch [PATCH 1/2] Replace w3c image and url by debian's - part1
PATTERN='<a href="\(https\?:\)\?//www.w3.org/"><img alt="W3C" width="110" height="61"'
PATTERN_NEW='<a href="https://www.debian.org/"><img alt="Debian" width="110" height="61"'

for file in $(grep -rl "$PATTERN"); do
if [[ ! $file =~ validator.html ]] && [[ ! $file =~ translations.html ]]; then
sed -i "s#$PATTERN#$PATTERN_NEW#" "$file";
fi;
done

PATTERN='./images/w3c.png'
PATTERN_NEW='images/openlogo-nd.svg'

for file in $(grep -rl "$PATTERN"); do
if [[ ! $file =~ validator.html ]] && [[ ! $file =~ translations.html ]]; then
sed -i "s#$PATTERN#$PATTERN_NEW#" "$file";
fi;
done
tenzap <fabstz-it@yahoo.fr> no 2025-07-07
0012-Replace-w3c-image-and-url-by-debian-s-part2.patch [PATCH 2/2] Replace w3c image and url by debian's - part2
PATTERN='<img id="logo" alt="W3C" height="61" src="images/w3c.png" width="110" />'
PATTERN_NEW='<img id="logo" alt="Debian" height="61" src="images/openlogo-nd.svg" width="110" />'
for file in $(grep -rl "$PATTERN"); do
if [[ ! $file =~ validator.html ]] && [[ ! $file =~ translations.html ]]; then
sed -i "s#$PATTERN#$PATTERN_NEW#" "$file";
fi;
done

PATTERN='<h1 id="title"><a href="http://www.w3.org/">'
PATTERN_NEW='<h1 id="title"><a href="https://www.debian.org/">'

for file in $(grep -rl "$PATTERN"); do
if [[ ! $file =~ validator.html ]] && [[ ! $file =~ translations.html ]]; then
sed -i "s#$PATTERN#$PATTERN_NEW#" "$file";
fi;
done
tenzap <fabstz-it@yahoo.fr> no 2025-07-07

All known versions for source package 'css-validator'

Links