Reworked debian packaging to comply with PR1.2 changes
authorKaj Wallin <kaj.wallin@ixonos.com>
Mon, 31 May 2010 11:37:07 +0000 (14:37 +0300)
committerKaj Wallin <kaj.wallin@ixonos.com>
Mon, 31 May 2010 11:37:07 +0000 (14:37 +0300)
Reviewed by: Henri Lampela

debian/changelog
debian/control
debian/rules

index 28b50eb..2ddfc75 100644 (file)
@@ -1,3 +1,24 @@
+situare (0.5-1) unstable; urgency=low
+  * Alpha release
+
+  * New Features:
+    - Logout
+    - Login: E-mail address is stored
+    - Login: Renew login in the background using cookie
+    - Friend items and groups on the map are now clickable. Clicking filter friend list view
+    - Zoom buttons can be dragged freely to any location on the screen
+    - Map position is saved on program exit and restored at start
+    - Some graphics updated
+
+  * Following bug fixes from version 0.4-1
+    - Unit tests included in the compilation (#5534)
+    - Item order fixed in user info panel (#5761)
+    - Location update dialog supports UTF-8 (on N900 only) (#5764)
+    - Prevented multiple pop-up dialogs from appearing when launching application without network connection (#5767)
+    - Manual update crosshair no longer blocks mouse events (#5769)
+
+ -- Kaj Wallin <kaj.wallin@ixonos.com>  Wed, 31 May 2010 08:31:00 +0300
+
 situare (0.4-2) unstable; urgency=low
   * Mid-sprint test build
 
index 554a5b5..fc13f34 100644 (file)
@@ -1,15 +1,24 @@
 Source: situare
-Section: user/other
-Priority: extra
+Section: user/navigation
+Priority: optional
 Maintainer: Kaj Wallin <kaj.wallin@ixonos.com>
 Build-Depends:
 Standards-Version: 3.7.2
 
 Package: situare
 Architecture: any
-Depends: ${shlibs:Depends}, libqjson (>= 0.7.1)
-Description: This is the Situare client for Maemo
- This application is done with Qt, requires Qt4.6.2 libraries
+Depends: ${shlibs:Depends}
+Description: This is the Situare client for Maemo.
+ Situare application introduces a concept of social locating.
+ It allows users to view, update and share their location
+ using facebook accounts. Situare utilizes OpenStreetMap
+ database for mapping and device GPS for automatic locating.
+ Project home is located in http://www.assembla.cc/wiki/show/situare.
+ Check also www.situare.net.
+ This application requires Qt4.6.2 libraries
+XSBC-Bugtracker: https://garage.maemo.org/tracker/?atid=5192&group_id=1420&func=browse
+XB-Maemo-Display-Name: Situare
+XB-Maemo-Upgrade-Description: Alpha release
 XB-Maemo-Icon-26:
  iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA3X
  AAAN1wFCKJt4AAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNn
index 5c9b2ed..c84fb9f 100755 (executable)
@@ -3,7 +3,7 @@ APPNAME := situare
 builddir:
        mkdir -p builddir
 builddir/Makefile: builddir
-       cd builddir && /opt/qt4-maemo5/bin/qmake PREFIX=/usr ../src/src.pro
+       cd builddir && qmake PREFIX=/usr ../src/src.pro
 build: build-stamp
 
 build-stamp: builddir/Makefile