Antonio Valentino pushed to branch master at Debian GIS Project / glymur
Commits: 65a6fb87 by Antonio Valentino at 2023-11-26T08:16:55+00:00 Move common package description to source - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,14 @@ glymur (0.12.8-2) UNRELEASED; urgency=medium + [ Bas Couwenberg ] * Team upload. * Remove generated files in clean target. * Switch to dh-sequence-*. + [ Antonio Valentino ] + * debian/control: + - Move the common package escription to source. + -- Bas Couwenberg <[email protected]> Sat, 12 Aug 2023 11:53:03 +0200 glymur (0.12.8-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -24,15 +24,6 @@ Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/glymur Vcs-Git: https://salsa.debian.org/debian-gis-team/glymur.git Homepage: https://github.com/quintusdias/glymur - -Package: python3-glymur -Architecture: all -Depends: libopenjp2-7, - python3-numpy, - python3-packaging, - ${python3:Depends}, - ${misc:Depends} -Recommends: python3-lxml Description: Python tools for accessing JPEG2000 files Glymur is an interface to the OpenJPEG library which allows one to read and write JPEG 2000 files from Python. @@ -51,28 +42,24 @@ Description: Python tools for accessing JPEG2000 files but can fall back upon the standard library’s ElementTree if lxml is not available. +Package: python3-glymur +Architecture: all +Depends: libopenjp2-7, + python3-numpy, + python3-packaging, + ${python3:Depends}, + ${misc:Depends} +Recommends: python3-lxml +Description: ${source:Synopsis} + ${source:Extended-Description} + Package: glymur-bin Architecture: all Section: utils Depends: python3-glymur (= ${source:Version}), ${python3:Depends}, ${misc:Depends} -Description: Python tools for accessing JPEG2000 files - scripts - Glymur is an interface to the OpenJPEG library which allows one to - read and write JPEG 2000 files from Python. - Glymur supports both reading and writing of JPEG 2000 images, - but writing JPEG 2000 images is currently limited to images that - can fit in memory. - Glymur can read images using OpenJPEG library versions as far back - as 1.3, but it is strongly recommended to use at least version 2.1.2. - . - In regards to metadata, most JP2 boxes are properly interpreted. - Certain optional JP2 boxes can also be written, including XML boxes - and XMP UUIDs. - There is incomplete support for reading JPX metadata. - . - Glymur will look to use lxml when processing boxes with XML content, - but can fall back upon the standard library’s ElementTree if lxml - is not available. +Description: ${source:Synopsis}i -- scripts + ${source:Extended-Description} . This package provides utilities and executable scripts. View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/-/commit/65a6fb876baedbd34450accd3aa16ed9d0554bf4 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/-/commit/65a6fb876baedbd34450accd3aa16ed9d0554bf4 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
