Antonio Valentino pushed to branch master at Debian GIS Project / pygac
Commits: d9d34dae by Antonio Valentino at 2023-11-26T08:21:45+00:00 Move common package description to source - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,14 @@ pygac (1.7.2-2) UNRELEASED; urgency=medium + [ Bas Couwenberg ] * Team upload. * Remove generated files in clean target. * Switch to dh-sequence-*. + [ Antonio Valentino ] + * debian/packages: + - Move the common package description to source. + -- Bas Couwenberg <[email protected]> Sun, 13 Aug 2023 10:25:43 +0200 pygac (1.7.2-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -26,16 +26,6 @@ Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pygac Vcs-Git: https://salsa.debian.org/debian-gis-team/pygac.git Homepage: https://github.com/pytroll/pygac - -Package: python3-pygac -Architecture: any -Depends: python3-geotiepoints, - python3-h5py, - python3-packaging, - python3-pyorbital, - python3-scipy, - ${python3:Depends}, - ${misc:Depends} Description: Python package to read and calibrate NOAA AVHRR GAC data pygac reads NOAA AVHRR Global Area Coverage (GAC) data, and performs state of the art calibration and navigation. @@ -53,27 +43,25 @@ Description: Python package to read and calibrate NOAA AVHRR GAC data "DSS"], then the KLM reader from "gac_klm.py" file is invoked, otherwise the POD reader is invoked (gac_pod.py). +Package: python3-pygac +Architecture: any +Depends: python3-geotiepoints, + python3-h5py, + python3-packaging, + python3-pyorbital, + python3-scipy, + ${python3:Depends}, + ${misc:Depends} +Description: ${source:Synopsis} + ${source:Extended-Description} + Package: pygac-bin Architecture: all Section: utils Depends: python3-pygac, ${python3:Depends}, ${misc:Depends} -Description: Python package to read and calibrate NOAA AVHRR GAC data - scripts - pygac reads NOAA AVHRR Global Area Coverage (GAC) data, and performs - state of the art calibration and navigation. - . - It must be noted that pygac expects Level 1b file to contain normal - GAC header and data records, the format of which are mentioned in the - official NOAA POD and KLM Data User Guides. - The user should not prepend any other header (e.g. when downloading - GAC data from CLASS archive etc) to the L1b file. - In the first pre-processing step, pygac determines whether the GAC - data comes from the second (i.e. NOAA-14 and before) or the third - generation (NOAA-15 and onwards) AVHRR instrument by "pygac-run". - This is done by reading the first three bytes of the data set. - If they contain the any of the following values, ["CMS", "NSS", "UKM", - "DSS"], then the KLM reader from "gac_klm.py" file is invoked, - otherwise the POD reader is invoked (gac_pod.py). +Description: ${source:Synopsis} -- scripts + ${source:Extended-Description} . This package provides utilities and executable scripts. View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/commit/d9d34dae2fcbef8f48290bbc92efb6888de91ad4 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pygac/-/commit/d9d34dae2fcbef8f48290bbc92efb6888de91ad4 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
