#1101201 UDD/lintian: information field contains newline

#1101201#5
Date:
2025-03-24 19:48:34 UTC
From:
To:
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,

#1101201#10
Date:
2025-08-28 06:48:59 UTC
From:
To:
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

#1101201#11
Date:
2025-08-28 07:59:55 UTC
From:
To:
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