diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.logrotate | 10 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 17 insertions, 1 deletions
diff --git a/debian/apt.logrotate b/debian/apt.logrotate index 3e924d383..9a6e5d155 100644 --- a/debian/apt.logrotate +++ b/debian/apt.logrotate @@ -1,5 +1,13 @@ /var/log/apt/term.log { - rotate 6 + rotate 12 + monthly + compress + missingok + notifempty +} + +/var/log/apt/history.log { + rotate 12 monthly compress missingok diff --git a/debian/changelog b/debian/changelog index 53dfcce12..eb50b4c78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.7.25.1) UNRELEASED; urgency=low + + * merged lp:~mvo/apt/history + - this writes a /var/log/apt/history tagfile that contains details + from the transaction (complements term.log) + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 18 Dec 2009 16:54:18 +0100 + apt (0.7.25) unstable; urgency=low [ Christian Perrier ] |