[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-04-05 Thread Michael Vogt
** Changed in: apt (Ubuntu) Status: Fix Committed => Fix Released -- apt wants to autoremove packages i explicitly installed https://bugs.launchpad.net/bugs/86921 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bu

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-31 Thread Kurt J. Bosch
Thank you very much :) -- apt wants to autoremove packages i explicitly installed https://launchpad.net/bugs/86921 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-30 Thread Michael Vogt
Apt is fixed in feisty to take the meta packages into account. The release upgrader will take care of making sure that script I posed here is run during the upgrade to fix existing install. Cheers, Michael ** Changed in: apt (Ubuntu) Status: In Progress => Fix Committed -- apt wants to

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-15 Thread Kurt J. Bosch
@Michael: OK, thank you for that work. Upgraded feisty now and tested fixup.py and apt-get: (1) Uninstalled ubuntu-desktop and kubuntu-desktop (to get situation similar to edgy with OpenOffice 2.1) Run fixup.py Checked autoremove Nothing did change (see below) (2) Installed ubuntu-desktop and k

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-14 Thread Michael Vogt
@Kurt: Thanks for testing the shell code. It works for me, but the python-apt code should be much more stable. So just wait a bit until the new python-apt hits the archive. -- apt wants to autoremove packages i explicitly installed https://launchpad.net/bugs/86921 -- ubuntu-bugs mailing list ub

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-14 Thread Kurt J. Bosch
I'm sorry, but I dont know how to build python-apt 0.6.20ubuntu13 on feisty (upgraded meanwhile) apt-get source does not work (seems to be not in the list file) Did manual download of dsc and tgz, but it insists on 0.6.20ubuntu12 (and dpkg -b finds no DEBIAN/config) I tried shell script to, repl

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-14 Thread Michael Vogt
This shell fragment should do the same job: DEPS=""; for pkg in ubuntu-desktop kubuntu-desktop edubuntu-desktop xubuntu-desktop edubuntu-server ubuntu-minimal ubuntu-standard; do if dpkg -s $pkg >/dev/null 2>&1 ; then for dep in $(apt-cache depends $pkg --installed | awk '{print $2}'); do if [ !

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-14 Thread Michael Vogt
Thanks for your bugreport. I prepared a new apt upload that will explicitly exclude all direct dependencies from meta-packages from being marked as automatic installs. This should fix a lot of the confusion seen here. In addition to this I have attached a fixup script that will mark the current d

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-02 Thread Kurt J. Bosch
Sorry for the long post, but as you can see at the end it would even remove OpenOffice, which I installed manually as mentioned. -- apt wants to autoremove packages i explicitly installed https://launchpad.net/bugs/86921 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubu

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-03-02 Thread Kurt J. Bosch
Same on edgy here. Situation: (1) Installed Ubuntu edgy. (2) Installed kubuntu-desktop (3.5.6 from kubuntu.org). (3) Installed OpenOffice 2.1 vanilla (which removed ubuntu-desktop meta package) (4) Uninstalled kubuntu-desktop meta package (which survived OpenOffice-2.1-Install but can't be rei

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-02-28 Thread Martin Pool
I've just reinstalled and have a similar situation. Basically I just came up from alternate and installed ubuntu-desktop -- apt wants to autoremove packages i explicitly installed https://launchpad.net/bugs/86921 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-02-22 Thread Michael Vogt
** Changed in: apt (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Michael Vogt Status: Unconfirmed => Confirmed Target: None => ubuntu-7.04 -- apt wants to autoremove packages i explicitly installed https://launchpad.net/bugs/86921 -- ubuntu-bugs mailing

[Bug 86921] Re: apt wants to autoremove packages i explicitly installed

2007-02-22 Thread didier
** Changed in: Ubuntu Sourcepackagename: None => apt -- apt wants to autoremove packages i explicitly installed https://launchpad.net/bugs/86921 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs