Package changes:
+aptitude 0.8.10-6ubuntu1 amd64
+aptitude-common 0.8.10-6ubuntu1 all
+aria2 1.33.1-1 amd64
+libcwidget3v5 0.5.17-7 amd64
+ukuu 18.5.1-0~
201805120527~ubuntu18.04.1 amd64
maybe chmod 0755 'cron.daily/0anacron'
maybe chmod 0755 'cron.daily/apport'
maybe chmod 0755 'cron.daily/apt-compat'
+maybe chmod 0755 'cron.daily/aptitude'
maybe chmod 0755 'cron.daily/bsdmainutils'
maybe chmod 0755 'cron.daily/cracklib-runtime'
maybe chmod 0755 'cron.daily/devolo-updates'
maybe chmod 0644 'logrotate.d/alternatives'
maybe chmod 0644 'logrotate.d/apport'
maybe chmod 0644 'logrotate.d/apt'
+maybe chmod 0644 'logrotate.d/aptitude'
maybe chmod 0644 'logrotate.d/cups-daemon'
maybe chmod 0644 'logrotate.d/dpkg'
maybe chmod 0644 'logrotate.d/lightdm'
--- /dev/null
+/usr/bin/aptitude-curses
\ No newline at end of file
--- /dev/null
+/usr/share/man/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/cs/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/de/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/es/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/fi/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/fr/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/gl/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/it/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/ja/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+/usr/share/man/pl/man8/aptitude-curses.8.gz
\ No newline at end of file
--- /dev/null
+#!/bin/sh
+
+bak=/var/backups
+
+# Shamelessly ripped from /etc/cron.daily/standard
+if test -f /var/lib/aptitude/pkgstates && cd $bak ; then
+ if ! cmp -s aptitude.pkgstates.0 /var/lib/aptitude/pkgstates ; then
+ cp -p /var/lib/aptitude/pkgstates aptitude.pkgstates
+ savelog -c 7 aptitude.pkgstates > /dev/null
+ fi
+fi
--- /dev/null
+/var/log/aptitude {
+ rotate 6
+ monthly
+ compress
+ missingok
+ notifempty
+}