maybe chmod 0644 'cron.daily/.placeholder'
maybe chmod 0755 'cron.daily/apache2'
maybe chmod 0755 'cron.daily/apt-compat'
+maybe chmod 0755 'cron.daily/aptitude'
maybe chmod 0755 'cron.daily/bsdmainutils'
maybe chmod 0755 'cron.daily/dpkg'
maybe chmod 0755 'cron.daily/etckeeper'
maybe chmod 0644 'logrotate.d/alternatives'
maybe chmod 0644 'logrotate.d/apache2'
maybe chmod 0644 'logrotate.d/apt'
+maybe chmod 0644 'logrotate.d/aptitude'
maybe chmod 0644 'logrotate.d/bootlog'
maybe chmod 0644 'logrotate.d/btmp'
maybe chmod 0644 'logrotate.d/dbconfig-common'
--- /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
+}