ソースを参照
libdpkg: Always print a massage on warning when parsing control files
The warnings were only being issues on dpkg-deb parsing, which greatly
defeats their purpose, as using dpkg-deb is not truly needed to
generate '.deb' packages. So printing always will give them wider
exposure.
The parse_warn() function is not using warning() though, which makes
the output miss the program name, but the changes needed for this are
too intrusive at this time, and it's only a cosmetic issue afterall, so
we'll leave this for later.