- Package:
- qa.debian.org
- Source:
- qa.debian.org
- Submitter:
- Gioele Barabucci
- Date:
- 2025-08-28 08:01:03 UTC
- Severity:
- normal
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:udd-mirror@udd-mirror.debian.net/udd" | \ wc -l ``` Regards,
Hi Gioele, Fixed by 9c9e6566f71 I also manually updated existing data to avoid re-processing all packages. Sorry it took so long -- I missed the bug when it was reported. Lucas
Hello, Bug #1101201 in qa.debian.org reported by you has been fixed in the Git repository. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qa/udd/-/commit/9c9e6566f7100fcd1697e6a6ee6ae8cfc41890d1------------------------------------------------------------------------ lintian: remove stray newlines at the end of information fields. Closes: #1101201 ------------------------------------------------------------------------ (this message was generated automatically) -- Greetings https://bugs.debian.org/1101201