minor bugfix
authorRodrigo Linfati <rodrigo@linfati.cl>
Sat, 2 Jan 2010 03:07:14 +0000 (04:07 +0100)
committerRodrigo Linfati <rodrigo@linfati.cl>
Sat, 2 Jan 2010 03:07:14 +0000 (04:07 +0100)
debian/changelog
debian/control
debian/rules

index 20f0256..f2a9706 100644 (file)
@@ -1,3 +1,22 @@
+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
index ff5e7de..8c1fb11 100644 (file)
@@ -2,8 +2,8 @@ Source: googlelatitude
 Section: user/navigation
 Priority: optional
 Maintainer: Rodrigo Linfati <rodrigo@linfati.cl>
-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
index ff24290..1430a4f 100755 (executable)
@@ -14,7 +14,7 @@ APPNAME := googlelatitude
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       qmake
+       -qmake
        -/opt/qt4-maemo5/bin/qmake-qt4
        touch configure-stamp