glymur 0.8.18+ds-1 source package in Ubuntu

Changelog

glymur (0.8.18+ds-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Repack upstream tarball to exclude .egg-info directory.
  * Bump Standards-Version to 4.4.0, no changes.

  [ Antonio Valentino ]
  * Bump debhelper from old 11 to 12.
  * Use debhelper-compat instead of debian/compat.
  * Remove obsolete fields Name from debian/upstream/metadata.

 -- Antonio Valentino <email address hidden>  Tue, 03 Sep 2019 05:37:57 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
glymur_0.8.18+ds-1.dsc 2.1 KiB d7aebcb4ed687488ca1ee117ce0fde34ecbec285d2168887c776f7dcd6f04492
glymur_0.8.18+ds.orig.tar.xz 3.2 MiB ccda607333d27bdca17f4186be1ca85d761adab447a8d75d22ca9d9df046fa2d
glymur_0.8.18+ds-1.debian.tar.xz 3.7 KiB 056be138843bc54cc3f942b7d8711e0d2679ca3bba6feffa3eff39f949b60430

Available diffs

No changes file available.

Binary packages built by this source

glymur-bin: 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.
 .
 This package provides utilities and executable scripts.

python3-glymur: 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.
 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.