Author: frankie
Date: 2008-03-18 16:00:41 +0000 (Tue, 18 Mar 2008)
New Revision: 1421

Modified:
   packages/mapserver/trunk/debian/AGG
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/control
   packages/mapserver/trunk/debian/rules
Log:
Adding FastCGI support


Modified: packages/mapserver/trunk/debian/AGG
===================================================================
--- packages/mapserver/trunk/debian/AGG 2008-03-18 15:43:12 UTC (rev 1420)
+++ packages/mapserver/trunk/debian/AGG 2008-03-18 16:00:41 UTC (rev 1421)
@@ -3,13 +3,15 @@
   Starting from this version Mapserver integrates the AGG 2.4 library. This 
functionally
   identical to the 2.5 already integrated in Debian but it has a BSD license 
which
   is compatible with the Mapserver one. 
+
   The library package is included as a uuencoded archive starting from the 2.4 
official
-  tarball with the following changes applied before creating the archive:
-   * Non DFSG-compliant code in GPC has been removed.
+  tarball with the following changes applied before creating the uue archive:
+   * Non DFSG-compliant code in GPC has been removed and its use disabled.
    * The autogen.sh script has been changed and launched in order to generate 
-     building scripts in maintainer mode for autotools once. You need to have
+     building scripts in maintainer mode for autotools just once. You need to 
have
      libsdl1.2-dev and all other build-deps installed before running it.
      This will avoid the whole autotools chain build-dep requirement
-     for mapserver.
+     for mapserver. It _could_ require a rebuild for new archs from time to 
time
+     whenever needed.
 
  -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Tue, 18 Mar 2008 12:33:39 
+0100

Modified: packages/mapserver/trunk/debian/changelog
===================================================================
--- packages/mapserver/trunk/debian/changelog   2008-03-18 15:43:12 UTC (rev 
1420)
+++ packages/mapserver/trunk/debian/changelog   2008-03-18 16:00:41 UTC (rev 
1421)
@@ -10,8 +10,10 @@
     (closes: #463888)
   * Policy bumped to 3.7.3 (no changes).
   * Added Vcs-* fields to debian/control.
+  * Added FastCGI support.
+    (closes: #468172)
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Tue, 18 Mar 2008 15:03:05 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Tue, 18 Mar 2008 16:57:36 
+0100
 
 mapserver (5.0.2-1) unstable; urgency=low
 

Modified: packages/mapserver/trunk/debian/control
===================================================================
--- packages/mapserver/trunk/debian/control     2008-03-18 15:43:12 UTC (rev 
1420)
+++ packages/mapserver/trunk/debian/control     2008-03-18 16:00:41 UTC (rev 
1421)
@@ -8,7 +8,8 @@
  libgd2-xpm-dev (>= 2.0.1-10), libfreetype6-dev (>= 2.0.9), libjpeg62-dev, 
libgdal1-dev (>=1.4.0), proj,
  libpq-dev, php5-dev, swig, python-all, python-all-dev, python-central (>= 
0.5), libgeos-dev (>= 2.2.3-2),
  ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev, 
- sharutils, libsdl1.2-dev, libfreetype6-dev, libx11-dev
+ sharutils, libsdl1.2-dev, libfreetype6-dev, libx11-dev,
+ libfcgi-dev
 Build-Depends-Indep: python-docutils
 Build-Conflicts: libcurl3-openssl-dev
 XS-Python-Version: all

Modified: packages/mapserver/trunk/debian/rules
===================================================================
--- packages/mapserver/trunk/debian/rules       2008-03-18 15:43:12 UTC (rev 
1420)
+++ packages/mapserver/trunk/debian/rules       2008-03-18 16:00:41 UTC (rev 
1421)
@@ -48,6 +48,7 @@
                --with-wfsclient \
                --with-threads \
                --with-geos \
+               --with-fastcgi \
                --with-agg=$(CURDIR)/.$(AGG)
 
 rstoptions=--stylesheet=mapscript.css --link-stylesheet 


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to