add XB-Maemo-Display-Name to control
authorRodrigo Linfati <rodrigo@linfati.cl>
Wed, 16 Dec 2009 16:55:21 +0000 (17:55 +0100)
committerRodrigo Linfati <rodrigo@linfati.cl>
Wed, 16 Dec 2009 16:55:21 +0000 (17:55 +0100)
debian/control
debian/rules

index ca67ec1..adac936 100644 (file)
@@ -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
index 01992f5..1f7b7fe 100755 (executable)
 
 APPNAME := googlelatitude
 
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
 builddir:
        mkdir -p builddir