Bug#1101201: UDD/lintian: information field contains newline

2025-03-24 Thread Gioele Barabucci
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-mir...@udd-mirror.debian.net/udd" | \ wc -l ``` Regards, -- Gioele Barabucci

Bug#1095943: vcswatch should check upstream and pristine-tar branches

2025-02-13 Thread Gioele Barabucci
, for the past two months the master branch of pam contained the sources for 1.7.0, but the upstream and pristine-tar branches were still at version 1.5.3 because the corresponding branches and tags had not been pushed. Regards, -- Gioele Barabucci

Bug#1088918: vcswatch should monitor backports as well

2024-12-02 Thread Gioele Barabucci
-specific branches and notify of any unreleased commits. Regards, -- Gioele Barabucci

Bug#958988: key packages script does not take account of virtual packages.

2024-08-10 Thread Gioele Barabucci
/cgi-bin/key_packages.yaml.cgi shows many instances of - reason: librust-ff-derive-dev depends librust-addchain-0.2+default-dev provided by librust-addchain-dev - source: rust-addchain -- Gioele Barabucci

Bug#1074619: UDD/bugs: Filter by severity

2024-07-02 Thread Gioele Barabucci
d be great if one could also filter away all "wishlist" bugs. Thanks, -- Gioele Barabucci

Bug#1072622: UDD/bugs: Show forwarded status in table

2024-06-05 Thread Gioele Barabucci
? Thanks, -- Gioele Barabucci

Bug#1072621: UDD/bugs: Missing abbreviation for a11y

2024-06-05 Thread Gioele Barabucci
row for bug #953591 at <https://udd.debian.org/bugs/?packages=bash&ctags=1>. Regards, -- Gioele Barabucci

Bug#1051312: DDPO: Group packages by team

2023-09-05 Thread Gioele Barabucci
esponsibilities. Regards, -- Gioele Barabucci

Bug#1031155: fakeupstream.cgi: google-fonts: Script breaks if FONTLOG.txt is missing

2023-02-12 Thread Gioele Barabucci
ne can get a date (i.e. version number) from `METADATA.pb`. Patch: https://salsa.debian.org/qa/qa/-/merge_requests/44 Regards -- Gioele Barabucci

Bug #1014636: Could libnss-gw-name be dropped?

2022-10-29 Thread Gioele Barabucci
lt;https://bugs.debian.org/1014636>. [1] https://bugs.debian.org/805266 -- Gioele Barabucci

Bug#1016203: vcswatch: check debian/latest branch as well (DEP-14)

2022-07-29 Thread Gioele Barabucci
Control: tags -1 + patch A patch to fix this problem can be found at https://salsa.debian.org/qa/qa/-/merge_requests/38 -- Gioele Barabucci

Bug#1016203: vcswatch: check debian/latest branch as well (DEP-14)

2022-07-29 Thread Gioele Barabucci
Regards, -- Gioele Barabucci

Bug#879278: fakeupstream.cgi: Broken google-fonts upstream (probably svn/TLS certificate)

2017-10-21 Thread Gioele Barabucci
or use unsafe settings; 3. remove the current dependency on svn. Regards, -- Gioele Barabucci --- a/fakeupstream.cgi 2017-10-21 14:24:26.493174836 +0200 +++ b/fakeupstream.cgi 2017-10-21 17:21:18.615005794 +0200 @@ -793,19 +793,18 @@ my $font_name = $2; my $github_repo_url = "

Bug#879280: fakeupstream.cgi: Use a 5xx HTTP status code in case of error

2017-10-21 Thread Gioele Barabucci
print $q->header( "text/plain", "500 Internal Server Error" ); print "$message\n"; exit 0; } -- Gioele Barabucci

Bug#879278: fakeupstream.cgi: Broken google-fonts upstream (probably svn/TLS certificate)

2017-10-21 Thread Gioele Barabucci
7;cat', $svn_fontlog_url ); -- Gioele Barabucci

Bug#803790: fakeupstream.cgi: New Google Fonts upstream

2015-11-02 Thread Gioele Barabucci
e tarballs because GitHub does not generate tarballs for subdirectories, so the links lead to fictitious URLs. I tested the generated page with uscan 2.15.9 and it can detects the current and past versions of all the fonts I tested it with. Regards, -- Gioele Barabucci --- fakeupstream.cgi.orig