Bug#668912: [Aptitude-devel] Bug#668912: aptitude marks random packages are manually installed.

2012-08-14 Thread Mark Lodato
On Tue, Aug 14, 2012 at 2:40 AM, David Kalnischkies wrote: > For the record: Packages listed in this file are marked as auto-installed > (Auto-Installed: 1). Packages not listed or with Auto-Installed: 0 are marked > as manual. So what you say here is that packages are randomly marked > as automat

Bug#668912: aptitude marks random packages are manually installed.

2012-08-13 Thread Mark Lodato
I have this same problem. Packages randomly appear as manually installed. This annoys me so much that I have set up a script to monitor this. $ cat /etc/apt/manual_package_update.sh #!/bin/bash FILE=/etc/apt/manual_packages NEW=${FILE}.new set -e /usr/bin/apt-mark showmanual > $NEW /usr/bin/diff