Your message dated Sat, 22 Jul 2017 14:20:03 -0400
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #868575,
regarding jpeginfo: can't open filename with space character
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
868575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868575
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jpeginfo
Version: 1.6.0-6+b2
Severity: normal
Tags: upstream
Dear Maintainer,
One solution is to change filename. Would be nice to accomodate.
-- System Information:
Debian Release: 8.7
APT prefers oldstable-updates
APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages jpeginfo depends on:
ii libc6 2.19-18+deb8u10
ii libjpeg62-turbo 1:1.3.1-12
jpeginfo recommends no packages.
jpeginfo suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: jpeginfo
Version: 1.6.0-6+b2
Severity: normal
Tags: upstream
Dear Maintainer,
Discovered command works the same as others. Filenames with space characters
require use of quotes.
When piping filenames from find command, recommend using quotes around criteria.
For example:
find . -type f -iname "*.jpg" -or -iname "*.jpeg" -print0 | xargs -0 jpeginfo
--check
--- End Message ---