File: control

package info (click to toggle)
pnglite 0.1.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 136 kB
  • ctags: 157
  • sloc: ansic: 1,497; makefile: 11
file content (36 lines) | stat: -rw-r--r-- 1,417 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
Source: pnglite
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Jack Coulter <jscinoz@gmail.com>
Build-Depends: debhelper (>= 9), dh-exec, zlib1g-dev
Vcs-Git: https://anonscm.debian.org/git/pkg-games/pnglite.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/pnglite.git
Standards-Version: 3.9.8
Section: devel
Homepage: https://sourceforge.net/projects/pnglite/

Package: libpnglite0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lightweight C library for loading and writing PNG images
 It was created as a substitute for libpng in situations when libpng is more
 than enough. It currently requires zlib for inflate and crc checking and it
 can read the most common types of PNG images. The library has a small and
 simple to use interface.
 .
 This package provides the shared library.

Package: libpnglite-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpnglite0 (= ${binary:Version}), ${misc:Depends}
Description: lightweight C library for loading and writing PNG images
 It was created as a substitute for libpng in situations when libpng is more
 than enough. It currently requires zlib for inflate and crc checking and it
 can read the most common types of PNG images. The library has a small and
 simple to use interface.
 .
 This package provides the header file.