Fix build on Qt-Creator
authorRodrigo Linfati <rodrigo@linfati.cl>
Thu, 28 Jul 2011 11:54:02 +0000 (13:54 +0200)
committerRodrigo Linfati <rodrigo@linfati.cl>
Thu, 28 Jul 2011 11:54:02 +0000 (13:54 +0200)
14 files changed:
LatitudeUpdater-common.pri
LatitudeUpdater-daemon.pro
LatitudeUpdater-qml.pro
LatitudeUpdater-widget.pro
LatitudeUpdater.pro
qml/MainPage.qml
qtc_packaging/debian_fremantle/README
qtc_packaging/debian_fremantle/changelog
qtc_packaging/debian_fremantle/control
qtc_packaging/debian_fremantle/rules
qtc_packaging/debian_harmattan/README
qtc_packaging/debian_harmattan/changelog
qtc_packaging/debian_harmattan/control
qtc_packaging/debian_harmattan/rules

index a8a781d..1f6a2f1 100644 (file)
@@ -2,44 +2,41 @@ QT       += network
 CONFIG   += mobility
 MOBILITY += location
 
-SOURCES += gpscontrol.cpp googlelatitude.cpp
+SOURCES        += gpscontrol.cpp googlelatitude.cpp
 HEADERS += gpscontrol.h   googlelatitude.h
 
-contains(QT_CONFIG, maemo5) {
-    QT          += maemo5
-    CONFIG      += link_pkgconfig
-    PKGCONFIG   += glib-2.0 liblocation
-}
-
-INCLUDEPATH += libkqoauth
-SOURCES += libkqoauth/kqoauthauthreplyserver.cpp \
-libkqoauth/kqoauthrequest.cpp \
-libkqoauth/kqoauthmanager.cpp \
-libkqoauth/kqoauthrequest_xauth.cpp \
-libkqoauth/kqoauthrequest_1.cpp \
-libkqoauth/kqoauthutils.cpp
+INCLUDEPATH    += libkqoauth
+SOURCES        += libkqoauth/kqoauthauthreplyserver.cpp \
+        libkqoauth/kqoauthrequest.cpp \
+        libkqoauth/kqoauthmanager.cpp \
+        libkqoauth/kqoauthrequest_xauth.cpp \
+        libkqoauth/kqoauthrequest_1.cpp \
+        libkqoauth/kqoauthutils.cpp
 PUBLIC_HEADERS += libkqoauth/kqoauthmanager.h \
-libkqoauth/kqoauthrequest.h \
-libkqoauth/kqoauthrequest_1.h \
-libkqoauth/kqoauthrequest_xauth.h \
-libkqoauth/kqoauthglobals.h
+        libkqoauth/kqoauthrequest.h \
+        libkqoauth/kqoauthrequest_1.h \
+        libkqoauth/kqoauthrequest_xauth.h \
+        libkqoauth/kqoauthglobals.h
 PRIVATE_HEADERS += libkqoauth/kqoauthrequest_p.h \
-libkqoauth/kqoauthmanager_p.h \
-libkqoauth/kqoauthauthreplyserver.h \
-libkqoauth/kqoauthauthreplyserver_p.h \
-libkqoauth/kqoauthutils.h \
-libkqoauth/kqoauthrequest_xauth_p.h
+        libkqoauth/kqoauthmanager_p.h \
+        libkqoauth/kqoauthauthreplyserver.h \
+        libkqoauth/kqoauthauthreplyserver_p.h \
+        libkqoauth/kqoauthutils.h \
+        libkqoauth/kqoauthrequest_xauth_p.h
 HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
 
 contains(QT_CONFIG, maemo5): {
-    SOURCES += liblocationmaemo5/gconfitem.cpp \
-    liblocationmaemo5/liblocationwrapper.cpp \
-    liblocationmaemo5/qgeopositioninfosource_maemo5.cpp \
-    liblocationmaemo5/qgeosatelliteinfosource_maemo5.cpp
-    HEADERS += liblocationmaemo5/gconfitem_p.h \
-    liblocationmaemo5/liblocationwrapper_p.h \
-    liblocationmaemo5/qgeopositioninfosource_maemo5_p.h \
-    liblocationmaemo5/qgeosatelliteinfosource_maemo5_p.h
+    QT          += maemo5
+    CONFIG      += link_pkgconfig
+    PKGCONFIG   += glib-2.0 liblocation
+    SOURCES    += liblocationmaemo5/gconfitem.cpp \
+        liblocationmaemo5/liblocationwrapper.cpp \
+        liblocationmaemo5/qgeopositioninfosource_maemo5.cpp \
+        liblocationmaemo5/qgeosatelliteinfosource_maemo5.cpp
+    HEADERS    += liblocationmaemo5/gconfitem_p.h \
+        liblocationmaemo5/liblocationwrapper_p.h \
+        liblocationmaemo5/qgeopositioninfosource_maemo5_p.h \
+        liblocationmaemo5/qgeosatelliteinfosource_maemo5_p.h
 }
 
 # Please do not modify the following two lines. Required for deployment.
