From: Rodrigo Linfati Date: Wed, 16 Dec 2009 16:55:21 +0000 (+0100) Subject: add XB-Maemo-Display-Name to control X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=commitdiff_plain;h=55ef6958d39cb8683cd6f7ebbe1d7490fa1bb31b;ds=sidebyside add XB-Maemo-Display-Name to control --- diff --git a/debian/control b/debian/control index ca67ec1..adac936 100644 --- a/debian/control +++ b/debian/control @@ -9,4 +9,5 @@ Package: googlelatitude Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Google Latitude Updater - A Google Latitude Updater in QT4 + A Google Latitude Updater in QT4. +XB-Maemo-Display-Name: Google Latitude Updater diff --git a/debian/rules b/debian/rules index 01992f5..1f7b7fe 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,14 @@ APPNAME := googlelatitude +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + builddir: mkdir -p builddir