diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-08 20:33:48 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-08 20:33:48 +0200 |
| commit | b9d9d686af1fc980482b5d0b23c5d29194e35136 (patch) | |
| tree | 81dbdbd4ec25a81ab1fc64a520a0c7496c8b9846 | |
| parent | 34256b339ea1b953bbf57e8b6975023dfce05c73 (diff) | |
| download | python-apt-b9d9d686af1fc980482b5d0b23c5d29194e35136.tar.gz | |
* debian/changelog, debian/dirs
- fix missing /var/log/dist-upgrade
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/dirs | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3012c6d4..48c59ad8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +update-manager (0.44.8) edgy; urgency=low + + * fix missing /var/log/dist-upgrade + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:33:04 +0200 + update-manager (0.44.7) edgy; urgency=low * UpdateManager/UpdateManager.py: diff --git a/debian/dirs b/debian/dirs index 83916ddf..635898db 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1,3 @@ var/lib/update-manager +var/log/dist-upgrade usr/bin
\ No newline at end of file |
