[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928992: marked as done (priority-extra-is-replaced-by-priority-optional doesn't catch some packages)



Your message dated Tue, 14 May 2019 21:24:32 +0100
with message-id <1557865472.2995.15.camel@adam-barratt.org.uk>
and subject line Re: Bug#928992: priority-extra-is-replaced-by-priority-optional doesn't catch some packages
has caused the Debian Bug report #928992,
regarding priority-extra-is-replaced-by-priority-optional doesn't catch some packages
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.)


-- 
928992: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928992
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Severity: minor


Dear maintainer,

 after downloading Packages.xz file [1] and searching
priority-extra files for amd64 architecture in sid:

 $ sed -n "/Priority: extra/p" Packages | wc -l
 272

I saw a little divergence.
I compared the result with this page [2] that reports 3578 matches
(archs different than amd64? experimental packages?) but some packages
seem to be missing.

E.g.

Package: allure
Version: 0.8.3.0-3
Installed-Size: 36600
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
[...]
Section: games
Priority: extra
^^^^^^^^^^^^^^^

Package: binutils-i686-gnu
Source: binutils
Version: 2.31.1-16
Installed-Size: 15253
Maintainer: Matthias Klose <doko@debian.org>
[...]
Section: devel
Priority: extra
^^^^^^^^^^^^^^^

maybe others... I have to admit that I have not checked all occurrences.

Thanks for considering.

Kind regards.


[1] http://ftp.debian.org/debian/dists/sid/main/binary-amd64/Packages.xz
[2]
https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html

--- End Message ---
--- Begin Message ---
On Tue, 2019-05-14 at 21:19 +0200, s3v wrote:
>  after downloading Packages.xz file [1] and searching
> priority-extra files for amd64 architecture in sid:
> 
>  $ sed -n "/Priority: extra/p" Packages | wc -l
>  272
> 
> I saw a little divergence.
> I compared the result with this page [2] that reports 3578 matches
> (archs different than amd64? experimental packages?) but some
> packages seem to be missing.
> 
> E.g.
> 
> Package: allure
> Version: 0.8.3.0-3
> Installed-Size: 36600
> Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.aliot
> h.debian.org>
> [...]
> Section: games
> Priority: extra
> ^^^^^^^^^^^^^^^
> 
> Package: binutils-i686-gnu
> Source: binutils
> Version: 2.31.1-16
> Installed-Size: 15253
> Maintainer: Matthias Klose <doko@debian.org>
> [...]
> Section: devel
> Priority: extra
> ^^^^^^^^^^^^^^^

This is due to the fact that the priority fields in the packages files
come from the archive's override lists, which may well not match the
values present in the binary packages.

If you check the latter, you will find that they are expected and in
line with Lintian's output:

adsb@coccia:~$ dpkg-deb -I /srv/mirrors/debian/pool/main/a/allure/allure_0.8.3.0-3_amd64.deb | grep Priority
 Priority: optional
adsb@coccia:~$ dpkg-deb -I /srv/mirrors/debian/pool/main/b/binutils/binutils-i686-gnu_2.31.1-16_amd64.deb | grep Priority
 Priority: optional

Regards,

Adam

--- End Message ---

Reply to: