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

Bug#528011: marked as done (Please allow APT::Get::AutomaticRemove=true during dist-upgrades)



Your message dated Thu, 13 Aug 2015 23:43:29 +0200
with message-id <20150813234138.GA11733@debian.org>
and subject line Re: Bug#528011: Please allow APT::Get::AutomaticRemove=true during dist-upgrades
has caused the Debian Bug report #528011,
regarding Please allow APT::Get::AutomaticRemove=true during dist-upgrades
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.)


-- 
528011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528011
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.7.21
Severity: wishlist

        Hi

 In pbuilder, we attempted to drop unused packages automatically via:
    -o "APT::Get::AutomaticRemove=true"
 which we added to the apt-get dist-upgrade call; this doesn't work
 because in apt, DoAutomaticRemove() is only called from DoInstall()
 (which is called for apt-get install, remove, purge, and autoremove).
 dist-upgrade calls DoDistUpgrade().

 Could you please call DoAutomaticRemove() from DoDistUpgrade()?

    Thanks,
-- 
Loïc Minier



--- End Message ---
--- Begin Message ---
On Sun, May 10, 2009 at 12:00:39PM +0200, Loïc Minier wrote:
> Package: apt
> Version: 0.7.21
> Severity: wishlist
> 
>         Hi
> 
>  In pbuilder, we attempted to drop unused packages automatically via:
>     -o "APT::Get::AutomaticRemove=true"
>  which we added to the apt-get dist-upgrade call; this doesn't work
>  because in apt, DoAutomaticRemove() is only called from DoInstall()
>  (which is called for apt-get install, remove, purge, and autoremove).
>  dist-upgrade calls DoDistUpgrade().
> 
>  Could you please call DoAutomaticRemove() from DoDistUpgrade()?
> 

THat seems working now:
$ apt-get --auto-remove dist-upgrade -s
HINWEIS: Dies ist nur eine Simulation!
         apt-get benötigt root-Privilegien für die reale Ausführung.
         Behalten Sie ebenfalls in Hinterkopf, dass die Sperren deaktiviert
         sind, verlassen Sie sich also bezüglich des reellen aktuellen
         Status der Sperre nicht darauf!
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete werden ENTFERNT:
  libept1.4.16 libutempter0
0 aktualisiert, 0 neu installiert, 2 zu entfernen und 0 nicht aktualisiert.
Remv libept1.4.16 [1.0.14]
Remv libutempter0 [1.1.6-1]


-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

Be friendly, do not top-post, and follow RFC 1855 "Netiquette".
    - If you don't I might ignore you.

--- End Message ---

Reply to: