[Pkg-cli-apps-commits] [SCM] banshee branch, ubuntu/maverick, updated. debian/1.8.0-2ubuntu1-4-g9453778
Chow Loong Jin
hyperair at ubuntu.com
Thu Nov 25 04:16:11 UTC 2010
The following commit has been merged in the ubuntu/maverick branch:
commit c253beff09eb81123cd9b7a5ca7ea3338d8117d2
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date: Thu Nov 25 11:23:12 2010 +0800
debian/rules: Fix gettext domain
Gettext domain was set to banshee in the desktop file resulting in
non-translated menu items.
LP: #677173
diff --git a/debian/rules b/debian/rules
index b1a4c81..2adccb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ ifeq ($(shell dpkg-vendor --query vendor), Ubuntu)
for d in $$(find debian/ -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \
sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \
- echo "X-Ubuntu-Gettext-Domain=banshee" >> $$d; \
+ echo "X-Ubuntu-Gettext-Domain=banshee-1" >> $$d; \
done
endif
--
banshee
More information about the Pkg-cli-apps-commits
mailing list