From 158be27340771f8560f09c6a436aeb6b101a3cc9 Mon Sep 17 00:00:00 2001 From: Rodrigo Linfati Date: Thu, 28 Jul 2011 13:54:02 +0200 Subject: [PATCH] Fix build on Qt-Creator --- LatitudeUpdater-common.pri | 83 +++++++++--------- LatitudeUpdater-daemon.pro | 8 +- LatitudeUpdater-qml.pro | 4 +- LatitudeUpdater-widget.pro | 2 +- LatitudeUpdater.pro | 24 +++--- qml/MainPage.qml | 1 + qtc_packaging/debian_fremantle/README | 6 +- qtc_packaging/debian_fremantle/changelog | 138 +++++++++++++++++++++++++++++- qtc_packaging/debian_fremantle/control | 6 +- qtc_packaging/debian_fremantle/rules | 26 ++---- qtc_packaging/debian_harmattan/README | 6 +- qtc_packaging/debian_harmattan/changelog | 138 +++++++++++++++++++++++++++++- qtc_packaging/debian_harmattan/control | 4 +- qtc_packaging/debian_harmattan/rules | 26 ++---- 14 files changed, 356 insertions(+), 116 deletions(-) diff --git a/LatitudeUpdater-common.pri b/LatitudeUpdater-common.pri index a8a781d..1f6a2f1 100644 --- a/LatitudeUpdater-common.pri +++ b/LatitudeUpdater-common.pri @@ -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 diff --git a/LatitudeUpdater-daemon.pro b/LatitudeUpdater-daemon.pro index 3550b2a..4048c53 100644 --- a/LatitudeUpdater-daemon.pro +++ b/LatitudeUpdater-daemon.pro @@ -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 +} diff --git a/LatitudeUpdater-qml.pro b/LatitudeUpdater-qml.pro index 02e624e..66d2be9 100644 --- a/LatitudeUpdater-qml.pro +++ b/LatitudeUpdater-qml.pro @@ -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) diff --git a/LatitudeUpdater-widget.pro b/LatitudeUpdater-widget.pro index 129419c..d785005 100644 --- a/LatitudeUpdater-widget.pro +++ b/LatitudeUpdater-widget.pro @@ -1,4 +1,4 @@ -TARGET = LatitudeUpdaterWidget +TARGET = LatitudeUpdaterWidget SOURCES += latitudewidget.cpp main-widget.cpp HEADERS += latitudewidget.h diff --git a/LatitudeUpdater.pro b/LatitudeUpdater.pro index c5df4ec..ac2dd79 100644 --- a/LatitudeUpdater.pro +++ b/LatitudeUpdater.pro @@ -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 } diff --git a/qml/MainPage.qml b/qml/MainPage.qml index 8decc23..caeb84f 100644 --- a/qml/MainPage.qml +++ b/qml/MainPage.qml @@ -3,6 +3,7 @@ import com.meego 1.0 Page { id: mainPage + orientationLock: PageOrientation.LockLandscape Column { spacing: 16 Row { diff --git a/qtc_packaging/debian_fremantle/README b/qtc_packaging/debian_fremantle/README index e407bf5..cdce769 100644 --- a/qtc_packaging/debian_fremantle/README +++ b/qtc_packaging/debian_fremantle/README @@ -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 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 diff --git a/qtc_packaging/debian_fremantle/changelog b/qtc_packaging/debian_fremantle/changelog index 7423439..104c1b2 100644 --- a/qtc_packaging/debian_fremantle/changelog +++ b/qtc_packaging/debian_fremantle/changelog @@ -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 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 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 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 Wed, 26 Jan 2011 16:32:34 +0100 + +googlelatitude (0.4-7) unstable; urgency=low + + * fix maximal accuracy + + -- Rodrigo Linfati Tue, 25 Jan 2011 00:48:01 +0100 + +googlelatitude (0.4-6) unstable; urgency=low + + * GUI for the daemon mode + + -- Rodrigo Linfati Sat, 22 Jan 2011 23:26:09 +0100 + +googlelatitude (0.4-5) unstable; urgency=low + + * New daemon mode + * bugs fix + + -- Rodrigo Linfati Sat, 22 Jan 2011 18:51:23 +0100 + +googlelatitude (0.4-0) unstable; urgency=low + + * Bump version + + -- Rodrigo Linfati 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 Wed, 05 May 2010 16:05:51 +0200 + +googlelatitude (0.3-8) unstable; urgency=low + + * Testing, minor bugs fix + + -- Rodrigo Linfati 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 Sat, 02 Jan 2010 03:40:22 +0100 + +googlelatitude (0.3-6) unstable; urgency=low + + * test libqt4 + libqt4-maemo5 + + -- Rodrigo Linfati 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 Fri, 01 Jan 2010 23:32:32 +0100 + +googlelatitude (0.3-1) unstable; urgency=low + + * initial support to liblocation + + -- Rodrigo Linfati Fri, 01 Jan 2010 16:20:56 +0100 + +googlelatitude (0.2-2) unstable; urgency=low + + * minor change in gui + + -- Rodrigo Linfati Tue, 29 Dec 2009 23:23:46 +0100 + +googlelatitude (0.2-1) unstable; urgency=low + + * more fix... + + -- Rodrigo Linfati Tue, 29 Dec 2009 21:53:01 +0100 + +googlelatitude (0.2-0) unstable; urgency=low + + * Google Maps via WebKit + + -- Rodrigo Linfati Tue, 29 Dec 2009 12:58:25 +0100 + +googlelatitude (0.1-4) unstable; urgency=low + + * add libgconf2-dev depend... ¿why? + + -- Rodrigo Linfati 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 Wed, 16 Dec 2009 16:35:12 +0100 + +googlelatitude (0.1-2) unstable; urgency=low + + * fix section + + -- Rodrigo Linfati Wed, 16 Dec 2009 15:34:52 +0100 + +googlelatitude (0.1-1) unstable; urgency=low + + * Initial release + + -- Rodrigo Linfati Tue, 15 Dec 2009 20:42:16 +0100 diff --git a/qtc_packaging/debian_fremantle/control b/qtc_packaging/debian_fremantle/control index f56e759..12eac56 100644 --- a/qtc_packaging/debian_fremantle/control +++ b/qtc_packaging/debian_fremantle/control @@ -1,13 +1,13 @@ -Source: latitudeupdater +Source: googlelatitude Section: user/navigation Priority: optional Maintainer: Rodrigo Linfati -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 diff --git a/qtc_packaging/debian_fremantle/rules b/qtc_packaging/debian_fremantle/rules index 501d645..0a05e51 100755 --- a/qtc_packaging/debian_fremantle/rules +++ b/qtc_packaging/debian_fremantle/rules @@ -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 diff --git a/qtc_packaging/debian_harmattan/README b/qtc_packaging/debian_harmattan/README index 56bc3c9..cdce769 100644 --- a/qtc_packaging/debian_harmattan/README +++ b/qtc_packaging/debian_harmattan/README @@ -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 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 diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog index 7423439..104c1b2 100644 --- a/qtc_packaging/debian_harmattan/changelog +++ b/qtc_packaging/debian_harmattan/changelog @@ -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 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 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 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 Wed, 26 Jan 2011 16:32:34 +0100 + +googlelatitude (0.4-7) unstable; urgency=low + + * fix maximal accuracy + + -- Rodrigo Linfati Tue, 25 Jan 2011 00:48:01 +0100 + +googlelatitude (0.4-6) unstable; urgency=low + + * GUI for the daemon mode + + -- Rodrigo Linfati Sat, 22 Jan 2011 23:26:09 +0100 + +googlelatitude (0.4-5) unstable; urgency=low + + * New daemon mode + * bugs fix + + -- Rodrigo Linfati Sat, 22 Jan 2011 18:51:23 +0100 + +googlelatitude (0.4-0) unstable; urgency=low + + * Bump version + + -- Rodrigo Linfati 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 Wed, 05 May 2010 16:05:51 +0200 + +googlelatitude (0.3-8) unstable; urgency=low + + * Testing, minor bugs fix + + -- Rodrigo Linfati 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 Sat, 02 Jan 2010 03:40:22 +0100 + +googlelatitude (0.3-6) unstable; urgency=low + + * test libqt4 + libqt4-maemo5 + + -- Rodrigo Linfati 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 Fri, 01 Jan 2010 23:32:32 +0100 + +googlelatitude (0.3-1) unstable; urgency=low + + * initial support to liblocation + + -- Rodrigo Linfati Fri, 01 Jan 2010 16:20:56 +0100 + +googlelatitude (0.2-2) unstable; urgency=low + + * minor change in gui + + -- Rodrigo Linfati Tue, 29 Dec 2009 23:23:46 +0100 + +googlelatitude (0.2-1) unstable; urgency=low + + * more fix... + + -- Rodrigo Linfati Tue, 29 Dec 2009 21:53:01 +0100 + +googlelatitude (0.2-0) unstable; urgency=low + + * Google Maps via WebKit + + -- Rodrigo Linfati Tue, 29 Dec 2009 12:58:25 +0100 + +googlelatitude (0.1-4) unstable; urgency=low + + * add libgconf2-dev depend... ¿why? + + -- Rodrigo Linfati 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 Wed, 16 Dec 2009 16:35:12 +0100 + +googlelatitude (0.1-2) unstable; urgency=low + + * fix section + + -- Rodrigo Linfati Wed, 16 Dec 2009 15:34:52 +0100 + +googlelatitude (0.1-1) unstable; urgency=low + + * Initial release + + -- Rodrigo Linfati Tue, 15 Dec 2009 20:42:16 +0100 diff --git a/qtc_packaging/debian_harmattan/control b/qtc_packaging/debian_harmattan/control index 709b8e9..fabbfa8 100644 --- a/qtc_packaging/debian_harmattan/control +++ b/qtc_packaging/debian_harmattan/control @@ -1,4 +1,4 @@ -Source: latitudeupdater +Source: googlelatitude Section: user/navigation Priority: optional Maintainer: Rodrigo Linfati @@ -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 diff --git a/qtc_packaging/debian_harmattan/rules b/qtc_packaging/debian_harmattan/rules index 501d645..0a05e51 100755 --- a/qtc_packaging/debian_harmattan/rules +++ b/qtc_packaging/debian_harmattan/rules @@ -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 -- 1.7.9.5