From: Kaj-Michael Lang Date: Thu, 4 Oct 2007 09:26:54 +0000 (+0300) Subject: Update maemo package info for 1.0.3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af37bce513cd1fbc2cb26a3a767af2af2ef0080b;p=mapper Update maemo package info for 1.0.3 --- diff --git a/debian/changelog b/debian/changelog index 1dc14ab..d79a909 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 02 Oct 2007 16:30:00 +0200 + mapper (1.0.2-2) unstable; urgency=low * Fixed gstreamer dependency * No other changes. diff --git a/debian/rules b/debian/rules index c3752f6..c316960 100755 --- a/debian/rules +++ b/debian/rules @@ -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