Package: aptitude
Version: 0.4.5.4-1
Followup-For: Bug #432017
The following listing demonstrates that the auto status is being
removed when an action is scheduled instead of being performed
immediately. This didn't happen in Etch, or in the aptitude in Sid a
few months ago.
| $ echo n | sudo aptitude install gnupg2
| Reading package lists... Done
| Building dependency tree
| Reading state information... Done
| Reading extended state information
| Initializing package states... Done
| Building tag database... Done
| The following NEW packages will be automatically installed:
| libksba8
| The following NEW packages will be installed:
| gnupg2 libksba8
| 0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
| Need to get 0B/1198kB of archives. After unpacking 2716kB will be used.
| Do you want to continue? [Y/n/?] Abort.
| $ sudo aptitude --schedule-only install gnupg2
| Reading package lists... Done
| Building dependency tree
| Reading state information... Done
| Reading extended state information
| Initializing package states... Done
| Building tag database... Done
| Writing extended state information... Done
| $ echo n | sudo aptitude install
| Reading package lists... Done
| Building dependency tree
| Reading state information... Done
| Reading extended state information
| Initializing package states... Done
| Building tag database... Done
| The following NEW packages will be installed:
| gnupg2 libksba8
| 0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
| Need to get 0B/1198kB of archives. After unpacking 2716kB will be used.
| Do you want to continue? [Y/n/?] Abort.
| $
Similarly, packages that were scheduled for upgrade and marked auto
lost their auto status when they were deferred implicitly by the
piecemeal upgrade command
aptitude install ~i~nlibc6+
In the past I would have written
aptitude upgrade ~i~nlibc6
but upgrade no longer takes arguments (nor does safe-upgrade).
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages aptitude depends on:
ii apt [libapt-pkg-libc6.5 0.7.3 Advanced front-end for dpkg
ii libc6 2.6-1 GNU C Library: Shared libraries
ii libgcc1 1:4.2-20070707-1 GCC support library
ii libncursesw5 5.6-3 Shared libraries for terminal hand
ii libsigc++-2.0-0c2a 2.0.17-2 type-safe Signal Framework for C++
ii libstdc++6 4.2-20070707-1 The GNU Standard C++ Library v3
Versions of packages aptitude recommends:
ii aptitude-doc-en [aptitude-doc 0.4.5.4-1 English manual for aptitude, a ter
ii libparse-debianchangelog-perl 1.0-1 parse Debian changelogs and output
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]