Your message dated Sat, 21 Jul 2012 15:47:14 +0000
with message-id <[email protected]>
and subject line Bug#680333: fixed in aptitude 0.6.9.1-1
has caused the Debian Bug report #680333,
regarding aptitude: wrong multi-arch pkg names in dpkg call
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.)
--
680333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680333
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt
Version: 0.9.7.1
Severity: normal
apt-mark hold and apt-mark unhold (as well as aptitude hold) do not
work on Architecture: all packages:
# apt-mark hold acpi-support-base
acpi-support-base set on hold.
# apt-mark showhold
libcairo2
However, dpkg --set-selections does work:
# printf "acpi-support-base hold\n" | dpkg --set-selections
# apt-mark showhold
acpi-support-base
libcairo2
# apt-mark unhold acpi-support-base
Canceled hold on acpi-support-base.
# apt-mark showhold
acpi-support-base
libcairo2
# printf "acpi-support-base install\n" | dpkg --set-selections
# apt-mark showhold
libcairo2
# printf "acpi-support-base:all hold\n" | dpkg --set-selections
# apt-mark showhold
acpi-support-base
libcairo2
(Tested with dpkg 1.16.4.3.)
P.S. Shouldn't #483067 be closed?
-- Package-specific info:
-- apt-config dump --
APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::NeverAutoRemove:: "^gnumach$";
APT::NeverAutoRemove:: "^gnumach-image.*";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
APT::Cache-Limit "65536000";
APT::Architectures "";
APT::Architectures:: "i386";
APT::Architectures:: "amd64";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "1";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "2";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-9n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "3";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-9";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "4";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "5";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-9";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::UncompressArg:: "-d";
APT::Compressor::::Name "";
APT::Compressor::::Extension ".";
APT::Compressor::::Binary "";
APT::Compressor::::Cost "100";
APT::Compressor::::CompressArg "";
APT::Compressor::::CompressArg:: "-9";
APT::Compressor::::UncompressArg "";
APT::Compressor::::UncompressArg:: "-d";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
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::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::solvers "";
Dir::Bin::solvers:: "/usr/lib/apt/solvers";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Bin::bzip2 "/bin/bzip2";
Dir::Bin::xz "/usr/bin/xz";
Dir::Media "";
Dir::Media::MountPath "/media/apt";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Acquire "";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom/";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
Acquire::Languages:: "ru";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
Aptitude "";
Aptitude::CmdLine "";
Aptitude::CmdLine::Always-Prompt "true";
Aptitude::Keep-Suggests "true";
CommandLine "";
CommandLine::AsString "apt-config dump";
-- /etc/apt/preferences --
Package: avahi-daemon
Pin: release
Pin-Priority: -1
Package: libnss-mdns
Pin: release
Pin-Priority: -1
Package: hal
Pin: release
Pin-Priority: -1
Package: udisks
Pin: release
Pin-Priority: -1
Package: upower
Pin: release
Pin-Priority: -1
Package: policykit-1
Pin: release
Pin-Priority: -1
Explanation: #626294
Package: mutt
Pin: version 1.5.21-5+b*
Pin-Priority: -1
Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 900
Package: *
Pin: release o=Debian,a=stable
Pin-Priority: 400
Package: youtube-dl
Pin: release o=Debian,a=unstable
Pin-Priority: 200
Package: *
Pin: release a=stable
Pin-Priority: -2
Package: *
Pin: release a=oldstable
Pin-Priority: -20
Package: *
Pin: release a=testing
Pin-Priority: -9
Package: *
Pin: release a=unstable
Pin-Priority: -10
Package: *
Pin: release a=experimental
Pin-Priority: -11
Package: *
Pin: release a=squeeze-backports
Pin-Priority: -12
-- (/etc/apt/sources.list present, but not submitted) --
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (900, 'testing'), (400, 'stable')
Architecture: i386 (x86_64)
Foreign Architectures: amd64
Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages apt depends on:
ii debian-archive-keyring 2012.4
ii gnupg 1.4.12-4+b1
ii libapt-pkg4.12 0.9.7.1
ii libc6 2.13-33
ii libgcc1 1:4.7.0-8
ii libstdc++6 4.7.0-8
apt recommends no packages.
Versions of packages apt suggests:
ii apt-doc 0.9.7.1
ii aptitude 0.6.8-1
ii dpkg-dev 1.16.4.3
ii python-apt 0.8.4
ii xz-utils 5.1.1alpha+20120614-1
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: aptitude
Source-Version: 0.6.9.1-1
We believe that the bug you reported is fixed in the latest version of
aptitude, which is due to be installed in the Debian FTP archive.
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Hartwig <[email protected]> (supplier of updated aptitude 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 12 Jul 2012 11:00:18 +0800
Source: aptitude
Binary: aptitude aptitude-common aptitude-dbg aptitude-doc-cs aptitude-doc-en
aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-it aptitude-doc-ja
Architecture: source amd64 all
Version: 0.6.9.1-1
Distribution: experimental
Urgency: low
Maintainer: Aptitude Development Team <[email protected]>
Changed-By: Daniel Hartwig <[email protected]>
Description:
aptitude - terminal-based package manager
aptitude-common - architecture indepedent files for the aptitude package
manager
aptitude-dbg - Debug symbols for the aptitude package manager
aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
aptitude-doc-en - English manual for aptitude, a terminal-based package manager
aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
aptitude-doc-it - Italian manual for aptitude, a terminal-based package manager
aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package
manager
Closes: 680040 680333 681021
Changes:
aptitude (0.6.9.1-1) experimental; urgency=low
.
* Really silence errors when debtags is not installed
(Closes: #681021)
* Use dpkg package names when calling dpkg
(Closes: #680333)
* Translation updates:
- French (Closes: #680040)
Checksums-Sha1:
970bb8b20dfea15f9e3138187ef133880770643a 2213 aptitude_0.6.9.1-1.dsc
19fa60a2ed022af6de73c8eac9e5ddfc9216802a 4491992 aptitude_0.6.9.1.orig.tar.xz
b6ecd44bc2da840f6836cbf8c84a721baf40b4b5 45497 aptitude_0.6.9.1-1.debian.tar.gz
213f73354f1165b988b2efeb0b79e9f3ce06cc28 1901974 aptitude_0.6.9.1-1_amd64.deb
a1566738994ba04ece452018f79221aaf8624056 2651350
aptitude-common_0.6.9.1-1_all.deb
79928ea07c4291d213ddbfa2af7da150e3548ec6 17667628
aptitude-dbg_0.6.9.1-1_amd64.deb
77aeacba5622cc8724a54485b170e071779677d0 395074
aptitude-doc-cs_0.6.9.1-1_all.deb
e9a6e5dec97f60a911228b76c4b1b4ff2351354e 464828
aptitude-doc-en_0.6.9.1-1_all.deb
e4f4688cc6c3aef692c538da05974e93ebc87d01 446888
aptitude-doc-es_0.6.9.1-1_all.deb
f2c3c387bd175a4608445dd6d80a44338d7112c8 284376
aptitude-doc-fi_0.6.9.1-1_all.deb
f26727584c289248d12f603c1fcb20bc621fd0d3 347988
aptitude-doc-fr_0.6.9.1-1_all.deb
4e60aec73b894bed94c980ecad453722f36e0fae 306322
aptitude-doc-it_0.6.9.1-1_all.deb
3dde749637e64fd7404a986e8625ef4dcf1ec9f1 409224
aptitude-doc-ja_0.6.9.1-1_all.deb
Checksums-Sha256:
7a0ca8c5dff263d76668bf2757fa04d48b296f6611a9e382b71eb04455e7ed17 2213
aptitude_0.6.9.1-1.dsc
ca65a518f408f715067d9293933e7140d26c7ef9f17612dcac617f22e0bbd3ac 4491992
aptitude_0.6.9.1.orig.tar.xz
e9700ebb75ea1425ad0bf690a62668ec18c5fe45338dcae8066c35c5605be1a2 45497
aptitude_0.6.9.1-1.debian.tar.gz
b328aed1fb507fe9fae27a0bc955f1a958a58c3ff400aee2b5f4f1f945b1c12d 1901974
aptitude_0.6.9.1-1_amd64.deb
ad12b9b910f20aab9586ae4a43ad6dc27ca61fa015ef0d77a8318150601764cf 2651350
aptitude-common_0.6.9.1-1_all.deb
e72ca399d6eef85d3a12404ef2c724a962ce3118496f838ca4e115a48a769766 17667628
aptitude-dbg_0.6.9.1-1_amd64.deb
7098ee2e1ed4cd6ac0949a9dc0218aa1a79d30db7a0818d5cd7c029c01d46b24 395074
aptitude-doc-cs_0.6.9.1-1_all.deb
642c0dce4b6e7000d8fdcffaf2bc5519a91395d32175b1ebbfc6931650a346f9 464828
aptitude-doc-en_0.6.9.1-1_all.deb
48cc5e3d244b01db8c2abfcb5d3efca14ac1af9916022b9d67708bfa8a30cbce 446888
aptitude-doc-es_0.6.9.1-1_all.deb
1b7928dbae200f1d4898feee099dbab6a0e79338d225a67cab6e86f8c162cc10 284376
aptitude-doc-fi_0.6.9.1-1_all.deb
55371dde97c1b1cae45f6a01eb81b0f6546c2dd0b9ac9ae211b03076f7560048 347988
aptitude-doc-fr_0.6.9.1-1_all.deb
619a0f4a2f59c2742e6f3b795971ce7afa3d22c13723e824a3017adcf67967ef 306322
aptitude-doc-it_0.6.9.1-1_all.deb
86a9be28d086876687a4f821bffd440d3c0c7411f9a9d8df321d06ba0a383d81 409224
aptitude-doc-ja_0.6.9.1-1_all.deb
Files:
0c8b296ed4cfda9a7956d8b55b3191e5 2213 admin important aptitude_0.6.9.1-1.dsc
b29f8b43d33806092e03d7bcce39ac62 4491992 admin important
aptitude_0.6.9.1.orig.tar.xz
8d7f314c49286d4dee1b86d083366130 45497 admin important
aptitude_0.6.9.1-1.debian.tar.gz
dc4ef084567542506855aa91765a5ea1 1901974 admin important
aptitude_0.6.9.1-1_amd64.deb
db8ce9b7762523e61081d898770d5593 2651350 admin important
aptitude-common_0.6.9.1-1_all.deb
92bd5a01a84e21ae7ef8fc94412107a6 17667628 debug extra
aptitude-dbg_0.6.9.1-1_amd64.deb
0371dec1b5d01ebc606ecceed0e4b0ac 395074 doc optional
aptitude-doc-cs_0.6.9.1-1_all.deb
ec1e3a54284c8f37d46d8033b445f3ec 464828 doc optional
aptitude-doc-en_0.6.9.1-1_all.deb
eb484eb5e6bdc040ccfd7a8c573f2067 446888 doc optional
aptitude-doc-es_0.6.9.1-1_all.deb
26dcf33e7b47484a58b1aa96c9c214b4 284376 doc optional
aptitude-doc-fi_0.6.9.1-1_all.deb
4f991827396bab84ccec31dfffd3dbb0 347988 doc optional
aptitude-doc-fr_0.6.9.1-1_all.deb
efd80cb68758e8b7a74ffc1429e0689f 306322 doc optional
aptitude-doc-it_0.6.9.1-1_all.deb
74efec1ab1deda0bda7cacda91599d60 409224 doc optional
aptitude-doc-ja_0.6.9.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAlAKuuUACgkQwJ4diZWTDt4xPACeMjoMPB6rVbChT1h4ldkv1KsM
nAcAnAqBl49ZylOjnHnybwPc066X5Zn7
=JMDO
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Aptitude-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel