[SCM] gdal branch, ubuntu/oneiric, updated. upstream/1.9.2-124-g5975b18

Jerome Villeneuve Larouche jlarouche at mapgears.com
Wed Jun 12 17:33:44 UTC 2013


The following commit has been merged in the ubuntu/oneiric branch:
commit 2620dadbae5fa4af5f7c62a21ffc28d6eb4bfcd6
Author: Jerome Villeneuve Larouche <jlarouche at mapgears.com>
Date:   Thu Nov 8 19:28:56 2012 +0000

    Added back python3-gdal

diff --git a/debian/changelog b/debian/changelog
index d2a3211..f3f7e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 gdal (1.9.2-2~oneiric6) oneiric; urgency=low
 
   * Launchpad build for Oneiric
-  * Removed Python3-gdal because of a bug
   * Changed ruby dependency to ruby1.8
 
  -- Jerome Villeneuve Larouche <jlarouche at mapgears.com>  Thu, 08 Nov 2012 14:01:29 +0000
diff --git a/debian/control b/debian/control
index 51e44ef..8e2cb73 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8), zlib1g-dev, libnetcdf-dev (>= 1:4.0.0),
  libjasper-dev, libpng12-dev, libjpeg-dev, libgif-dev,
  libhdf4-alt-dev, libhdf5-serial-dev (>= 1.6.6), libpq-dev, libxerces-c2-dev, unixodbc-dev (>= 2.2.11),
  python-numpy, doxygen, d-shlibs, libgeos-dev, libmysqlclient-dev, python-all-dev (>= 2.6.6-3~), 
- libcurl4-gnutls-dev, libsqlite3-dev, 
+ libcurl4-gnutls-dev, libsqlite3-dev, python3-all-dev,
  ruby1.8, ruby1.8-dev, chrpath, swig, patch, libexpat1-dev, libproj-dev,
  libdap-dev, libxml2-dev, libspatialite-dev (>= 2.4.0~rc2-4), libepsilon-dev (>= 0.9.1),
  libpoppler-dev, liblzma-dev, libopenjpeg-dev, libarmadillo-dev, libfreexl-dev (>= 1.0.0),
@@ -179,6 +179,33 @@ Description: Python bindings to the Geospatial Data Abstraction Library
  This package contains Python bindings for GDAL/OGR library and
  a set of additional command line tools.
 
+Package: python3-gdal
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends}, ${python3:Depends}, python3-numpy, ${misc:Depends}
+Provides: ${python3:Provides}
+Homepage: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython
+XB-Python-Version: ${python3:Versions}
+Description: Python 3 bindings to the Geospatial Data Abstraction Library
+ GDAL is a translator library for raster geospatial data formats.
+ As a library, it presents a single abstract data model to the
+ calling application for all supported formats. The related OGR
+ library (which lives within the GDAL source tree) provides
+ a similar capability for simple features vector data.
+ .
+ GDAL supports 40+ popular data formats, including commonly used
+ ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
+ GIS and remote sensing software packages (ERDAS Imagine,
+ ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
+ sensing and scientific data distribution formats such as HDF,
+ EOS FAST, NOAA L1B, NetCDF, FITS.
+ .
+ OGR library supports popular vector formats like ESRI Shapefile,
+ TIGER data, S57, MapInfo File, DGN, GML and more.
+ .
+ This package contains Python 3 bindings for GDAL/OGR library and
+ a set of additional command line tools.
+
 Package: libgdal-perl
 Section: perl
 Architecture: any

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list