[gdal] 07/12: Move data files to architecture independent gdal-data package.

Bas Couwenberg sebastic at debian.org
Fri Apr 14 15:12:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.2
in repository gdal.

commit 140ab452687b2a6d92f3b760379fbbd81f80794a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 14 11:42:09 2017 +0200

    Move data files to architecture independent gdal-data package.
---
 debian/changelog         |  1 +
 debian/control           | 25 ++++++++++++++++++++++++-
 debian/gdal-data.install |  1 +
 debian/libgdal20.install |  1 -
 4 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8a168ce..0c2d11c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ gdal (2.2.0~beta1+dfsg-1) UNRELEASED; urgency=medium
   * New upstream beta release.
   * Update watch file for 2.2.0 (pre-)releases.
   * Drop patches applied upstream. Refresh remaining patches.
+  * Move data files to architecture independent gdal-data package.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 14 Apr 2017 11:25:30 +0200
 
diff --git a/debian/control b/debian/control
index 83daecb..d57ece0 100644
--- a/debian/control
+++ b/debian/control
@@ -66,7 +66,8 @@ X-Python3-Version: >= 3.2
 Package: libgdal20
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends},
+Depends: gdal-data (>= ${source:Version}),
+         ${shlibs:Depends},
          ${misc:Depends}
 Recommends: proj-bin
 Breaks: libgdal1h (<< 2.0)
@@ -204,6 +205,28 @@ Description: Geospatial Data Abstraction Library - Utility programs
  namely gdal_translate, gdalinfo, gdaladdo, gdalwarp, ogr2ogr, ogrinfo,
  ogrtindex.
 
+Package: gdal-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: Geospatial Data Abstraction Library - Data files
+ 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 the GDAL data files.
+
 Package: python-gdal
 Architecture: any
 Section: python
diff --git a/debian/gdal-data.install b/debian/gdal-data.install
new file mode 100644
index 0000000..aae84d5
--- /dev/null
+++ b/debian/gdal-data.install
@@ -0,0 +1 @@
+usr/share/gdal/2.2
diff --git a/debian/libgdal20.install b/debian/libgdal20.install
index d08f16b..803c482 100644
--- a/debian/libgdal20.install
+++ b/debian/libgdal20.install
@@ -1,2 +1 @@
 usr/lib/libgdal.so.*
-usr/share/gdal/2.2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git



More information about the Pkg-grass-devel mailing list