Activity log for bug #1532153

Date Who What changed Old value New value Message
2016-01-08 11:00:44 Jarno Suni bug added bug
2016-02-10 07:09:38 Jarno Suni description The script may purge some of these packages $ dpkg-query -W -f='${Package}\n' 'linux-headers-*' | grep -E ^linux-headers-[[:digit:].]+-[^-]+-.*$ but not these packages $ dpkg-query -W -f='${Package}\n' 'linux-headers-*' | grep -E ^linux-headers-[[:digit:].]+-[^-]+$ The script may purge some of these packages $ dpkg-query -W -f='${Package}\n' 'linux-headers-*' | grep -E ^linux-headers-[[:digit:].]+-[^-]+-.*$ but not these packages $ dpkg-query -W -f='${Package}\n' 'linux-headers-*' | grep -E ^linux-headers-[[:digit:].]+-[^-]+$ though the latter could be purged later by $ sudo apt-get autoremove --purge if they are marked as automatically installed packages, and if no installed package depends on them.
2016-04-12 07:12:56 Jarno Suni bug task added byobu
2016-07-29 16:00:54 Dustin Kirkland  byobu: importance Undecided Low
2016-07-29 16:00:55 Dustin Kirkland  byobu: status New In Progress
2016-07-29 16:01:02 Dustin Kirkland  bikeshed: status New Invalid
2016-07-29 16:07:02 Dustin Kirkland  byobu: status In Progress Fix Committed
2016-07-29 16:41:11 Launchpad Janitor branch linked lp:byobu
2016-09-08 03:42:48 Mathew Hodson affects bikeshed ubuntu
2016-09-08 03:43:21 Mathew Hodson bug task deleted ubuntu
2016-11-01 19:05:18 Jarno Suni description The script may purge some of these packages $ dpkg-query -W -f='${Package}\n' 'linux-headers-*' | grep -E ^linux-headers-[[:digit:].]+-[^-]+-.*$ but not these packages $ dpkg-query -W -f='${Package}\n' 'linux-headers-*' | grep -E ^linux-headers-[[:digit:].]+-[^-]+$ though the latter could be purged later by $ sudo apt-get autoremove --purge if they are marked as automatically installed packages, and if no installed package depends on them. The script may purge some of these packages $ dpkg-query -W -f='${Package}\n' 'linux-headers-*' | grep -E ^linux-headers-[[:digit:].]+-[^-]+-.*$ but not these packages $ dpkg-query -W -f='${Package}\n' 'linux-headers-*' | grep -E ^linux-headers-[[:digit:].]+-[^-]+$
2017-04-27 21:33:46 Dustin Kirkland  byobu: status Fix Committed Won't Fix