@@ -47,15 +44,15 @@ include(deployment.pri)
 qtcAddDeployment()
 
 OTHER_FILES += \
-    qtc_packaging/debian_harmattan/rules \
-    qtc_packaging/debian_harmattan/README \
-    qtc_packaging/debian_harmattan/copyright \
-    qtc_packaging/debian_harmattan/control \
-    qtc_packaging/debian_harmattan/compat \
-    qtc_packaging/debian_harmattan/changelog \
-    qtc_packaging/debian_fremantle/rules \
-    qtc_packaging/debian_fremantle/README \
-    qtc_packaging/debian_fremantle/copyright \
-    qtc_packaging/debian_fremantle/control \
-    qtc_packaging/debian_fremantle/compat \
-    qtc_packaging/debian_fremantle/changelog
+        qtc_packaging/debian_harmattan/rules \
+        qtc_packaging/debian_harmattan/README \
+        qtc_packaging/debian_harmattan/copyright \
+        qtc_packaging/debian_harmattan/control \
+        qtc_packaging/debian_harmattan/compat \
+        qtc_packaging/debian_harmattan/changelog \
+        qtc_packaging/debian_fremantle/rules \
+        qtc_packaging/debian_fremantle/README \
+        qtc_packaging/debian_fremantle/copyright \
+        qtc_packaging/debian_fremantle/control \
+        qtc_packaging/debian_fremantle/compat \
+        qtc_packaging/debian_fremantle/changelog
index 3550b2a..4048c53 100644 (file)
@@ -1,7 +1,13 @@
 TARGET = LatitudeUpdaterDaemon
-QT -= gui
+QT    -= gui
 
 SOURCES += latitudedaemon.cpp main-daemon.cpp
 HEADERS += latitudedaemon.h
 
 include(LatitudeUpdater-common.pri)
+
+unix:!symbian:!maemo5 {
+    desktopfile.files = $${TARGET}.desktop
+    desktopfile.path = /usr/share/applications
+    INSTALLS += desktopfile
+}
index 02e624e..66d2be9 100644 (file)
@@ -1,10 +1,10 @@
 TARGET = LatitudeUpdaterQML
-QT += declarative
+QT    += declarative
 
 SOURCES += latitudeqml.cpp main-qml.cpp
 HEADERS += latitudeqml.h
 
-RESOURCES += resouses.qrc
+RESOURCES   += resouses.qrc
 OTHER_FILES += qml/main.qml qml/MainPage.qml
 
 include(LatitudeUpdater-common.pri)
index 129419c..d785005 100644 (file)
@@ -1,4 +1,4 @@
-TARGET = LatitudeUpdaterWidget
+TARGET          = LatitudeUpdaterWidget
 
 SOURCES += latitudewidget.cpp main-widget.cpp
 HEADERS += latitudewidget.h
