diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index af2ff3e0..2484a06d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ update-manager (0.42.2ubuntu13) dapper; urgency=low * po/POTFILES.in: add missing desktop file (ubuntu: #39410) - - -- + * UpdateManager/UpdateManager.py: + - fix in the get_changelog logic (ubuntu: #40058) + - correct a error in the changelog parser (ubuntu: #40060) + - fix download size reporting (ubuntu: #39579) + * debian/rules: added dh_iconcache + * setup.py: install the icons into the hicolor icon schema + (thanks to Sebastian Heinlein) + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Apr 2006 14:44:14 +0200 update-manager (0.42.2ubuntu12) dapper; urgency=low diff --git a/debian/rules b/debian/rules index c8991957..44224c6f 100755 --- a/debian/rules +++ b/debian/rules @@ -66,6 +66,7 @@ binary-arch: build install dh_scrollkeeper dh_installmime dh_desktop + dh_iconcache dh_gconf dh_installexamples # dh_install |
