Bug#1101201: marked as done (UDD/lintian: information field contains newline)
Your message dated Thu, 28 Aug 2025 08:48:59 +0200
with message-id <aK_728peYrpe98LQ@grub.nussbaum.fr>
and subject line Re: Bug#1101201: UDD/lintian: information field contains newline
has caused the Debian Bug report #1101201,
regarding UDD/lintian: information field contains newline
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--
1101201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101201
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: UDD/lintian: information field contains newline
- From: Gioele Barabucci <gioele@svario.it>
- Date: Mon, 24 Mar 2025 20:48:34 +0100
- Message-id: <5537ec41-4233-4525-828a-3f6e922fe0ed@svario.it>
Package: qa.debian.org
User: qa.debian.org@packages.debian.org
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:udd-mirror@udd-mirror.debian.net/udd" | \
wc -l
```
Regards,
--
Gioele Barabucci
--- End Message ---
--- Begin Message ---
- To: Gioele Barabucci <gioele@svario.it>, 1101201-done@bugs.debian.org
- Subject: Re: Bug#1101201: UDD/lintian: information field contains newline
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Thu, 28 Aug 2025 08:48:59 +0200
- Message-id: <aK_728peYrpe98LQ@grub.nussbaum.fr>
- In-reply-to: <5537ec41-4233-4525-828a-3f6e922fe0ed@svario.it>
- References: <5537ec41-4233-4525-828a-3f6e922fe0ed@svario.it>
Hi Gioele,
On 24/03/25 at 20:48 +0100, Gioele Barabucci wrote:
> Package: qa.debian.org
> User: qa.debian.org@packages.debian.org
> 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:udd-mirror@udd-mirror.debian.net/udd" | \
> wc -l
> ```
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
--- End Message ---
Reply to: