diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a7fa566..87cca97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +indicator-power (0.6-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release. + - Show time left to use without brackets, time left to charge with + brackets. (LP: #824629) + - Fix some memory leaks + - Don't show settings links when used in a greeter + - Use a string when the energy source is not present instead + of 0% + - only batteries status icons are allowed in the menu title + * debian/rules: + - run intltool-update to update the translations template (lp: #820705) + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 12 Aug 2011 09:57:47 -0400 + indicator-power (0.5-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 3239663..772b862 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,4 @@ override_dh_install: find debian/indicator-power -name \*.a -delete mkdir -p debian/indicator-power/usr/share/apport/package-hooks/ cp debian/source_indicator-power.py debian/indicator-power/usr/share/apport/package-hooks/ + cd po; intltool-update --pot --verbose |