index c5df4ec..ac2dd79 100644 (file)
@@ -1,26 +1,26 @@
 TEMPLATE = subdirs
 
 exists($$QMAKE_INCDIR_QT"/../qmsystem2/qmkeys.h"):!contains(MEEGO_EDITION,harmattan): {
-  MEEGO_VERSION_MAJOR     = 1
-  MEEGO_VERSION_MINOR     = 2
-  MEEGO_VERSION_PATCH     = 0
-  MEEGO_EDITION           = harmattan
-  DEFINES += MEEGO_EDITION_HARMATTAN
+        MEEGO_VERSION_MAJOR     = 1
+        MEEGO_VERSION_MINOR     = 2
+        MEEGO_VERSION_PATCH     = 0
+        MEEGO_EDITION          = harmattan
+        DEFINES               += MEEGO_EDITION_HARMATTAN
 }
 
 contains(MEEGO_EDITION,harmattan): {
-  SUBDIRS += LatitudeUpdater-daemon.pro
-  SUBDIRS += LatitudeUpdater-qml.pro
+        SUBDIRS += LatitudeUpdater-daemon.pro
+        SUBDIRS += LatitudeUpdater-qml.pro
 }
 
 contains(QT_CONFIG, maemo5): {
-  SUBDIRS += LatitudeUpdater-daemon.pro
-  SUBDIRS += LatitudeUpdater-widget.pro
+        SUBDIRS += LatitudeUpdater-daemon.pro
+        SUBDIRS += LatitudeUpdater-widget.pro
 }
 
 !contains(MEEGO_EDITION,harmattan):!contains(QT_CONFIG, maemo5): {
-  SUBDIRS += LatitudeUpdater-daemon.pro
-  SUBDIRS += LatitudeUpdater-qml.pro
-  SUBDIRS += LatitudeUpdater-widget.pro
+        SUBDIRS += LatitudeUpdater-daemon.pro
+        SUBDIRS += LatitudeUpdater-qml.pro
+        SUBDIRS += LatitudeUpdater-widget.pro
 }
 
