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 81 82
|
Source: libuser
Section: admin
Priority: optional
Maintainer: Boyuan Yang <byang@debian.org>
Build-Depends:
bison,
cpio,
debhelper-compat (= 13),
dh-sequence-python3,
groff,
gtk-doc-tools,
libglib2.0-dev,
libpam0g-dev,
libselinux-dev [linux-any],
libpopt-dev,
libpython3-dev,
linuxdoc-tools,
pkg-config,
python3,
Standards-Version: 4.6.2
Homepage: https://pagure.io/libuser/
Vcs-Git: https://salsa.debian.org/debian/libuser.git
Vcs-Browser: https://salsa.debian.org/debian/libuser
Package: libuser
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: user and group account administration library - utilities
The libuser library implements a standardized interface for manipulating
and administering user and group accounts. The library uses pluggable
back-ends to interface to its data sources.
.
Sample applications modeled after those included with the shadow password
suite are included: lchsh, lchfn, lid, lnewusers, lgroupadd, luseradd,
lgroupdel, luserdel, lusermod, lgroupmod, lchage and lpasswd.
Package: python3-libuser
Section: python
Architecture: any
Multi-Arch: same
Depends:
${python3:Depends},
${misc:Depends},
${shlibs:Depends},
Description: user and group account administration library - python3 bindings
The libuser library implements a standardized interface for manipulating
and administering user and group accounts. The library uses pluggable
back-ends to interface to its data sources.
.
This package contains the Python 3 bindings of the library.
Package: libuser1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Section: libs
Description: user and group account administration library - shared libraries
The libuser library implements a standardized interface for manipulating
and administering user and group accounts. The library uses pluggable
back-ends to interface to its data sources.
.
This package contains the shared library itself.
Package: libuser1-dev
Architecture: any
Multi-Arch: same
Depends:
libglib2.0-dev,
libuser1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Section: libdevel
Description: user and group account administration library - development files
The libuser library implements a standardized interface for manipulating
and administering user and group accounts. The library uses pluggable
back-ends to interface to its data sources.
.
This package contains the development headers and data.
|