[DebianGIS-dev] r1739 - packages/gdal/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Jul 22 08:31:13 UTC 2008
Author: frankie
Date: 2008-07-22 08:31:08 +0000 (Tue, 22 Jul 2008)
New Revision: 1739
Modified:
packages/gdal/trunk/debian/changelog
packages/gdal/trunk/debian/rules
Log:
Fixating (?) #489124
Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog 2008-07-19 20:12:42 UTC (rev 1738)
+++ packages/gdal/trunk/debian/changelog 2008-07-22 08:31:08 UTC (rev 1739)
@@ -1,3 +1,11 @@
+gdal (1.5.2-3) unstable; urgency=low
+
+ * Rebuilt with optimization off due to randomic segfaults with
+ other applications. Failure seems connected to C++ and raster data.
+ (closes: #489124)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 22 Jul 2008 10:30:00 +0200
+
gdal (1.5.2-2) unstable; urgency=low
* Updated build-deps:
Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules 2008-07-19 20:12:42 UTC (rev 1738)
+++ packages/gdal/trunk/debian/rules 2008-07-22 08:31:08 UTC (rev 1739)
@@ -28,7 +28,7 @@
dh_testdir
for V in $(PYVERS); do \
- PYTHON=/usr/bin/python$$V ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python$$V CFLAGS="-O0" CXXFLAGS="-O0" ./configure --prefix=/usr \
--mandir=\$$\{prefix\}/share/man \
--includedir=\$$\{prefix\}/include/gdal \
--with-threads \
More information about the Pkg-grass-devel
mailing list