From 55ef6958d39cb8683cd6f7ebbe1d7490fa1bb31b Mon Sep 17 00:00:00 2001 From: Rodrigo Linfati Date: Wed, 16 Dec 2009 17:55:21 +0100 Subject: [PATCH 1/1] add XB-Maemo-Display-Name to control --- debian/control | 3 ++- debian/rules | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- 1.7.9.5