[SCM] gdal branch, wheezy, updated. upstream/1.8.1-111-g5190445
Francesco Paolo Lovergine
frankie at debian.org
Fri Mar 29 12:54:44 UTC 2013
The following commit has been merged in the wheezy branch:
commit 5190445757d220690126b01b2d955588c5f3b8d1
Merge: c09e170ea975d6787e5ecb438134034833160675 d1ddee88eeedac0f87e3fc4ea117a138fbb43af6
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Tue Jun 19 17:45:32 2012 +0200
Merge branch 'wheezy' of ssh://git.debian.org/git/pkg-grass/gdal into wheezy
Conflicts:
debian/changelog
debian/control
diff --combined debian/changelog
index 28a3b2f,e2603ab..dbb0513
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,8 +1,12 @@@
-gdal (1.9.0-3) UNRELEASED; urgency=low
+gdal (1.9.0-3) unstable; urgency=low
+ * Now b-depending on Ruby 1.8 explicitly.
+ (closes: #675972)
+ * Now b-depending on poppler-private package.
+ (closes: #672405)
+ * New package for Python 3 bindings
- -- Antonio Valentino <antonio.valentino at tiscali.it> Wed, 30 May 2012 19:15:21 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 05 Jun 2012 14:27:39 +0200
gdal (1.9.0-2) unstable; urgency=low
diff --combined debian/control
index 57c2165,22b2a33..9cb878e
--- a/debian/control
+++ b/debian/control
@@@ -6,15 -6,17 +6,17 @@@ Uploaders: Francesco Paolo Lovergine <f
Build-Depends: debhelper (>= 8), zlib1g-dev, libnetcdf-dev (>= 1:4.0.0),
libjasper-dev, libpng-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~),
+ python-numpy, doxygen, d-shlibs, libgeos-dev, libmysqlclient-dev, python-all-dev (>= 2.6.6-3~),
libcurl4-gnutls-dev, libsqlite3-dev, libogdi3.2-dev,
- ruby, ruby1.8-dev, chrpath, swig, patch, libexpat1-dev, libproj-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-private-dev, liblzma-dev, libopenjpeg-dev, libarmadillo-dev, libfreexl-dev (>= 1.0.0),
- libkml-dev, liburiparser-dev
+ libpoppler-dev, liblzma-dev, libopenjpeg-dev, libarmadillo-dev, libfreexl-dev (>= 1.0.0),
+ libkml-dev, liburiparser-dev,
+ python3-all-dev, python3-numpy
Build-Conflicts: python-setuptools
Standards-Version: 3.9.3
XS-Python-Version: all
+ X-Python3-Version: >= 3.2
Homepage: http://www.gdal.org/
Vcs-Browser: http://git.debian.org/?p=pkg-grass/gdal.git
Vcs-Git: git://git.debian.org/git/pkg-grass/gdal.git
@@@ -103,7 -105,7 +105,7 @@@ Package: libgdal-do
Section: doc
Architecture: all
Suggests: libgdal1
- Depends: ${misc:Depends}
+ Depends: ${misc:Depends}
Homepage: http://www.gdal.org/#index_userdocs
Description: Documentation for the Geospatial Data Abstraction Library
GDAL is a translator library for raster geospatial data formats.
@@@ -178,6 -180,33 +180,33 @@@ Description: Python bindings to the Geo
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