Antonio Valentino pushed to branch master at Debian GIS Project / pyepr
Commits: 1def2f5a by Antonio Valentino at 2023-11-26T08:20:02+00:00 Move common package description to source - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyepr (1.1.5-2) UNRELEASED; urgency=medium + + * debian/control: + - Move the common package description to source. + + -- Antonio Valentino <[email protected]> Sun, 26 Nov 2023 08:19:30 +0000 + pyepr (1.1.5-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -26,15 +26,7 @@ Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyepr Vcs-Git: https://salsa.debian.org/debian-gis-team/pyepr.git Homepage: https://avalentino.github.io/pyepr - -Package: python3-epr -Architecture: any -Multi-Arch: same -Depends: ${python3:Depends}, - ${shlibs:Depends}, - ${misc:Depends} -Suggests: python-epr-doc -Description: Python ENVISAT Product Reader API (Python 3) +Description: Python ENVISAT Product Reader API PyEPR provides Python bindings for the ENVISAT Product Reader C API (EPR API) for reading satellite data from ENVISAT ESA (European Space Agency) mission. @@ -44,8 +36,16 @@ Description: Python ENVISAT Product Reader API (Python 3) to the data either on a geophysical (decoded, ready-to-use pixel samples) or on a raw data layer. The raw data access makes it possible to read any data field contained in a product file. - . - This package contains pyepr for Python 3. + +Package: python3-epr +Architecture: any +Multi-Arch: same +Depends: ${python3:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Suggests: python-epr-doc +Description: ${source:Synopsis} + ${source:Extended-Description} Package: python-epr-doc Architecture: all @@ -54,15 +54,7 @@ Multi-Arch: foreign Depends: ${sphinxdoc:Depends}, ${misc:Depends} Suggests: www-browser -Description: Python ENVISAT Product Reader API (common documentation) - PyEPR provides Python bindings for the ENVISAT Product Reader C API - (EPR API) for reading satellite data from ENVISAT ESA (European Space - Agency) mission. - . - PyEPR, as well as the EPR API for C, supports ENVISAT MERIS, AATSR - Level 1B and Level 2 and also ASAR data products. It provides access - to the data either on a geophysical (decoded, ready-to-use pixel - samples) or on a raw data layer. The raw data access makes it possible - to read any data field contained in a product file. +Description: ${source:Synopsis} -- documentation + ${source:Extended-Description} . This is the common documentation package. View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/-/commit/1def2f5aaabd249cfbac495fa2ade7711a7867a8 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/-/commit/1def2f5aaabd249cfbac495fa2ade7711a7867a8 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
