[DebianGIS-dev] r1744 - packages/mapserver/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Jul 22 13:13:00 UTC 2008
Author: frankie
Date: 2008-07-22 13:12:59 +0000 (Tue, 22 Jul 2008)
New Revision: 1744
Modified:
packages/mapserver/trunk/debian/changelog
packages/mapserver/trunk/debian/rules
Log:
Adding template
Modified: packages/mapserver/trunk/debian/changelog
===================================================================
--- packages/mapserver/trunk/debian/changelog 2008-07-22 12:44:42 UTC (rev 1743)
+++ packages/mapserver/trunk/debian/changelog 2008-07-22 13:12:59 UTC (rev 1744)
@@ -2,8 +2,9 @@
* Updated sv.po template.
(closes: #488704)
+ * Turning on again optimization, #487679 was due to GDAL oddity solved in 1.5.2-3.
- -- Francesco Paolo Lovergine <frankie at debian.org> Mon, 14 Jul 2008 15:56:37 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 15 Jul 2008 16:30:56 +0200
mapserver (5.0.3-2) unstable; urgency=high
Modified: packages/mapserver/trunk/debian/rules
===================================================================
--- packages/mapserver/trunk/debian/rules 2008-07-22 12:44:42 UTC (rev 1743)
+++ packages/mapserver/trunk/debian/rules 2008-07-22 13:12:59 UTC (rev 1744)
@@ -70,8 +70,7 @@
touch build-agg-stamp
-# Turning off optimization due to issue with gcc 4.3 (see #487679)
-MS_CFLAGS=-g -O0
+MS_CFLAGS=-g -O2
MS_CXXFLAGS=$(MS_CFLAGS)
configure-stamp: patch build-agg-stamp
More information about the Pkg-grass-devel
mailing list