[DebianGIS-dev] r2834 - packages/gdal/branches/1.7/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Apr 19 16:20:17 UTC 2010


Author: frankie
Date: 2010-04-19 16:20:16 +0000 (Mon, 19 Apr 2010)
New Revision: 2834

Modified:
   packages/gdal/branches/1.7/debian/changelog
   packages/gdal/branches/1.7/debian/control
   packages/gdal/branches/1.7/debian/rules
Log:
Enabling new supports.


Modified: packages/gdal/branches/1.7/debian/changelog
===================================================================
--- packages/gdal/branches/1.7/debian/changelog	2010-04-19 14:39:14 UTC (rev 2833)
+++ packages/gdal/branches/1.7/debian/changelog	2010-04-19 16:20:16 UTC (rev 2834)
@@ -1,13 +1,17 @@
-gdal (1.7.1-1) unstable; urgency=low
+gdal (1.7.1-1) experimental; urgency=low
 
-  * NOT RELEASED.
+  [ Alan Boudreault ]
   * New upstream release.
   * Patches updated for 1.7.0.
   * Removed patches, applied upstream: cpl_dll.	
   * Removed pre 1.3.38 swig patch (ogr.py.diff).
 
- -- Alan Boudreault <aboudreault at mapgears.com>  Thu, 18 Feb 2010 10:55:22 -0500
+  [ Francesco Paolo Lovergine ]
+  * Now build-dep on netcdf 4 to allow deep testing.
+  * Policy bumped to 3.8.4 without changes. 
 
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 19 Apr 2010 18:11:49 +0200
+
 gdal (1.6.3-3) unstable; urgency=low
 
   * Fixed previous dirty workaroud debian/rules for working Doxygen versions.

Modified: packages/gdal/branches/1.7/debian/control
===================================================================
--- packages/gdal/branches/1.7/debian/control	2010-04-19 14:39:14 UTC (rev 2833)
+++ packages/gdal/branches/1.7/debian/control	2010-04-19 16:20:16 UTC (rev 2834)
@@ -3,13 +3,14 @@
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 7), zlib1g-dev, libnetcdf-dev,
+Build-Depends: debhelper (>= 7), zlib1g-dev, libnetcdf-dev (>= 1:4.0.0),
  libjasper-dev, libpng12-dev, libjpeg62-dev, libgif-dev,
  libhdf4-alt-dev, libhdf5-serial-dev (>=1.6.6), libpq-dev, libxerces-c2-dev, unixodbc-dev (>= 2.2.11),
  python-dev, python-numpy, doxygen, d-shlibs, libgeos-dev, dpatch, libmysqlclient-dev, python-all-dev (>= 2.3.5-11~), 
  python-central (>= 0.5), libcurl4-gnutls-dev, libsqlite3-dev, libogdi3.2-dev,
- ruby, ruby1.8-dev, chrpath, swig, libtool (>= 1.5.24-2), patch, libexpat1-dev, libproj-dev
-Standards-Version: 3.8.3
+ ruby, ruby1.8-dev, chrpath, swig, libtool (>= 1.5.24-2), patch, libexpat1-dev, libproj-dev,
+ libdap-dev
+Standards-Version: 3.8.4
 XS-Python-Version: all
 Homepage: http://www.gdal.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gdal/trunk

Modified: packages/gdal/branches/1.7/debian/rules
===================================================================
--- packages/gdal/branches/1.7/debian/rules	2010-04-19 14:39:14 UTC (rev 2833)
+++ packages/gdal/branches/1.7/debian/rules	2010-04-19 16:20:16 UTC (rev 2834)
@@ -83,6 +83,7 @@
 			--with-ruby \
 			--with-python \
 			--with-odbc \
+			--with-dods=/usr \
 			--with-cfitsio=no; \
 		mv GDALmake.opt GDALmake.opt-$$V; \
 	done




More information about the Pkg-grass-devel mailing list