Package: aptitude Version: 0.4.11.11-1~lenny1 Severity: normal
I have a pinning setup where all packages are pulled from the stable release with some exceptions which are pulled from testing. All relevant config files are included below. After adding the testing repo line to ``sources.list`` and setting APT's pinning preferences, running ``apt-get dist-upgrade`` finds new essential packages from testing and installs them. However, under the same situation, running ``aptitude dist-upgrade`` doesn't install anything. After installing them manually or using ``apt-get``, they are correctly regarded as essential by Aptitude. Assuming that the behaviour of ``apt-get`` is right (see #216768), Aptitude should also install the new essential packages when ``dist-upgrade`` is run. Thanks! This is my ``/etc/apt/apt.conf.d/99local-default-release`` file:: APT::Default-Release "stable"; My ``/etc/apt/preferences`` file:: Package: * Pin: release a=testing Pin-Priority: 190 Package: prosody Pin: release a=testing Pin-Priority: 999 And my ``/etc/apt/sources.list``:: deb http://ftp.us.debian.org/debian lenny main deb http://security.debian.org/ lenny/updates main deb http://ftp.us.debian.org/debian testing main -- Package-specific info: aptitude 0.4.11.11 compilat el Dec 5 2008 02:43:34 Compilador: g++ 4.3.2 Compilat contra: apt versió 4.6.0 NCurses versió: 5.6 libsigc++ versió: 2.0.18 Suport d'ept habilitat Versions actuals de les biblioteques: Versió de les NCurses: ncurses 5.7.20081213 Versió de les cwidget: 0.5.12 Versió de l'apt: 4.6.0 linux-gate.so.1 => (0xb7f79000) libapt-pkg-libc6.7-6.so.4.6 => /usr/lib/libapt-pkg-libc6.7-6.so.4.6 (0xb7eb4000) libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7e76000) libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb7e70000) libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0xb7dab000) libept.so.0 => /usr/lib/libept.so.0 (0xb7cea000) libxapian.so.15 => /usr/lib/libxapian.so.15 (0xb7b94000) libz.so.1 => /usr/lib/libz.so.1 (0xb7b7f000) libpthread.so.0 => /lib/libpthread.so.0 (0xb7b67000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7a79000) libm.so.6 => /lib/libm.so.6 (0xb7a52000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7a45000) libc.so.6 => /lib/libc.so.6 (0xb7907000) libutil.so.1 => /lib/libutil.so.1 (0xb7903000) libdl.so.2 => /lib/libdl.so.2 (0xb78ff000) /lib/ld-linux.so.2 (0xb7f7a000) Terminal: screen $DISPLAY is set. `which aptitude`: /usr/bin/aptitude aptitude version information: aptitude linkage: -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (990, 'stable'), (190, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.18.8-linode16 (SMP w/4 CPU cores) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages aptitude depends on: ii apt [libapt-pkg-libc6. 0.7.20.2+lenny1 Advanced front-end for dpkg ii libc6 2.7-18 GNU C Library: Shared libraries ii libcwidget3 0.5.12-4 high-level terminal interface libr ii libept0 0.5.22 High-level library for managing De ii libgcc1 1:4.3.2-1.1 GCC support library ii libncursesw5 5.7+20081213-1 shared libraries for terminal hand ii libsigc++-2.0-0c2a 2.0.18-2 type-safe Signal Framework for C++ ii libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3 ii libxapian15 1.0.7-4 Search engine library ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime Versions of packages aptitude recommends: pn aptitude-doc-en | aptitude-do <none> (no description available) pn libparse-debianchangelog-perl <none> (no description available) Versions of packages aptitude suggests: pn debtags <none> (no description available) ii tasksel 2.78 Tool for selecting tasks for insta -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

