[SCM] mapserver branch, ubuntu/quantal, updated. upstream/6.2.0-51-g115073c

Jerome Villeneuve Larouche jlarouche at mapgears.com
Wed Jun 12 17:53:14 UTC 2013


The following commit has been merged in the ubuntu/quantal branch:
commit 32b5ca1665bbc91398125d03f1cca7db58041538
Author: Jerome Villeneuve Larouche <jlarouche at mapgears.com>
Date:   Thu Feb 7 13:50:17 2013 +0000

    Added SVG support

diff --git a/debian/changelog b/debian/changelog
index 14f5b3d..a3c92ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapserver (6.2.0-3~quantal4) quantal; urgency=high
+
+  * Added SVG support
+
+ -- Jerome Villeneuve Larouche <jlarouche at mapgears.com>  Thu, 07 Feb 2013 08:34:46 -0500
+
 mapserver (6.2.0-3~quantal3) quantal; urgency=high
 
   * Updated control to use proj >=4.8.0
diff --git a/debian/control b/debian/control
index ea7012d..3cdec42 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8), libcurl4-gnutls-dev, libpng-dev, zlib1g-dev (>=
  ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev,
  sharutils, libsdl1.2-dev, libfreetype6-dev, chrpath,
  libfcgi-dev, libxml2-dev, libogdi3.2-dev, libxslt1-dev, libpam0g-dev, libreadline-dev, 
- libfribidi-dev, libming-dev, libedit-dev, libepsilon-dev, libcairo2-dev, g++-4.6
+ libfribidi-dev, libming-dev, libedit-dev, libepsilon-dev, libcairo2-dev, g++-4.6, libsvg-cairo
 Build-Conflicts: libcurl3-openssl-dev
 Homepage: http://www.mapserver.org
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/mapserver.git
diff --git a/debian/rules b/debian/rules
index 3644e6f..f35bd6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,8 @@ COMMON_CONFIG=	--prefix=/usr \
 		--with-fastcgi \
 		--with-agg \
 		--with-php \
-		--with-cairo
+		--with-cairo \
+		--with-libsvg-cairo
 
 rstoptions=--stylesheet=mapscript.css --link-stylesheet 
 

-- 
Mapserver



More information about the Pkg-grass-devel mailing list