Bug#1101201: UDD/lintian: information field contains newline
Gioele Barabucci <[email protected]>
| Newsgroups | gmane.linux.debian.devel.quality-assurance |
|---|---|
| Message-ID | <5537ec41-4233-4525-828a-3f6e922fe0ed__31516.9617578917$1742846079$gmane$org@svario.it> |
Package: qa.debian.org User: [email protected] Usertags: udd Dear UDD maintainers, the `information` field of the `lintian_results_agg` table contains stray newline characters. These newline characters make it difficult to process exported results with common line-based tools. To reproduce this issue: ``` echo "\copy ( SELECT source,information FROM lintian_results_agg WHERE tag='debian-build-system' LIMIT 10 ) TO stdout CSV" | \ psql "postgresql://udd-mirror:[email protected]/udd" | \ wc -l ``` Regards,