[DebianGIS-dev] r1042 - packages/gosmore/debian
pere at alioth.debian.org
pere at alioth.debian.org
Sun Aug 19 15:11:40 UTC 2007
Author: pere
Date: 2007-08-19 15:11:39 +0000 (Sun, 19 Aug 2007)
New Revision: 1042
Modified:
packages/gosmore/debian/changelog
packages/gosmore/debian/rules
Log:
Define ROUTE_TEST during build to enable route finding. Explain why gpsd is a dependency.
Modified: packages/gosmore/debian/changelog
===================================================================
--- packages/gosmore/debian/changelog 2007-08-19 14:46:18 UTC (rev 1041)
+++ packages/gosmore/debian/changelog 2007-08-19 15:11:39 UTC (rev 1042)
@@ -1,13 +1,16 @@
-gosmore (0.0.0.20070809-1) UNRELEASED; urgency=low
+gosmore (0.0.0.20070819-1) UNRELEASED; urgency=low
* Initial Release. (Closes: #436039)
* Added menu entry based on the one in qgis. Change menu section
from Apps/Science to Applications/Science/Geoscience, to match
new menu proposal.
* Make the Debian GIS group the maintainer, and myself an uploader.
+ * Depend directly on gpsd to prepare for libgpsd to be split out from
+ the gpsd package.
* Need to build-depend on libgtk2.0-dev.
* Build-depend on flite-dev to get speech synthesis.
* Build-depend on gpsd to support showing current GPS position.
+ * Define ROUTE_TEST during build to enable route finding.
-- Petter Reinholdtsen <pere at debian.org> Thu, 09 Aug 2007 00:15:23 +0200
Modified: packages/gosmore/debian/rules
===================================================================
--- packages/gosmore/debian/rules 2007-08-19 14:46:18 UTC (rev 1041)
+++ packages/gosmore/debian/rules 2007-08-19 15:11:39 UTC (rev 1042)
@@ -4,3 +4,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
DESTDIR := $(CURDIR)/debian/gosmore
DEB_MAKE_INSTALL_TARGET := DESTDIR=$(DESTDIR) prefix=/usr install
+
+# Enable route finding
+CFLAGS := -DROUTE_TEST
More information about the Pkg-grass-devel
mailing list