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

Bug#820861: marked as done (apt reportbug collection script does not include preferences in /etc/apt/preferences.d)



Your message dated Wed, 11 May 2016 09:49:21 +0000
with message-id <E1b0Qld-0008OB-I3@franck.debian.org>
and subject line Bug#820861: fixed in apt 1.3~exp1
has caused the Debian Bug report #820861,
regarding apt reportbug collection script does not include preferences in /etc/apt/preferences.d
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 owner@bugs.debian.org
immediately.)


-- 
820861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820861
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Package: apt
Version: 1.2.10
Severity: minor

When reporting bug in reportbug, all the preferences in
/etc/apt/preferences.d does not get included in the report. Only
/etc/apt/preferences itself gets included.

I did not check if that is also the case with apt.conf.d and
sources.list.d.

- -- Package-specific info:

- -- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "false";
APT::Install-Suggests "0";
APT::Sandbox "";
APT::Sandbox::User "_apt";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image-4\.2\.8$";
APT::NeverAutoRemove:: "^linux-headers-4\.2\.8$";
APT::NeverAutoRemove:: "^linux-image-extra-4\.2\.8$";
APT::NeverAutoRemove:: "^linux-signed-image-4\.2\.8$";
APT::NeverAutoRemove:: "^kfreebsd-image-4\.2\.8$";
APT::NeverAutoRemove:: "^kfreebsd-headers-4\.2\.8$";
APT::NeverAutoRemove:: "^gnumach-image-4\.2\.8$";
APT::NeverAutoRemove:: "^.*-modules-4\.2\.8$";
APT::NeverAutoRemove:: "^.*-kernel-4\.2\.8$";
APT::NeverAutoRemove:: "^linux-backports-modules-.*-4\.2\.8$";
APT::NeverAutoRemove:: "^linux-tools-4\.2\.8$";
APT::VersionedKernelPackages "";
APT::VersionedKernelPackages:: "linux-image";
APT::VersionedKernelPackages:: "linux-headers";
APT::VersionedKernelPackages:: "linux-image-extra";
APT::VersionedKernelPackages:: "linux-signed-image";
APT::VersionedKernelPackages:: "kfreebsd-image";
APT::VersionedKernelPackages:: "kfreebsd-headers";
APT::VersionedKernelPackages:: "gnumach-image";
APT::VersionedKernelPackages:: ".*-modules";
APT::VersionedKernelPackages:: ".*-kernel";
APT::VersionedKernelPackages:: "linux-backports-modules-.*";
APT::VersionedKernelPackages:: "linux-tools";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "contrib/metapackages";
APT::Never-MarkAuto-Sections:: "non-free/metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Move-Autobit-Sections "";
APT::Move-Autobit-Sections:: "oldlibs";
APT::Move-Autobit-Sections:: "contrib/oldlibs";
APT::Move-Autobit-Sections:: "non-free/oldlibs";
APT::Move-Autobit-Sections:: "restricted/oldlibs";
APT::Move-Autobit-Sections:: "universe/oldlibs";
APT::Move-Autobit-Sections:: "multiverse/oldlibs";
APT::Periodic "";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "1";
APT::Periodic::MaxAge "30";
APT::Periodic::MinAge "2";
APT::Periodic::MaxSize "500";
APT::Update "";
APT::Update::Pre-Invoke "";
APT::Update::Pre-Invoke:: "if [ -x /usr/bin/daptup ]; then /usr/bin/daptup --hook --pre; fi";
APT::Update::Post-Invoke "";
APT::Update::Post-Invoke:: "if [ -x /usr/bin/daptup ]; then /usr/bin/daptup --hook --post; fi";
APT::Update::Post-Invoke-Success "";
APT::Update::Post-Invoke-Success:: "touch /var/lib/apt/periodic/update-success-stamp 2>/dev/null || true";
APT::Update::Post-Invoke-Success:: "test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i";
APT::Get "";
APT::Get::Show-Upgraded "true";
APT::Get::Show-Versions "true";
APT::Get::Purge "true";
APT::Cache "";
APT::Cache::AllVersions "false";
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Architectures:: "i386";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "0";
APT::Compressor::lz4 "";
APT::Compressor::lz4::Name "lz4";
APT::Compressor::lz4::Extension ".lz4";
APT::Compressor::lz4::Binary "false";
APT::Compressor::lz4::Cost "50";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "100";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-6n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "200";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "300";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-6";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "400";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-6";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::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::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::Etc::apt-file-main "apt-file.conf";
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::Bin::lz4 "/usr/bin/lz4";
Dir::Bin::lzma "/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$";
Dir::Ignore-Files-Silently:: "\.distUpgrade$";
Acquire "";
Acquire::AllowInsecureRepositories "1";
Acquire::AllowDowngradeToInsecureRepositories "0";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom/";
Acquire::IndexTargets "";
Acquire::IndexTargets::deb "";
Acquire::IndexTargets::deb::Packages "";
Acquire::IndexTargets::deb::Packages::MetaKey "$(COMPONENT)/binary-$(ARCHITECTURE)/Packages";
Acquire::IndexTargets::deb::Packages::flatMetaKey "Packages";
Acquire::IndexTargets::deb::Packages::ShortDescription "Packages";
Acquire::IndexTargets::deb::Packages::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Packages";
Acquire::IndexTargets::deb::Packages::flatDescription "$(RELEASE) Packages";
Acquire::IndexTargets::deb::Packages::Optional "0";
Acquire::IndexTargets::deb::Translations "";
Acquire::IndexTargets::deb::Translations::MetaKey "$(COMPONENT)/i18n/Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatMetaKey "$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::ShortDescription "Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::Description "$(RELEASE)/$(COMPONENT) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatDescription "$(RELEASE) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Contents-deb "";
Acquire::IndexTargets::deb::Contents-deb::MetaKey "$(COMPONENT)/Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::ShortDescription "Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (deb)";
Acquire::IndexTargets::deb::Contents-deb::flatMetaKey "Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::flatDescription "$(RELEASE) Contents (deb)";
Acquire::IndexTargets::deb::Contents-deb::PDiffs "true";
Acquire::IndexTargets::deb::Contents-deb::KeepCompressed "true";
Acquire::IndexTargets::deb::Contents-udeb "";
Acquire::IndexTargets::deb::Contents-udeb::MetaKey "$(COMPONENT)/Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::ShortDescription "Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (udeb)";
Acquire::IndexTargets::deb::Contents-udeb::flatMetaKey "Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::flatDescription "$(RELEASE) Contents (udeb)";
Acquire::IndexTargets::deb::Contents-udeb::KeepCompressed "true";
Acquire::IndexTargets::deb::Contents-udeb::PDiffs "true";
Acquire::IndexTargets::deb::Contents-udeb::DefaultEnabled "false";
Acquire::IndexTargets::deb-src "";
Acquire::IndexTargets::deb-src::Sources "";
Acquire::IndexTargets::deb-src::Sources::MetaKey "$(COMPONENT)/source/Sources";
Acquire::IndexTargets::deb-src::Sources::flatMetaKey "Sources";
Acquire::IndexTargets::deb-src::Sources::ShortDescription "Sources";
Acquire::IndexTargets::deb-src::Sources::Description "$(RELEASE)/$(COMPONENT) Sources";
Acquire::IndexTargets::deb-src::Sources::flatDescription "$(RELEASE) Sources";
Acquire::IndexTargets::deb-src::Sources::Optional "0";
Acquire::IndexTargets::deb-src::Contents-dsc "";
Acquire::IndexTargets::deb-src::Contents-dsc::MetaKey "$(COMPONENT)/Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::ShortDescription "Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::Description "$(RELEASE)/$(COMPONENT) source Contents (dsc)";
Acquire::IndexTargets::deb-src::Contents-dsc::flatMetaKey "Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::flatDescription "$(RELEASE) Contents (dsc)";
Acquire::IndexTargets::deb-src::Contents-dsc::PDiffs "true";
Acquire::IndexTargets::deb-src::Contents-dsc::KeepCompressed "true";
Acquire::IndexTargets::deb-src::Contents-dsc::DefaultEnabled "false";
Acquire::Changelogs "";
Acquire::Changelogs::URI "";
Acquire::Changelogs::URI::Origin "";
Acquire::Changelogs::URI::Origin::Debian "http://metadata.ftp-master.debian.org/changelogs/@CHANGEPATH@_changelog";;
Acquire::Changelogs::URI::Origin::Tanglu "http://metadata.tanglu.org/changelogs/@CHANGEPATH@_changelog";;
Acquire::Changelogs::URI::Origin::Ubuntu "http://changelogs.ubuntu.com/changelogs/pool/@CHANGEPATH@/changelog";;
Acquire::Changelogs::URI::Origin::Ultimedia "http://packages.ultimediaos.com/changelogs/pool/@CHANGEPATH@/changelog.txt";;
Acquire::Changelogs::AlwaysOnline "";
Acquire::Changelogs::AlwaysOnline::Origin "";
Acquire::Changelogs::AlwaysOnline::Origin::Ubuntu "1";
Acquire::PDiffs "false";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
DPkg "";
DPkg::Pre-Invoke "";
DPkg::Pre-Invoke:: "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi";
DPkg::Pre-Invoke:: "[ -x /usr/bin/puppet ] && /usr/bin/puppet agent disable";
DPkg::Pre-Invoke:: "[ -x /usr/bin/monit ] && /etc/init.d/monit stop";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi";
DPkg::Post-Invoke:: "[ -x /usr/bin/puppet ] && /usr/bin/puppet agent enable";
DPkg::Post-Invoke:: "[ -x /usr/bin/monit ] && /etc/init.d/monit start";
DPkg::Post-Invoke:: "if [ -x /usr/bin/rkhunter ] && grep -qiE '^APT_AUTOGEN=.?(true|yes)' /etc/default/rkhunter; then /usr/share/rkhunter/scripts/rkhupd.sh; fi";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | egrep -c '(remove|purge)') != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/apt-listbugs apt";
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/sbin/apt-listbugs "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version "3";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::InfoFD "20";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
RPM "";
RPM::Pre-Invoke "";
RPM::Pre-Invoke:: "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi";
RPM::Post-Invoke "";
RPM::Post-Invoke:: "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi";
AptListbugs "";
AptListbugs::Severities "critical,grave,serious";
Binary "apt-config";
Binary::apt "";
Binary::apt::APT "";
Binary::apt::APT::Color "1";
Binary::apt::APT::Cache "";
Binary::apt::APT::Cache::Show "";
Binary::apt::APT::Cache::Show::Version "2";
Binary::apt::APT::Cache::AllVersions "0";
Binary::apt::APT::Cache::ShowVirtuals "1";
Binary::apt::APT::Cache::Search "";
Binary::apt::APT::Cache::Search::Version "2";
Binary::apt::APT::Cache::ShowDependencyType "1";
Binary::apt::APT::Cache::ShowVersion "1";
Binary::apt::APT::Get "";
Binary::apt::APT::Get::Upgrade-Allow-New "1";
Binary::apt::APT::Cmd "";
Binary::apt::APT::Cmd::Show-Update-Stats "1";
Binary::apt::APT::Keep-Downloaded-Packages "0";
Binary::apt::DPkg "";
Binary::apt::DPkg::Progress-Fancy "1";
Binary::apt::Acquire "";
Binary::apt::Acquire::AllowInsecureRepositories "0";
CommandLine "";
CommandLine::AsString "apt-config dump";

