Antonio Valentino pushed to branch master at Debian GIS Project / sarsen
Commits: 44b22cd2 by Antonio Valentino at 2023-11-26T08:32:56+00:00 Move common package description to source - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ sarsen (0.9.3+ds-3) UNRELEASED; urgency=medium + [ Bas Couwenberg ] * Team upload. * Skip test_Sentinel1SarProduct on 32bit architectures. * Bump Standards-Version to 4.6.2, no changes. @@ -7,6 +8,10 @@ sarsen (0.9.3+ds-3) UNRELEASED; urgency=medium * Remove generated files in clean target. * Switch to dh-sequence-*. + [ Antonio Valentino ] + * debian/control: + - Move the common package description to source. + -- Bas Couwenberg <[email protected]> Tue, 17 Jan 2023 06:45:57 +0100 sarsen (0.9.3+ds-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -27,11 +27,6 @@ Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/sarsen Vcs-Git: https://salsa.debian.org/debian-gis-team/sarsen.git Homepage: https://github.com/bopen/sarsen - -Package: python3-sarsen -Architecture: all -Depends: ${python3:Depends}, - ${misc:Depends} Description: Algorithms and utilities for Synthetic Aperture Radar (SAR) sensors Enables cloud-native SAR processing via Xarray and Dask. . @@ -57,36 +52,21 @@ Description: Algorithms and utilities for Synthetic Aperture Radar (SAR) sensors - efficient geometric terrain-correction for a full GRD - efficient radiometric terrain-correction for a full GRD. +Package: python3-sarsen +Architecture: all +Depends: ${python3:Depends}, + ${misc:Depends} +Description: ${source:Synopsis} + ${source:Extended-Description} + Package: sarsen Architecture: all Section: utils Depends: python3-sarsen (= ${source:Version}), ${python3:Depends}, ${misc:Depends} -Description: Algorithms and utilities for Synthetic Aperture Radar (SAR) sensors -- scripts - Enables cloud-native SAR processing via Xarray and Dask. - . - Sarsen is a Python library and command line tool with the following - functionalities: - . - * provides algorithms to terrain-correct satellite SAR data - - geometric terrain correction (geocoding) - * fast mode: to terrain-correct images - * accurate mode: for interferometric processing - - radiometric terrain correction (gamma flattening) - * accesses SAR data via xarray-sentinel: - - supports most Sentinel-1 data products as distributed by ESA: - * Sentinel-1 Single Look Complex (SLC) SM/IW/EW - * Sentinel-1 Ground Range Detected (GRD) SM/IW/EW - - reads uncompressed and compressed SAFE data products on the local - computer or on a network via fsspec - * accesses DEM data via rioxarray: - - reads local and remote data in virtually any raster format via - rasterio / GDAL - * supports larger-than-memory and distributed data access and processing - via Dask - - efficient geometric terrain-correction for a full GRD - - efficient radiometric terrain-correction for a full GRD. +Description: ${source:Synopsis} -- scripts + ${source:Extended-Description} . This package contain executable programs provided by the sarsen Python package. View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/44b22cd291929b7a847e3205ac28f046e21df982 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/44b22cd291929b7a847e3205ac28f046e21df982 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
