https://sourceware.org/bugzilla/show_bug.cgi?id=32003
--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Benjamin Drung from comment #13) > > Will "%[string]" escape work? > > Like this? > > -Wl,--encoded-package-metadata={%[quot]type%[quot]: > %[quot]deb%[quot]%[comma]%[quot]os%[quot]: > %[quot]ubuntu%[quot]%[comma]%[quot]name%[quot]: > %[quot]dpkg%[quot]%[comma]%[quot]version%[quot]:%[quot]1.22. > 6ubuntu15%[quot]%[comma]%[quot]architecture%[quot]:%[quot]amd64%[quot]} It should be %[quote]". Will adding support for "%[string]" to existing --package-metadata option break anything? > This might work, but it is much longer. IMO on a scale from human readable > to random character this is insignificantly more readable. A longer > parameter makes it harder to find the relevant log output (in case of > problems unrelated to the package metadata) and the log files will be Is this a real problem? "grep" should work. > bigger. Debian package tend to print all calls with all compiler parameters. -- You are receiving this mail because: You are on the CC list for the bug.