- -- /etc/apt/preferences --

Package: *
Pin: release o=Mowgli
Pin-Priority: 995

Package: *
Pin: release o=Mowgli-security
Pin-Priority: 995

Package: *
Pin: release o=Jones
Pin-Priority: 99

Package: *
Pin: origin www.srce.hr
Pin-Priority: 99

Package: *
Pin: release a=unstable
Pin-Priority: 800

Package: *
Pin: release o=apt-build
Pin-Priority: 750

Package: *
Pin: release a=stable
Pin-Priority: 700

Package: *
Pin: release a=oldstable
Pin-Priority: 600

Package: *
Pin: release a=experimental
Pin-Priority: 110

Package: apache2
Pin: version *
Pin-Priority: -1000

Package: apache2-mpm-itk
Pin: version *
Pin-Priority: -1000

Package: apache2-mpm-event
Pin: version *
Pin-Priority: -1000

Package: apache2-mpm-prefork
Pin: version *
Pin-Priority: -1000

Package: apache2-mpm-worker
Pin: version *
Pin-Priority: -1000

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


- -- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (500, 'testing'), (110, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.8 (SMP w/8 CPU cores)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages apt depends on:
ii  adduser                 3.114
ii  debian-archive-keyring  2014.3
ii  gnupg                   1.4.20-5
ii  gnupg2                  2.1.11-6
ii  gpgv                    1.4.20-5
ii  init-system-helpers     1.29
ii  libapt-pkg5.0           1.2.10
ii  libc6                   2.22-6
ii  libgcc1                 1:5.3.1-14
ii  libstdc++6              5.3.1-14

apt recommends no packages.

Versions of packages apt suggests:
ii  apt-doc                      1.2.10
pn  aptitude | synaptic | wajig  <none>
ii  dpkg-dev                     1.18.4+ket1
ii  python-apt                   1.1.0~beta2

- -- no debconf information

- -- 
Klaus Ethgen                              http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen <Klaus@Ethgen.ch>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQGcBAEBCgAGBQJXDgfNAAoJEKZ8CrGAGfasoHYL+gIM7vj6qmpgJDNSNhGnceTt
qA2U42RQrL/8PX3FXJcTd9GFBjr9NKD1TKabZ2o6TC+ObQ3/4edHvyJqovkvVccQ
n1LeakXQahdlYHHr7jz8bRxU4AemIzp9AFdscmkgxhcrLQ0fJ7/Z62kP6oE1RvYH
2uCIAYS1LLr2/kkqPXwo6+OPF62CWZDJRXLIza5g/IolAxQRx/fTlF/DyR5gIk4G
VIJ1mY390Q8lZ6Op7vRUIIf+MzBtjEA7wcYGyRu5McCKPQFu1npCzAIg7OyoKmIE
Zr6BwNCD+O+odD7NPn8jZbv/KTd+3RiM1lKD5++JSIxj+cIhdnf5WJ8FB5a29+PU
KOwFWrpbKZN8Zjx7bNNXtOtX2ZRFuUO3di9REBb7D07l3n+2W+dWVJI39i+4wjpp
UYejF+SGbQ5IGn3Xrq81kIg/NEuwkSwyObjzAnyXOua4ibQ5CGpg4xUjp7MZqSjv
nq0gFUCkm9mCQKzuVlOR2xm4x8zJKAY4WMr5OWOUuw==
=7SuJ
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 1.3~exp1

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.

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 820861@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 11 May 2016 10:48:27 +0200
Source: apt
Binary: apt libapt-pkg5.0 libapt-inst2.0 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 1.3~exp1
Distribution: experimental
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Description:
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst2.0 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg5.0 - package management runtime library
Closes: 618445 820861 823746 823918 823976
Changes:
 apt (1.3~exp1) experimental; urgency=medium
 .
   [ David Kalnischkies ]
   * make random acquire queues work less random
   * add dep11 files to default Release patterns
   * don't ask server if we have entire file in partial/
   * properly format multiline error messages
   * format multiline errors properly in acquire progress
   * show more details for "Hash Sum mismatch" errors
   * show more details for "Writing more data" errors, too
   * use the same redirection mirror for all index files
   * edsp: ask policy engine for the pin of the version directly
   * give rc-status packages a pin of -1
   * respect user pinning in M-A:same version (un)screwing
   * deprecate confusing Pkg.CandVersion() method
   * factor out Pkg/DepIterator prettyprinters into own header
   * gpgv: use EXPKEYSIG instead of KEYEXPIRED
   * gpgv: handle expired sig as worthless
   * don't show NO_PUBKEY warning if repo is signed by another key
     (Closes: 618445)
   * support multiple fingerprints in signed-by
   * support Signed-By in Release files as a sort of HPKP
   * bugscript: include all configuration fragment files (Closes: 820861)
   * move gnupg|gnupg2 from apt Depends to Recommends
   * warn if apt-key is run unconditionally in maintainerscript
   * remove 100-levels config nesting limit
   * let DPKG_COLORS default to our APT::Color setting
   * allow redirection for items without a space in the desc again
   * delay progress until Release files are downloaded
   * download arch:all also for NATIVE_ARCHITECTURE indextargets
   * implement Fallback-Of for IndexTargets
   * implement Identifier field for IndexTargets
   * gpgv: show always webportal error on NODATA (Closes: 823746)
   * don't sent uninstallable rc-only versions via EDSP
   * edsp: support generic and solver-specific configs (Closes: 823918)
 .
   [ Julian Andres Klode ]
   * policy: Get rid of old (pre-1.1) GetCandidateVer algorithm
   * private-show: Get rid of old policy support code
   * ftparchive: Support writing Signed-By fields
   * Strip trailing commas for created signed-by fingerprint lists
   * update: Run Post-Invoke-Success if not all sources failed
 .
   [ Patrick Cable ]
   * refactored no_proxy code to work regardless of where https proxy is set
 .
   [ James McCoy ]
   * deb822: Restore support for <multivalue>-{Add,Remove}
 .
   [ Zhou Mo ]
   * zh_TW.po: remove several fuzzy tags after review
 .
   [ Adrian Wielgosik ]
   * Don't copy strings in Startswith, Endswith
   * Speed up GetLocalitySortedVersionSet.
 .
   [ Frans Spiesschaert ]
   * Dutch program translation update (Closes: 823976)
Checksums-Sha1:
 c2e827ae93f643b15d62d6ce110211a111f980b3 2347 apt_1.3~exp1.dsc
 43f6d52d1930219dab308b4bee2aa41b3b9d0009 2056580 apt_1.3~exp1.tar.xz
Checksums-Sha256:
 0ec838a487e2a4ca8b9a4108945d60eecfc69b5d27cddb5948e647e58e00ff51 2347 apt_1.3~exp1.dsc
 2ad33cd007ea93be09cd96a1f3d0bb99a9be126c56c19de46eda4b48b7790c78 2056580 apt_1.3~exp1.tar.xz
Files:
 24d24c3a2add2a3d5a25bc6c24f3d8dc 2347 admin important apt_1.3~exp1.dsc
 eded8e4867f6d675f3b1de93970743b4 2056580 admin important apt_1.3~exp1.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJXMvLDAAoJENc8OeVlgLOGe+cQAJqjiNhGK1+pJ3DLYU7wfQ21
vKijdiAnbukPgXatMIiSMo7Ccx3DFLrG482p69R2Hhqr7UTcKWAarQOP4NDZ0Lvc
mWeI8UXMedboUuYTkAIeFIBRrFtdI3ItVdaiO7AV168LcIaxgDhht9iwKfg15w1+
WvI0uP+gx9vhRWOcOK6x8QdqzqpIjHttT2XfHMGbz33aJksEpLZsV7CRXP0aqgyd
9gSyjewN9tEYoJCqv37tlEOpkY8RexYopy0+vZZonFTtwb/Bnj1DY4GkhLwWV/jv
VbecJY5aWwF2Cf8o4Zc7RDjSym9Immilps1QjrxAXk3+HTxROcwQR9mHVilR1xoP
lRSaJmQI1nTZEBMGqxOxz5TYLH9PVCCkVexPuvViG+k2tyaZYqP5Mz0ZHWUdHTok
7tfitoPh+9PHrhu9MtBTgb7mk4iNzKUqVV9Zz+l40zotLH5FFk8FMg9sLBgN722U
VaP+CauGS7iqXaNy5H0f/82dhUwlN4k69anzp5STQoE3XpPZPSYuTZwtsEtxj5Cz
ohQQnLG+RiBCop0xp35q2fEdPPM6qb7FeziThYDPURBU+QdIvLNkNof9Yhb42tL4
4iqHxHumt+oBAAEGAACSQbSbaNCK2wYaEhSEnBSSFKWneBJ2Eit45iM92PKQQiJ8
MwrHXBS4EIGhNrP7SRVc
=msKC
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: