1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libnss-cache
Section: admin
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.16.1.1~),
time
Standards-Version: 4.5.1
Homepage: https://github.com/google/libnss-cache
Vcs-Browser: https://salsa.debian.org/debian/libnss-cache
Vcs-Git: https://salsa.debian.org/debian/libnss-cache.git
Package: libnss-cache
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: nsscache
Description: NSS module for using nsscache-generated files
This package provides a Name Service Switch module that uses .cache
files as a name service. This means providing user account
information, group ids, netgroups, and automounts.
|