From: Rodrigo Linfati Date: Tue, 25 Jan 2011 00:07:35 +0000 (+0100) Subject: fix deb X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=commitdiff_plain;h=ce29090aae7170fd98632deb30f609ef3d1675d6;hp=38d7be1cf5dfdc33866134f12389c11c0b5b73ea fix deb --- diff --git a/data/googlelatitude.desktop b/data/googlelatitude.desktop index 1feabfb..f5f1df6 100644 --- a/data/googlelatitude.desktop +++ b/data/googlelatitude.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 Version=1.0 Type=Application -Name=Google Latitude And Buzz +Name=Latitude And Buzz Exec=/opt/linfati.com/GoogleLatitudeGUI Icon=googlelatitude X-HildonDesk-ShowInToolbar=true diff --git a/debian/rules b/debian/rules index f44f604..bf04f01 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ APPNAME := googlelatitude configure: configure-stamp configure-stamp: dh_testdir - qmake + qmake $(APPNAME).pro touch configure-stamp build: build-stamp