Debian Bug report logs - #923974
packages.debian.org filelist incorrect (for some archs)

Package: www.debian.org; Maintainer for www.debian.org is Debian WWW Team <debian-www@lists.debian.org>;

Reported by: Laura Arjona Reina <larjona@debian.org>

Date: Thu, 7 Mar 2019 19:15:01 UTC

Severity: normal

Tags: patch

Done: Rhonda D'Vine <noreply@salsa.debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, andreas@fatal.se, Debian WWW Team <debian-www@lists.debian.org>:
Bug#923974; Package www.debian.org. (Thu, 07 Mar 2019 19:15:04 GMT) (full text, mbox, link).


Acknowledgement sent to Laura Arjona Reina <larjona@debian.org>:
New Bug report received and forwarded. Copy sent to andreas@fatal.se, Debian WWW Team <debian-www@lists.debian.org>. (Thu, 07 Mar 2019 19:15:04 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Laura Arjona Reina <larjona@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: packages.debian.org filelist incorrect (for some archs)
Date: Thu, 7 Mar 2019 20:11:57 +0100
Package: www.debian.org
User: www.debian.org@packages.debian.org
Usertag: packages
Severity: normal
X-Debbugs-CC: andreas@fatal.se

Hi Andreas
Thanks for the report. I have created a bug report about it, if you want
to follow you can subscribe to the bug sending a mail to
nnnn-subscribe@bugs.debian.org (being nnnn the bug number).

Kind regards


-------- Mensaje reenviado --------
Asunto: packages.debian.org filelist incorrect (for some archs)
Resent-Date: Sun,  3 Mar 2019 10:17:04 +0000 (UTC)
Resent-From: debian-www@lists.debian.org
Fecha: Sun, 3 Mar 2019 11:08:47 +0100
De: Andreas Henriksson <andreas@fatal.se>
Para: debian-www@lists.debian.org

Hi,

I happened to look at this page and spotted multiple problems (and it
had your contact information on it):
https://packages.debian.org/sid/arm64/sysvinit-utils/filelist

1. The file list is not correct
   - eg. /usr/sbin/service et.al. are not in the package (anymore since
   several years).
2. It doesn't say with actual version of the package it's showing
   only a vague "<package> in sid" statement so it's not obvious when
   the filelist is outdated information.

Compare this other archs page which seems more up to date:
https://packages.debian.org/sid/amd64/sysvinit-utils/filelist

Regards,
Andreas Henriksson




Information forwarded to debian-bugs-dist@lists.debian.org, Debian WWW Team <debian-www@lists.debian.org>:
Bug#923974; Package www.debian.org. (Thu, 12 Aug 2021 05:36:03 GMT) (full text, mbox, link).


Acknowledgement sent to Felix Lechner <felix.lechner@lease-up.com>:
Extra info received and forwarded to list. Copy sent to Debian WWW Team <debian-www@lists.debian.org>. (Thu, 12 Aug 2021 05:36:03 GMT) (full text, mbox, link).


Message #10 received at 923974@bugs.debian.org (full text, mbox, reply):

From: Felix Lechner <felix.lechner@lease-up.com>
To: 923974@bugs.debian.org
Cc: Laura Arjona Reina <larjona@debian.org>, Andreas Henriksson <andreas@fatal.se>
Subject: Re: packages.debian.org filelist incorrect (for some archs)
Date: Wed, 11 Aug 2021 22:32:48 -0700
Hi,

> The file list is not correct
>   - eg. /usr/sbin/service et.al. are not in the package (anymore since
>   several years).

The condition described here will potentially be fixed by the second
commit ("Test for link on suite level") in my recent merge request.
[1] My testing there confirmed a suspicion that the file lists were
not being updated at all. For a longer explanation, please have a look
at Bug#977006 or Bug#977743.

This bug should be evaluated when the MR [1] has been accepted. Thanks!

Kind regards
Felix Lechner

[1] https://salsa.debian.org/webmaster-team/packages/-/merge_requests/20



Added tag(s) patch. Request was from felix.lechner@us-core.com to control@bugs.debian.org. (Thu, 12 Aug 2021 05:45:05 GMT) (full text, mbox, link).


Reply sent to Rhonda D'Vine <noreply@salsa.debian.org>:
You have taken responsibility. (Mon, 23 Aug 2021 22:03:06 GMT) (full text, mbox, link).


Notification sent to Laura Arjona Reina <larjona@debian.org>:
Bug acknowledged by developer. (Mon, 23 Aug 2021 22:03:06 GMT) (full text, mbox, link).


Message #17 received at 923974-done@bugs.debian.org (full text, mbox, reply):

From: Rhonda D'Vine <noreply@salsa.debian.org>
To: 923974-done@bugs.debian.org
Subject: Bug#923974 fixed in www.debian.org
Date: Mon, 23 Aug 2021 22:00:16 +0000
Hello,

Bug #923974 in www.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/webmaster-team/packages/-/commit/9186dd45f3ea111b309c580b11674689dd5f2c4d

------------------------------------------------------------------------
Test for link on suite level when avoiding duplicates; restore service. (Closes: #923974)

This commit changes the logic of existing code. The author was not sure if the
existing code performed as it should. The '-l' file test on the Contents.gz data
files will not capture symbolic links for suite aliases on the suite level.

Looks at the suite level instead.
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/923974



Message #18 received at 923974-done@bugs.debian.org (full text, mbox, reply):

From: Rhonda D'Vine <noreply@salsa.debian.org>
To: 923974-done@bugs.debian.org
Subject: Bug#923974 fixed in www.debian.org
Date: Mon, 23 Aug 2021 22:00:16 +0000
Hello,

Bug #923974 in www.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/webmaster-team/packages/-/commit/5718bf8656446e68766616ad1ba25f44f1b0b9d6

------------------------------------------------------------------------
Merge branch 'file-list-arch-all' into 'master'

Fix file lists on packages.d.o. (Closes: #977006, #977743, #980888, #923974)

See merge request webmaster-team/packages!20
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/923974



Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Tue, 21 Sep 2021 07:29:15 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Tue Sep 20 20:21:10 2022; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.