+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.
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)))
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