File: control

package info (click to toggle)
libeconf 0.7.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,636 kB
  • sloc: ansic: 7,440; python: 1,204; cs: 651; sh: 214; xml: 182; makefile: 7
file content (71 lines) | stat: -rw-r--r-- 3,358 bytes parent folder | download | duplicates (2)
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
Source: libeconf
Priority: optional
Maintainer: Andreas Henriksson <andreas@fatal.se>
Build-Depends: debhelper-compat (= 13), meson, doxygen <!nodoc>
Standards-Version: 4.7.0
Section: libs
Homepage: https://github.com/openSUSE/libeconf
Vcs-Browser: https://salsa.debian.org/debian/libeconf
Vcs-Git: https://salsa.debian.org/debian/libeconf.git

Package: libeconf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libeconf0 (= ${binary:Version}), ${misc:Depends}
Description: parse and manage key=value configuration files - development files
 libeconf is a highly flexible and configureable library to parse and manage
 key=value configuration files. It reads configuration file snippets from
 different directories and builds the final configuration file for the
 application from it.
 .
 The first file is the vendor provided configuration file. There are two
 methods of overriding this vendor settings: copy the file from /usr/vendordir
 to /etc and modify the settings. Alternatively, a directory named
 file.suffix.d/ within /etc can be created, with drop-in files in the form
 name.suffix. This files contain only the changes of the specific settings the
 user is interested in. There can be several such drop-in files, they are
 processed in lexicographic order of their filename.
 .
 This package provides the development files needed at compile-time.

Package: libeconf0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parse and manage key=value configuration files
 libeconf is a highly flexible and configureable library to parse and manage
 key=value configuration files. It reads configuration file snippets from
 different directories and builds the final configuration file for the
 application from it.
 .
 The first file is the vendor provided configuration file. There are two
 methods of overriding this vendor settings: copy the file from /usr/vendordir
 to /etc and modify the settings. Alternatively, a directory named
 file.suffix.d/ within /etc can be created, with drop-in files in the form
 name.suffix. This files contain only the changes of the specific settings the
 user is interested in. There can be several such drop-in files, they are
 processed in lexicographic order of their filename.
 .
 This package provides the library files needed at runtime.

Package: libeconf-utils
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parse and manage key=value configuration files - command line utils
 libeconf is a highly flexible and configureable library to parse and manage
 key=value configuration files. It reads configuration file snippets from
 different directories and builds the final configuration file for the
 application from it.
 .
 The first file is the vendor provided configuration file. There are two
 methods of overriding this vendor settings: copy the file from /usr/vendordir
 to /etc and modify the settings. Alternatively, a directory named
 file.suffix.d/ within /etc can be created, with drop-in files in the form
 name.suffix. This files contain only the changes of the specific settings the
 user is interested in. There can be several such drop-in files, they are
 processed in lexicographic order of their filename.
 .
 This package provides command line utilities (econftool).