Your message dated Thu, 28 Dec 2006 12:27:01 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404742: deborphan: Says wrong information about package's
priority
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: deborphan
Version: 1.7.23
Severity: normal
It seems that deborphan does not report package's priority correctly. In
my Etch system the command "deborphan -aP" says for example:
main/devel gnu-efi optional
main/libs libldap-2.3-0 optional
But "aptitude show" tells that the former has a "standard" priority and
the latter is "important". Both were automatically installed by the
Debian installer.
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Versions of packages deborphan depends on:
ii bash 3.1dfsg-8 The GNU Bourne Again SHell
ii dialog 1.0-20060221-1 Displays user-friendly dialog boxe
ii gettext-base 0.16.1-1 GNU Internationalization utilities
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
Versions of packages deborphan recommends:
ii apt 0.6.46.4 Advanced front-end for dpkg
-- no debconf information
--- End Message ---
--- Begin Message ---
On Thu, 28 Dec 2006, Teemu Likonen wrote:
> It seems that deborphan does not report package's priority correctly. In
> my Etch system the command "deborphan -aP" says for example:
>
> main/devel gnu-efi optional
> main/libs libldap-2.3-0 optional
>
> But "aptitude show" tells that the former has a "standard" priority and
> the latter is "important". Both were automatically installed by the
> Debian installer.
That's an override disparity. The package says it's optional, but the
apt Packages file overrides this information. dpkg, once the package is
installed, does not know about the overrides.
dpkg -s libldap-2.3-0 should show you the same priority as deborphan.
Peter
--
| .''`. ** Debian GNU/Linux **
Peter Palfrader | : :' : The universal
http://www.palfrader.org/ | `. `' Operating System
| `- http://www.debian.org/
--- End Message ---