File: control

package info (click to toggle)
libnih 1.0.3-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,824 kB
  • sloc: ansic: 188,730; sh: 11,217; makefile: 1,117; yacc: 291; xml: 239; sed: 16
file content (80 lines) | stat: -rw-r--r-- 2,693 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Source: libnih
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0
Build-Depends: dbus (>= 1.4),
               debhelper-compat (= 11),
               dh-exec,
               libdbus-1-dev (>= 1.4),
               libexpat1-dev (>= 2.0.0),
               pkg-config (>= 0.22)
Vcs-Git: https://salsa.debian.org/debian/libnih.git
Vcs-Browser: https://salsa.debian.org/debian/libnih
Homepage: https://launchpad.net/libnih
Rules-Requires-Root: no

Package: libnih1
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: NIH Utility Library
 libnih is a light-weight "standard library" of C functions to ease the
 development of other libraries and applications, especially those
 normally found in /lib.
 .
 This package contains the shared library.

Package: libnih-dev
Section: libdevel
Architecture: linux-any
Depends: libnih1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: NIH Utility Library (development files)
 libnih is a light-weight "standard library" of C functions to ease the
 development of other libraries and applications, especially those
 normally found in /lib.
 .
 This package contains the static library and C header files which are
 needed for developing software using libnih.

Package: libnih-dbus1
Architecture: linux-any
Depends: libnih1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: NIH D-Bus Bindings Library
 libnih-dbus is a D-Bus bindings library that integrates with the main
 loop provided by libnih.
 .
 This package contains the shared library.

Package: libnih-dbus-dev
Section: libdevel
Architecture: linux-any
Depends: libnih-dbus1 (= ${binary:Version}),
         libnih-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: nih-dbus-tool (= ${binary:Version})
Description: NIH D-Bus Bindings Library (development files)
 libnih-dbus is a D-Bus bindings library that integrates with the main
 loop provided by libnih.
 .
 This package contains the static library and C header files which are
 needed for developing software using libnih-dbus.

Package: nih-dbus-tool
Section: devel
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: libnih-dbus-dev (= ${binary:Version})
Description: NIH D-Bus Binding Tool
 nih-dbus-tool generates C source code from the D-Bus Introspection XML
 data provided by most services; either to make implementing the
 described objects in C programs or to make proxying to the described
 remote objects easier.
 .
 The generated code requires libnih-dbus-dev to be compiled.