Debian Patches

Status for libid3tag/0.16.3-1

Patch Description Author Forwarded Bugs Origin Last update
10_utf16.patch Handle bogus UTF16 sequences that have a length that is not an even number of 8 bit characters.

if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1
fi

[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"

case "$1" in
-patch) patch -p1 ${patch_opts} < $0;;
-unpatch) patch -R -p1 ${patch_opts} < $0;;
*)
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1;;
esac

exit 0

@DPATCH@
Kurt Roeckx <kurt@roeckx.be> no 2006-01-13

All known versions for source package 'libid3tag'

Links