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

Re: DEP-11?



Marc Haber <mh+debian-user-german@zugschlus.de> wrote:
> On Tue, 20 Sep 2016 17:21:11 +0200, Hugo Wau <hugowau@gmx.net> wrote:

>> Die Antwort (zumindest für Ubuntu) könnte hier stehen:
>>
>> http://askubuntu.com/questions/823329/how-do-i-disable-fetching-of-dep-11-files

> Wenn es die dort angesprochene Datei in /etc/apt/apt.conf.d in meinem
> sid gäbe, hätte ich das so gemacht. Und zwar vor meinem ersten Posting
> hier.

Hast du irgendwelche appstream-Pakete oder apt-file installiert?

Ich zumindest habe den DEP-11 Download nur auf Systemen, bei denen o.g.
Dateien apt.conf.d rumliegen:

root@skuld:/etc/apt# rgrep DEP-11 /etc/apt
/etc/apt/apt.conf.d/50appstream:## This file is provided by appstreamcli(1) to download DEP-11
/etc/apt/apt.conf.d/50appstream:    deb::DEP-11  {
/etc/apt/apt.conf.d/50appstream:        Description "$(RELEASE)/$(COMPONENT) $(NATIVE_ARCHITECTURE) DEP-11 Metadata";
/etc/apt/apt.conf.d/50appstream:    # Normal-sized icons for GUI components described in the DEP-11
/etc/apt/apt.conf.d/50appstream:    deb::DEP-11-icons  {
/etc/apt/apt.conf.d/50appstream:        Description "$(RELEASE)/$(COMPONENT) DEP-11 64x64 Icons";
/etc/apt/apt.conf.d/50appstream:    # the DEP-11 YAML metadata.
/etc/apt/apt.conf.d/50appstream:    deb::DEP-11-icons-hidpi  {
/etc/apt/apt.conf.d/50appstream:        Description "$(RELEASE)/$(COMPONENT) DEP-11 128x128 Icons";

Entferne ich diese Datei, dann saugt "apt update" auch keine Meta-Daten
mehr. Lege ich die Datei wieder hin, dann werden die Daten wieder
geholt.

Was sagt "apt-config dump | grep DEP-11"?

root@skuld:/etc/apt/apt.conf.d# apt-config dump | grep DEP-11
Acquire::IndexTargets::deb::DEP-11 "";
Acquire::IndexTargets::deb::DEP-11::MetaKey "$(COMPONENT)/dep11/Components-$(NATIVE_ARCHITECTURE).yml";
Acquire::IndexTargets::deb::DEP-11::ShortDescription "Components-$(NATIVE_ARCHITECTURE)";
Acquire::IndexTargets::deb::DEP-11::Description "$(RELEASE)/$(COMPONENT) $(NATIVE_ARCHITECTURE) DEP-11 Metadata";
Acquire::IndexTargets::deb::DEP-11::KeepCompressed "true";
Acquire::IndexTargets::deb::DEP-11::KeepCompressedAs "gz";
Acquire::IndexTargets::deb::DEP-11-icons "";
Acquire::IndexTargets::deb::DEP-11-icons::MetaKey "$(COMPONENT)/dep11/icons-64x64.tar";
Acquire::IndexTargets::deb::DEP-11-icons::ShortDescription "icons-64x64";
Acquire::IndexTargets::deb::DEP-11-icons::Description "$(RELEASE)/$(COMPONENT) DEP-11 64x64 Icons";
Acquire::IndexTargets::deb::DEP-11-icons::KeepCompressed "true";
Acquire::IndexTargets::deb::DEP-11-icons::KeepCompressedAs "gz";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi "";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::MetaKey "$(COMPONENT)/dep11/icons-128x128.tar";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::ShortDescription "icons-128x128";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::Description "$(RELEASE)/$(COMPONENT) DEP-11 128x128 Icons";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::KeepCompressed "true";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::KeepCompressedAs "gz";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::DefaultEnabled "false";
root@skuld:/etc/apt/apt.conf.d# mv 50appstream ~
root@skuld:/etc/apt/apt.conf.d# apt-config dump | grep DEP-11
root@skuld:/etc/apt/apt.conf.d# 


S°

-- 
Sigmentation fault. Core dumped.


Reply to: