File: control

package info (click to toggle)
libigloo 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,968 kB
  • sloc: ansic: 5,476; sh: 4,996; makefile: 62
file content (39 lines) | stat: -rw-r--r-- 1,458 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
Source: libigloo
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Unit 193 <unit193@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), librhash-dev, pkgconf
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/multimedia-team/libigloo.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libigloo
Homepage: https://gitlab.xiph.org/xiph/icecast-libigloo

Package: libigloo0t64
Provides: ${t64:Provides}
Replaces: libigloo0
Breaks: libigloo0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generic C runtime framework to aid modern programming patterns
 libigloo is a generic framework for C development.
 .
 libigloo abstracts memory allocation, provides high level types (including
 support to define such types), and provides a library for common programming
 problems.

Package: libigloo-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libigloo0t64 (= ${binary:Version}), ${misc:Depends}
Description: runtime framework to aid modern programming patterns (development)
 libigloo is a generic framework for C development.
 .
 libigloo abstracts memory allocation, provides high level types (including
 support to define such types), and provides a library for common programming
 problems.
 .
 This package contains the development headers.