Your message dated Fri, 2 May 2008 06:24:04 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#478424: dpkg: --set-selections doesn't set spamassassin
has caused the Debian Bug report #478424,
regarding dpkg: --set-selections doesn't set spamassassin
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 [EMAIL PROTECTED]
immediately.)
--
478424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478424
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dpkg
Version: 1.13.25
Severity: normal
In transferring a package list from one machine to another using
--get/set-selections, I noticed that the spamassassin package didn't get
installed. A quick test on the command line showed this:
# dpkg --get-selections | grep spam
spamc install
# grep spam packages.txt
spamassassin install
spamc install
# dpkg --set-selections < packages.txt
# dpkg --get-selections | grep spam
spamc install
#
As you can see both spamc and spamassassin are in the packages.txt file,
but only spamc is being set by --set-selections.
Toby
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Versions of packages dpkg depends on:
ii coreutils 5.97-5.3 The GNU core utilities
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
dpkg recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
On Tue, 2008-04-29 at 14:20:03 +1000, Toby Chamberlain wrote:
> Package: dpkg
> Version: 1.13.25
> Severity: normal
> In transferring a package list from one machine to another using
> --get/set-selections, I noticed that the spamassassin package didn't get
> installed. A quick test on the command line showed this:
>
> # dpkg --get-selections | grep spam
> spamc install
> # grep spam packages.txt
> spamassassin install
> spamc install
> # dpkg --set-selections < packages.txt
> # dpkg --get-selections | grep spam
> spamc install
> #
>
> As you can see both spamc and spamassassin are in the packages.txt file,
> but only spamc is being set by --set-selections.
They got marked as to be installed, but only spamc was already
installed on the second box. If you want to get packages selections
for packages not currently purged you should use:
$ dpkg --get-selections '*' | grep spam
which will show what you want. This is documented in the man page.
Thus closing this bug report.
regards,
guillem
--- End Message ---