diff options
| -rw-r--r-- | data/gnome-software-properties.desktop.in | 1 | ||||
| -rw-r--r-- | data/update-manager.desktop.in | 3 | ||||
| -rw-r--r-- | debian/changelog | 15 |
3 files changed, 13 insertions, 6 deletions
diff --git a/data/gnome-software-properties.desktop.in b/data/gnome-software-properties.desktop.in index bf570533..6a193a40 100644 --- a/data/gnome-software-properties.desktop.in +++ b/data/gnome-software-properties.desktop.in @@ -11,3 +11,4 @@ Encoding=UTF-8 MimeType=text/x-apt-sources-list Categories=Application;System;Settings; X-KDE-SubstituteUID=true +X-Ubuntu-Gettext-Domain=update-manager
\ No newline at end of file diff --git a/data/update-manager.desktop.in b/data/update-manager.desktop.in index 906a60e6..00287a2e 100644 --- a/data/update-manager.desktop.in +++ b/data/update-manager.desktop.in @@ -8,4 +8,5 @@ Terminal=false Type=Application Encoding=UTF-8 Categories=Application;System;Settings; -X-KDE-SubstituteUID=true
\ No newline at end of file +X-KDE-SubstituteUID=true +X-Ubuntu-Gettext-Domain=update-manager
\ No newline at end of file diff --git a/debian/changelog b/debian/changelog index c5dd78ec..811bd52f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,16 +2,21 @@ update-manager (0.42.2ubuntu6) dapper; urgency=low * SoftwareProperties/*: fix some UI problems (thanks to Sebastian Heinlein) * debian/control: arch: all now - - -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Feb 2006 16:16:30 +0100 - -update-manager (0.42.2ubuntu5) dapper; urgency=low - * po/pt_BR.po: updated translation (thanks to Carlos Eduardo Pedroza Santiviago) + * data/gnome-software-properties.desktop.in, update-manager.desktop.in: + * debian/rules: undo the detection in favour of the simpler update of + the desktop files -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 15:58:09 +0100 +update-manager (0.42.2ubuntu5) dapper; urgency=low + + * debian/rules: Add gettext domain to .server and .desktop files to get + language pack support for them. (Similarly to cdbs' gnome.mk) + + -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 23 Feb 2006 18:42:04 +0100 + update-manager (0.42.2ubuntu4) dapper; urgency=low * removed some of the gnome dependencies (gconf still in) |
