blob: cac8c9b3bbf3385363e2ac87751df13c30d42b74 (
plain)
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: libelf
Section: devel
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends: gettext, debhelper (>= 9)
Standards-Version: 3.9.3
Package: libelfg0
Architecture: any
Section: libs
Priority: required
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}
Description: ELF object file access library
Package: libelfg0-dev
Architecture: any
Section: libdevel
Priority: optional
Depends: libelfg0 (= ${binary:Version}), ${misc:Depends}
Conflicts: libelf-dev, libelf0-dev, libelf1-dev
Description: ELF object file access library (development files)
Package: lib32elfg0
Architecture: illumos-amd64
Section: libs
Priority: required
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ELF object file access library (32-bit version)
Package: lib32elfg0-dev
Architecture: illumos-amd64
Section: libdevel
Priority: optional
Depends: lib32elfg0 (= ${binary:Version}), libelfg0-dev (= ${binary:Version}), ${misc:Depends}
Description: ELF object file access library (32-bit development files)
|