[Pkg-cli-apps-commits] [SCM] banshee branch, ubuntu/natty, updated. debian/1.9.0+git20101121.r1.b13266e-0ubuntu3-2-g8db8279

Chow Loong Jin hyperair at ubuntu.com
Thu Nov 25 03:54:54 UTC 2010


The following commit has been merged in the ubuntu/natty branch:
commit 9f8a8a2271efa8deaf59ca67fb9497267012d5f2
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