]> err.no Git - mapper/commitdiff
Update maemo package info for 1.0.3
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 4 Oct 2007 09:26:54 +0000 (12:26 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 4 Oct 2007 09:26:54 +0000 (12:26 +0300)
debian/changelog
debian/rules

index 1dc14ab210a4b6bf294cc26654495de4090b4ecc..d79a909bbb96bebf4bba4edd44676c5ad7b56693 100644 (file)
@@ -1,3 +1,10 @@
+mapper (1.0.3-1) unstable; urgency=low
+  * Create widget of the GPS sky and signal view
+  * Create widget of the heading/bearing/compass view
+  * Fix the IT bluetooth dbus interface and use it
+
+ -- Kaj-Michael Lang <milang@tal.org>  Tue, 02 Oct 2007 16:30:00 +0200
+
 mapper (1.0.2-2) unstable; urgency=low
   * Fixed gstreamer dependency
   * No other changes.
index c3752f6228e2f33dc30774adcd4613129e98588b..c31696021ab6216709b6269aded638dbaf088b55 100755 (executable)
@@ -11,7 +11,6 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -31,9 +30,9 @@ endif
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       ./autogen.sh
+       #./autogen.sh
        # Add here commands to configure the package.
-       CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-static --enable-hildon --enable-770
+       CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-static --enable-hildon --enable-770 --enable-itbtdbus
        touch configure-stamp
 
 build: build-stamp