diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-26 10:45:12 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-26 10:45:12 -0400 |
commit | ba160425599248b4df06a847c5f89bead8785e21 (patch) | |
tree | d08323bd5b75ef5db7eaf8ab27f4d836ed678d47 /debian/rules | |
parent | 08c0fb72bace0db629cc17152c4144271aea7b04 (diff) | |
download | ayatana-indicator-datetime-ba160425599248b4df06a847c5f89bead8785e21.tar.gz ayatana-indicator-datetime-ba160425599248b4df06a847c5f89bead8785e21.tar.bz2 ayatana-indicator-datetime-ba160425599248b4df06a847c5f89bead8785e21.zip |
releasing version 0.2.93-0ubuntu20.2.93-0ubuntu2
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index daa4979..6d5fdb5 100755 --- a/debian/rules +++ b/debian/rules @@ -24,3 +24,9 @@ common-install-arch:: find debian/tmp -name \*.la -delete find debian/tmp -name \*.a -delete cd po; intltool-update --pot --verbose + # Language packs + for d in $$(find debian/tmp -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \ + sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \ + echo "X-Ubuntu-Gettext-Domain=indicator-datetime" >> $$d; \ + done; + |