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

Bug#243943: marked as done (Suggested packages when installing uses wrong versions of packages to install)



Your message dated Thu, 21 Sep 2006 01:47:05 -0700
with message-id <E1GQKD3-0000Qd-GZ@spohr.debian.org>
and subject line Bug#257054: fixed in apt 0.6.46
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: apt
Version: 0.5.24
Severity: minor

When I did "apt-get -t experimental install gnome-session" I was told that
gmc is a Suggested package.  I thought this was a little strange as gmc is
not part of GNOME 2, only GNOME 1, so I looked to see where that suggest was
coming from.  Turns out it is only listed as a Suggests on gnome-session 1.4
which is on a Woody CD I have in my sources.list, and is not in the
Suggests list for gnome-session 2.6 which I was actually installing from
experimental.


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Clean-Installed "off";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | grep -c remove) != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.4-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB

Versions of packages apt depends on:
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4-0pre1  GCC support library
ii  libstdc++5                  1:3.3.3-6    The GNU Standard C++ Library v3

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.6.46

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive:

apt-doc_0.6.46_all.deb
  to pool/main/a/apt/apt-doc_0.6.46_all.deb
apt-utils_0.6.46_i386.deb
  to pool/main/a/apt/apt-utils_0.6.46_i386.deb
apt_0.6.46.dsc
  to pool/main/a/apt/apt_0.6.46.dsc
apt_0.6.46.tar.gz
  to pool/main/a/apt/apt_0.6.46.tar.gz
apt_0.6.46_i386.deb
  to pool/main/a/apt/apt_0.6.46_i386.deb
libapt-pkg-dev_0.6.46_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.6.46_i386.deb
libapt-pkg-doc_0.6.46_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.6.46_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 257054@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 21 Sep 2006 10:25:03 +0200
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source all i386
Version: 0.6.46
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 257054 311619 316196 341537 378868 380030 381019 382702 383487 384182 386397 386537 386851 387766 387812 388184 388402
Changes: 
 apt (0.6.46) unstable; urgency=low
 .
   * debian/control:
     - switched to libdb4.4 for building (closes: #381019)
   * cmdline/apt-get.cc:
     - show only the recommends/suggests for the candidate-version, not for all
       versions of the package (closes: #257054)
     - properly handle recommends/suggests or-groups when printing the list of
       suggested/recommends packages (closes: #311619)
   * methods/http.cc:
     - check more careful for incorrect proxy settings (closes: #378868)
   * methods/gzip.cc:
     - don't hang when /var is full (closes: #341537), thanks to
       Luis Rodrigo Gallardo Cruz for the patch
   * doc/examples/sources.list:
     - removed non-us.debian.org from the example (closes: #380030,#316196)
   * Merged from Christian Perrier bzr branch:
     * ro.po: Updated to 514t. Closes: #388402
     * dz.po: Updated to 514t. Closes: #388184
     * it.po: Fixed typos. Closes: #387812
     * ku.po: New kurdish translation. Closes: #387766
     * sk.po: Updated to 514t. Closes: #386851
     * ja.po: Updated to 514t. Closes: #386537
     * gl.po: Updated to 514t. Closes: #386397
     * fr.po: Updated to 516t.
     * fi.po: Updated to 512t. Closes: #382702
   * share/archive-archive.gpg:
     - removed the outdated amd64 and debian-2004 keys
   * apt-pkg/tagfile.cc:
     - applied patch from Jeroen van Wolffelaar to make the tags
       caseinsensitive (closes: #384182)
     - reverted MMap use in the tagfile because it does not work
       across pipes (closes: #383487)
Files: 
 950e3f0ed7af804704d5380b89c88b88 784 admin important apt_0.6.46.dsc
 65309fd35da4d3844f63cdc0f173e23b 1692242 admin important apt_0.6.46.tar.gz
 9cf6cfd9dfb19a1cfb8ae287706cd6fa 89032 doc optional apt-doc_0.6.46_all.deb
 edee780be69c279f3236b4325f62dba7 112384 doc optional libapt-pkg-doc_0.6.46_all.deb
 0c34e053105fe1d44ee14b096531387d 1414300 admin important apt_0.6.46_i386.deb
 cc9cab84d135ac63f20526789e14baa9 83106 libdevel optional libapt-pkg-dev_0.6.46_i386.deb
 a9307f0e7bce31884ac390fbf97c194c 193534 admin important apt-utils_0.6.46_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFEk+BliSD4VZixzQRAuLuAJ9d3b5JNNmSN9YIhYrLmY+8R+ZzigCfb0O0
LdSUAlaryIXkdW9sgH0n4Wk=
=jUES
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: