[DebianGIS-dev] r761 - packages/grass/trunk/debian
Francesco Lovergine
frankie at alioth.debian.org
Fri Apr 13 11:19:30 UTC 2007
Author: frankie
Date: 2007-04-13 11:19:29 +0000 (Fri, 13 Apr 2007)
New Revision: 761
Modified:
packages/grass/trunk/debian/changelog
packages/grass/trunk/debian/rules
Log:
Set proj shared data dir
Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog 2007-04-13 07:19:34 UTC (rev 760)
+++ packages/grass/trunk/debian/changelog 2007-04-13 11:19:29 UTC (rev 761)
@@ -5,8 +5,9 @@
* Added --enable-largefiles for LFS support.
* Added sqlite3 support.
* Moved to debhelper version 5 compatibility.
+ * Set explicitly proj data dir at configuration time.
- -- Francesco Paolo Lovergine <frankie at debian.org> Fri, 6 Apr 2007 19:55:22 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org> Fri, 13 Apr 2007 13:18:24 +0200
grass (6.2.1-3) unstable; urgency=low
Modified: packages/grass/trunk/debian/rules
===================================================================
--- packages/grass/trunk/debian/rules 2007-04-13 07:19:34 UTC (rev 760)
+++ packages/grass/trunk/debian/rules 2007-04-13 11:19:29 UTC (rev 761)
@@ -47,7 +47,8 @@
--with-freetype-includes=/usr/include/freetype2 \
--with-tcltk-includes=/usr/include/tcl8.4 \
--with-postgres-includes=$(shell pg_config --includedir) \
- --with-mysql-includes=/usr/include/mysql
+ --with-mysql-includes=/usr/include/mysql \
+ --with-proj-share=/usr/share/proj
touch config-stamp
More information about the Pkg-grass-devel
mailing list