index 8decc23..caeb84f 100644 (file)
@@ -3,6 +3,7 @@ import com.meego 1.0
 
 Page {
     id: mainPage
+    orientationLock: PageOrientation.LockLandscape
     Column {
         spacing: 16
         Row {
index e407bf5..cdce769 100644 (file)
@@ -1,4 +1,4 @@
-The Debian Package latitudeupdater
+The Debian Package googlelatitude
 ----------------------------
 
 Comments regarding the Package
@@ -6,5 +6,5 @@ Comments regarding the Package
  -- Rodrigo Linfati <rodrigo@linfati.cl>  sab, 02 gen 2010 22:12:52 +0100
 
 Thanks to:
-         Joppu http://talk.maemo.org/member.php?u=24013
-         http://talk.maemo.org/showpost.php?p=449435&postcount=83
+Joppu http://talk.maemo.org/member.php?u=24013
+http://talk.maemo.org/showpost.php?p=449435&postcount=83
index 7423439..104c1b2 100644 (file)
@@ -1,5 +1,139 @@
-latitudeupdater (0.1-0) unstable; urgency=low
+googlelatitude (0.7-0) unstable; urgency=low
 
-  * Initial Release.
+  * OAuth Support
+  * Google Latitude 1.0 API Support
+  * QtMobility Support
+  * QGeoPositionInfoSourceMaemo5 Backport from QtMobility 1.2
+  * Qwidget gui for Fremantle
+  * QML gui for harmattan
 
  -- Rodrigo Linfati <rodrigo@linfati.cl>  Thu, 21 Jul 2011 21:58:20 +0200
+
+googlelatitude (0.6-2) unstable; urgency=low
+
+  * enable use of gps+cell
+  * fix the "start daemon" bug
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Thu, 27 Jan 2011 16:07:22 +0100
+
+googlelatitude (0.6-1) unstable; urgency=low
+
+  * auto update setting for daemon, fix start at boot time, fix NaN in gps eph
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 26 Jan 2011 17:23:41 +0100
+
+googlelatitude (0.6-0) unstable; urgency=low
+
+  * Daemon at boot time (default off)
+  * If not network, do not try to update
+  * Use of gps
+  * Max 120s for a fix, min of 5 in cell-mode and 15 in gps-mode, default 30s
+  * Updates between 1800s, min 300, max 3600
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 26 Jan 2011 16:32:34 +0100
+
+googlelatitude (0.4-7) unstable; urgency=low
+
+  * fix maximal accuracy
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 25 Jan 2011 00:48:01 +0100
+
+googlelatitude (0.4-6) unstable; urgency=low
+
+  * GUI for the daemon mode
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 22 Jan 2011 23:26:09 +0100
+
+googlelatitude (0.4-5) unstable; urgency=low
+
+  * New daemon mode
+  * bugs fix
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 22 Jan 2011 18:51:23 +0100
+
+googlelatitude (0.4-0) unstable; urgency=low
+
+  * Bump version
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 05 May 2010 16:14:00 +0200
+
+googlelatitude (0.3-9) unstable; urgency=low
+
+  * Cleanup, preparation for pr1.2
+  * Now Google Location and Buzz
+  * TODO: geolocation on webkit
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 05 May 2010 16:05:51 +0200
+
+googlelatitude (0.3-8) unstable; urgency=low
+
+  * Testing, minor bugs fix
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 02 Jan 2010 03:53:51 +0100
+
+googlelatitude (0.3-7) unstable; urgency=low
+
+  * libqt4 -> diablo = OK, fremantle -> fail
+  * libqt4-maemo5 -> fremantle => OK
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 02 Jan 2010 03:40:22 +0100
+
+googlelatitude (0.3-6) unstable; urgency=low
+
+  * test libqt4 + libqt4-maemo5
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 02 Jan 2010 02:44:33 +0100
+
+googlelatitude (0.3-5) unstable; urgency=low
+
+  * some fix, support to auto update, auto stop on real-fix
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Fri, 01 Jan 2010 23:32:32 +0100
+
+googlelatitude (0.3-1) unstable; urgency=low
+
+  * initial support to liblocation
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Fri, 01 Jan 2010 16:20:56 +0100
+
+googlelatitude (0.2-2) unstable; urgency=low
+
+  * minor change in gui
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 29 Dec 2009 23:23:46 +0100
+
+googlelatitude (0.2-1) unstable; urgency=low
+
+  * more fix...
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 29 Dec 2009 21:53:01 +0100
+
+googlelatitude (0.2-0) unstable; urgency=low
+
+  * Google Maps via WebKit
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 29 Dec 2009 12:58:25 +0100
+
+googlelatitude (0.1-4) unstable; urgency=low
+
+  * add libgconf2-dev depend... Â¿why?
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 16 Dec 2009 19:08:20 +0100
+
+googlelatitude (0.1-3) unstable; urgency=low
+
+  * fix depend from libqt4-dev to libqt4-maemo5-dev
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 16 Dec 2009 16:35:12 +0100
+
+googlelatitude (0.1-2) unstable; urgency=low
+
+  * fix section
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 16 Dec 2009 15:34:52 +0100
+
+googlelatitude (0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 15 Dec 2009 20:42:16 +0100
index f56e759..12eac56 100644 (file)
@@ -1,13 +1,13 @@
-Source: latitudeupdater
+Source: googlelatitude
 Section: user/navigation
 Priority: optional
 Maintainer: Rodrigo Linfati <rodrigo@linfati.cl>
-Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev
+Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev, liblocation-dev, libgconf2-dev
 Standards-Version: 3.7.3
 Homepage: http://googlelatitude.garage.maemo.org/
 XSBC-Bugtracker: mailto:rodrigo@linfati.cl
 
-Package: latitudeupdater
+Package: googlelatitude
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Google Latitude Updater
index 501d645..0a05e51 100755 (executable)
@@ -9,37 +9,24 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
-
-
-
 configure: configure-stamp
 configure-stamp:
        dh_testdir
        # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator
-
        touch configure-stamp
 
-
 build: build-stamp
 
 build-stamp: configure-stamp  
        dh_testdir
-
-       # Add here commands to compile the package.
        # $(MAKE) # Uncomment this line for use without Qt Creator
-       #docbook-to-man debian/latitudeupdater.sgml > latitudeupdater.1
-
        touch $@
 
 clean: 
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-
-       # Add here commands to clean up after the build process.
-       $(MAKE) clean
-
+       -$(MAKE) clean
        dh_clean 
 
 install: build
@@ -47,10 +34,7 @@ install: build
        dh_testroot
        dh_clean -k 
        dh_installdirs
-
-       # Add here commands to install the package into debian/latitudeupdater.
-       $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/latitudeupdater install
-
+       $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/googlelatitude install
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -63,7 +47,7 @@ binary-arch: build install
        dh_installchangelogs 
        dh_installdocs
        dh_installexamples
-#      dh_install
+       dh_install
 #      dh_installmenu
 #      dh_installdebconf       
 #      dh_installlogrotate
@@ -80,9 +64,9 @@ binary-arch: build install
        dh_compress
        dh_fixperms
 #      dh_perl
-#      dh_makeshlibs
+       dh_makeshlibs
        dh_installdeb
-       # dh_shlibdeps # Uncomment this line for use without Qt Creator
+       dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb
index 56bc3c9..cdce769 100644 (file)
@@ -1,4 +1,4 @@
-The Debian Package latitudeupdater
+The Debian Package googlelatitude
 ----------------------------
 
 Comments regarding the Package
@@ -6,5 +6,5 @@ Comments regarding the Package
  -- Rodrigo Linfati <rodrigo@linfati.cl>  sab, 02 gen 2010 22:12:52 +0100
 
 Thanks to:
-        Joppu http://talk.maemo.org/member.php?u=24013
-        http://talk.maemo.org/showpost.php?p=449435&postcount=83
+Joppu http://talk.maemo.org/member.php?u=24013
+http://talk.maemo.org/showpost.php?p=449435&postcount=83
index 7423439..104c1b2 100644 (file)
@@ -1,5 +1,139 @@
-latitudeupdater (0.1-0) unstable; urgency=low
+googlelatitude (0.7-0) unstable; urgency=low
 
-  * Initial Release.
+  * OAuth Support
+  * Google Latitude 1.0 API Support
+  * QtMobility Support
+  * QGeoPositionInfoSourceMaemo5 Backport from QtMobility 1.2
+  * Qwidget gui for Fremantle
+  * QML gui for harmattan
 
  -- Rodrigo Linfati <rodrigo@linfati.cl>  Thu, 21 Jul 2011 21:58:20 +0200
+
+googlelatitude (0.6-2) unstable; urgency=low
+
+  * enable use of gps+cell
+  * fix the "start daemon" bug
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Thu, 27 Jan 2011 16:07:22 +0100
+
+googlelatitude (0.6-1) unstable; urgency=low
+
+  * auto update setting for daemon, fix start at boot time, fix NaN in gps eph
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 26 Jan 2011 17:23:41 +0100
+
+googlelatitude (0.6-0) unstable; urgency=low
+
+  * Daemon at boot time (default off)
+  * If not network, do not try to update
+  * Use of gps
+  * Max 120s for a fix, min of 5 in cell-mode and 15 in gps-mode, default 30s
+  * Updates between 1800s, min 300, max 3600
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 26 Jan 2011 16:32:34 +0100
+
+googlelatitude (0.4-7) unstable; urgency=low
+
+  * fix maximal accuracy
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 25 Jan 2011 00:48:01 +0100
+
+googlelatitude (0.4-6) unstable; urgency=low
+
+  * GUI for the daemon mode
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 22 Jan 2011 23:26:09 +0100
+
+googlelatitude (0.4-5) unstable; urgency=low
+
+  * New daemon mode
+  * bugs fix
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 22 Jan 2011 18:51:23 +0100
+
+googlelatitude (0.4-0) unstable; urgency=low
+
+  * Bump version
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 05 May 2010 16:14:00 +0200
+
+googlelatitude (0.3-9) unstable; urgency=low
+
+  * Cleanup, preparation for pr1.2
+  * Now Google Location and Buzz
+  * TODO: geolocation on webkit
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 05 May 2010 16:05:51 +0200
+
+googlelatitude (0.3-8) unstable; urgency=low
+
+  * Testing, minor bugs fix
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 02 Jan 2010 03:53:51 +0100
+
+googlelatitude (0.3-7) unstable; urgency=low
+
+  * libqt4 -> diablo = OK, fremantle -> fail
+  * libqt4-maemo5 -> fremantle => OK
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 02 Jan 2010 03:40:22 +0100
+
+googlelatitude (0.3-6) unstable; urgency=low
+
+  * test libqt4 + libqt4-maemo5
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Sat, 02 Jan 2010 02:44:33 +0100
+
+googlelatitude (0.3-5) unstable; urgency=low
+
+  * some fix, support to auto update, auto stop on real-fix
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Fri, 01 Jan 2010 23:32:32 +0100
+
+googlelatitude (0.3-1) unstable; urgency=low
+
+  * initial support to liblocation
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Fri, 01 Jan 2010 16:20:56 +0100
+
+googlelatitude (0.2-2) unstable; urgency=low
+
+  * minor change in gui
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 29 Dec 2009 23:23:46 +0100
+
+googlelatitude (0.2-1) unstable; urgency=low
+
+  * more fix...
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 29 Dec 2009 21:53:01 +0100
+
+googlelatitude (0.2-0) unstable; urgency=low
+
+  * Google Maps via WebKit
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 29 Dec 2009 12:58:25 +0100
+
+googlelatitude (0.1-4) unstable; urgency=low
+
+  * add libgconf2-dev depend... Â¿why?
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 16 Dec 2009 19:08:20 +0100
+
+googlelatitude (0.1-3) unstable; urgency=low
+
+  * fix depend from libqt4-dev to libqt4-maemo5-dev
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 16 Dec 2009 16:35:12 +0100
+
+googlelatitude (0.1-2) unstable; urgency=low
+
+  * fix section
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Wed, 16 Dec 2009 15:34:52 +0100
+
+googlelatitude (0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Rodrigo Linfati <rodrigo@linfati.cl>  Tue, 15 Dec 2009 20:42:16 +0100
index 709b8e9..fabbfa8 100644 (file)
@@ -1,4 +1,4 @@
-Source: latitudeupdater
+Source: googlelatitude
 Section: user/navigation
 Priority: optional
 Maintainer: Rodrigo Linfati <rodrigo@linfati.cl>
@@ -7,7 +7,7 @@ Standards-Version: 3.7.3
 Homepage: http://googlelatitude.garage.maemo.org/
 XSBC-Bugtracker: mailto:rodrigo@linfati.cl
 
-Package: latitudeupdater
+Package: googlelatitude
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Google Latitude Updater
index 501d645..0a05e51 100755 (executable)
@@ -9,37 +9,24 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
-
-
-
 configure: configure-stamp
 configure-stamp:
        dh_testdir
        # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator
-
        touch configure-stamp
 
-
 build: build-stamp
 
 build-stamp: configure-stamp  
        dh_testdir
-
-       # Add here commands to compile the package.
        # $(MAKE) # Uncomment this line for use without Qt Creator
-       #docbook-to-man debian/latitudeupdater.sgml > latitudeupdater.1
-
        touch $@
 
 clean: 
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-
-       # Add here commands to clean up after the build process.
-       $(MAKE) clean
-
+       -$(MAKE) clean
        dh_clean 
 
 install: build
@@ -47,10 +34,7 @@ install: build
        dh_testroot
        dh_clean -k 
        dh_installdirs
-
-       # Add here commands to install the package into debian/latitudeupdater.
-       $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/latitudeupdater install
-
+       $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/googlelatitude install
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -63,7 +47,7 @@ binary-arch: build install
        dh_installchangelogs 
        dh_installdocs
        dh_installexamples
-#      dh_install
+       dh_install
 #      dh_installmenu
 #      dh_installdebconf       
 #      dh_installlogrotate
@@ -80,9 +64,9 @@ binary-arch: build install
        dh_compress
        dh_fixperms
 #      dh_perl
-#      dh_makeshlibs
+       dh_makeshlibs
        dh_installdeb
-       # dh_shlibdeps # Uncomment this line for use without Qt Creator
+       dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb