[DebianGIS-dev] r2664 - packages/mapserver/trunk/debian

aboudreault-guest at alioth.debian.org aboudreault-guest at alioth.debian.org
Wed Jan 20 14:29:25 UTC 2010


Author: aboudreault-guest
Date: 2010-01-20 14:29:24 +0000 (Wed, 20 Jan 2010)
New Revision: 2664

Modified:
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/control
   packages/mapserver/trunk/debian/rules
Log:
Ruby191 transition

Modified: packages/mapserver/trunk/debian/changelog
===================================================================
--- packages/mapserver/trunk/debian/changelog	2010-01-20 10:59:25 UTC (rev 2663)
+++ packages/mapserver/trunk/debian/changelog	2010-01-20 14:29:24 UTC (rev 2664)
@@ -1,3 +1,10 @@
+mapserver (5.6.1-2) unstable; urgency=low
+
+  * Modified ruby mapscript package to use ruby 1.9.1 instead of 1.9.0.
+    (closes: #565831)
+	
+ -- Alan Boudreault <aboudreault at mapgears.com>  Wed, 20 Jan 2010 08:59:29 -0500
+
 mapserver (5.6.1-1) unstable; urgency=low
 
   * New upstream release, with a few important bug fixes.

Modified: packages/mapserver/trunk/debian/control
===================================================================
--- packages/mapserver/trunk/debian/control	2010-01-20 10:59:25 UTC (rev 2663)
+++ packages/mapserver/trunk/debian/control	2010-01-20 14:29:24 UTC (rev 2664)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 7), dpatch, libcurl4-gnutls-dev, libpng12-dev, zlib1g-dev (>= 1.1.4),
  libgd2-xpm-dev (>= 2.0.1-10), libfreetype6-dev (>= 2.0.9), libjpeg62-dev, libgdal1-dev (>=1.4.0), libproj-dev,
  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, 
+ ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev,
  sharutils, libsdl1.2-dev, libfreetype6-dev, libx11-dev,
  libfcgi-dev, libxml2-dev, libogdi3.2-dev, libxslt1-dev, libpam0g-dev, libreadline-dev, 
  libfribidi-dev, libming-dev
@@ -104,7 +104,7 @@
 Description: Ruby MapServer library
  Ruby MapScript provides MapServer functions for Ruby scripts.
 
-Package: libmapscript-ruby1.9
+Package: libmapscript-ruby1.9.1
 Section: ruby
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}

Modified: packages/mapserver/trunk/debian/rules
===================================================================
--- packages/mapserver/trunk/debian/rules	2010-01-20 10:59:25 UTC (rev 2663)
+++ packages/mapserver/trunk/debian/rules	2010-01-20 14:29:24 UTC (rev 2664)
@@ -14,7 +14,7 @@
 version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
 CURDIR := $(shell pwd)
 PYVERS=$(shell pyversions -r debian/control)
-RUBYVERS=1.8 1.9
+RUBYVERS=1.8 1.9.1
 PHP5API=$(shell php-config5 --phpapi)
 PHP5DIR=$(shell php-config5 --extension-dir)
 




More information about the Pkg-grass-devel mailing list