From: Rodrigo Linfati Date: Sat, 2 Jan 2010 03:07:14 +0000 (+0100) Subject: minor bugfix X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=commitdiff_plain;h=86b0a6b1a00b08595fe6a52cb313408321259df4 minor bugfix --- diff --git a/debian/changelog b/debian/changelog index 20f0256..f2a9706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +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 diff --git a/debian/control b/debian/control index ff5e7de..8c1fb11 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: googlelatitude Section: user/navigation Priority: optional Maintainer: Rodrigo Linfati -Build-Depends: debhelper (>= 5), libqt4-maemo5-dev, libgconf2-dev, liblocation-dev -# Build-Depends: debhelper (>= 5), libqt4-dev +Build-Depends: debhelper (>= 5), libqt4-maemo5-dev, liblocation-dev, libgconf2-dev +#Build-Depends: debhelper (>= 5), libqt4-dev Standards-Version: 3.7.2 Package: googlelatitude diff --git a/debian/rules b/debian/rules index ff24290..1430a4f 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ APPNAME := googlelatitude configure: configure-stamp configure-stamp: dh_testdir - qmake + -qmake -/opt/qt4-maemo5/bin/qmake-qt4 touch configure-stamp