File: control

package info (click to toggle)
account-utils 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 836 kB
  • sloc: ansic: 8,789; xml: 1,584; sh: 77; makefile: 10
file content (64 lines) | stat: -rw-r--r-- 2,474 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
Source: account-utils
Section: admin
Maintainer: Luca Boccassi <bluca@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-package-notes,
               docbook5-xml <!nodoc>,
               docbook-xsl-ns <!nodoc>,
               libaudit-dev,
               libcap-dev,
               libcrypt-dev (>= 4.4.27~),
               libeconf-dev (>= 0.7.5~),
               libpam0g-dev,
               libselinux-dev,
               libsystemd-dev (>= 257~),
               meson (>= 0.61.0~),
               pkgconf,
               xsltproc <!nodoc>,
Standards-Version: 4.7.3
Homepage: https://github.com/thkukuk/account-utils
Vcs-Git: https://salsa.debian.org/debian/account-utils.git
Vcs-Browser: https://salsa.debian.org/debian/account-utils

Package: account-utils
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: user management and authentication - system services and PAM
 The account-utils package contains the utilities and services to do user
 management and authentication without the need for setuid/setgid binaries.
 .
 This package contains the pwaccess socket-activated system services and
 PAM modules.

Package: account-utils-passwd
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}, account-utils (= ${binary:Version}),
Description: user management and authentication - utilities
 The account-utils package contains the utilities and services to do user
 management and authentication without the need for setuid/setgid binaries.
 .
 This package contains command line utilities compatible with passwd's tools.

Package: libpwaccess0
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: user management and authentication - shared library
 The account-utils package contains the utilities and services to do user
 management and authentication without the need for setuid/setgid binaries.
 .
 This package contains the libpwaccess shared library.

Package: libpwaccess-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: libpwaccess0 (= ${binary:Version}), ${misc:Depends},
Description: user management and authentication - development files
 The account-utils package contains the utilities and services to do user
 management and authentication without the need for setuid/setgid binaries.
 .
 This package contains the files needed for developing applications that use
 libpwaccess.