File: control

package info (click to toggle)
lerc 4.0.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,000 kB
  • sloc: cpp: 9,022; python: 656; makefile: 33
file content (59 lines) | stat: -rw-r--r-- 1,888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: lerc
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: libs
Priority: optional
Testsuite: autopkgtest-pkg-pybuild
Build-Depends: architecture-is-little-endian,
               cmake,
               debhelper-compat (= 13),
               dh-sequence-pkgkde-symbolshelper,
               pkg-kde-tools,
               python3-numpy <!nocheck>
Build-Depends-Indep: dh-sequence-numpy3,
                     dh-sequence-python3,
                     python3-all,
                     python3-numpy,
                     python3-setuptools
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/lerc
Vcs-Git: https://salsa.debian.org/debian-gis-team/lerc.git
Homepage: https://github.com/Esri/lerc
Rules-Requires-Root: no
Description: Limited Error Raster Compression library
 LERC is an open-source image or raster format which
 supports rapid encoding and decoding for any pixel
 type (not just RGB or Byte). Users set the maximum
 compression error per pixel while encoding, so the
 precision of the original input image is preserved
 (within user defined error bounds).

Package: liblerc4
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: liblerc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: liblerc4 (= ${binary:Version}),
         ${misc:Depends}
Description: ${source:Synopsis} (Development files)
 ${source:Extended-Description}
 .
 This is a development package of LERC.

Package: python3-lerc
Architecture: all
Section: python
Depends: liblerc4,
         ${python3:Depends},
         ${misc:Depends}
Description: Python 3 bindings to the ${source:Synopsis}
 ${source:Extended-Description}
 .
 This is a Python package of LERC.