diff -Nru bootchart-0.90.2/debian/bootchart.upstart bootchart-0.90.2/debian/bootchart.upstart --- bootchart-0.90.2/debian/bootchart.upstart 2011-03-18 12:13:50.000000000 +0000 +++ bootchart-0.90.2/debian/bootchart.upstart 2013-10-03 13:12:40.000000000 +0000 @@ -31,7 +31,7 @@ end script post-stop script - if [ -d /dev/.bootchart ] + if [ -d /dev/.bootchart/log ] then LOGS=/dev/.bootchart/log else @@ -63,7 +63,7 @@ fi bootchart --format=$format \ - --crop-after=compiz,metacity,mutter,kwin,xfwm4 \ + --crop-after=compiz,metacity,mutter,kwin,xfwm4,unity8 \ --annotate=ureadahead,mountall,hostname,hwclock \ --annotate=Xorg \ --annotate=gdm-session-worker \ diff -Nru bootchart-0.90.2/debian/changelog bootchart-0.90.2/debian/changelog --- bootchart-0.90.2/debian/changelog 2011-07-15 09:31:50.000000000 +0000 +++ bootchart-0.90.2/debian/changelog 2013-10-03 13:14:38.000000000 +0000 @@ -1,3 +1,11 @@ +bootchart (0.90.2-8ubuntu2) saucy; urgency=low + + * make sure we really test for the right LOG dir not just for the toplevel + * add unity8 to the --crop-after list of teh chart creation, so charting + works on ubuntu touch too + + -- Oliver Grawert Thu, 03 Oct 2013 15:12:45 +0200 + bootchart (0.90.2-8ubuntu1) oneiric; urgency=low * debian/bootchart.initramfs-script: /dev/.initramfs/ → /run/initramfs