]> andersk Git - nss_nonlocal.git/blame - debian/control
Move user and group creation to separate libnss-nonlocal-common package
[nss_nonlocal.git] / debian / control
CommitLineData
e9dcc028 1Source: libnss-nonlocal
303a9413 2Section: debathena/libs
e9dcc028 3Priority: optional
9c973dfe 4Maintainer: Anders Kaseorg <andersk@mit.edu>
29059b4a
AK
5Vcs-Git: git://andersk.mit.edu/nss_nonlocal.git
6Vcs-Browser: http://andersk.mit.edu/gitweb/nss_nonlocal.git
61375334
AK
7Standards-Version: 3.9.4
8Build-Depends: debhelper (>= 7.0.50~),
9 autotools-dev, dh-autoreconf,
10 gcc-multilib [amd64 i386] | gcc-4.1 (<< 4.1.2) [amd64 i386],
11 libc6-dev-i386 [amd64], libc6-dev-amd64 [i386],
12 lsb-release
e9dcc028
AK
13
14Package: libnss-nonlocal
15Architecture: any
eb5a0437 16Pre-Depends: ${misc:Pre-Depends}
e9dcc028 17Depends: ${shlibs:Depends}, ${misc:Depends}
eb5a0437 18Recommends: libnss-nonlocal-common
e9dcc028
AK
19Description: nsswitch proxy module to prevent local account spoofing
20 This nsswitch module acts as a proxy for other nsswitch modules like
21 hesiod, but prevents non-local users from potentially gaining local
22 privileges by spoofing local UIDs and GIDs.
5f228bb5
AK
23
24Package: lib32nss-nonlocal
25Architecture: amd64
eb5a0437 26Pre-Depends: ${misc:Pre-Depends}
5f228bb5 27Depends: ${shlibs:Depends}, ${misc:Depends}
eb5a0437 28Recommends: libnss-nonlocal-common
5f228bb5
AK
29Description: nsswitch proxy module to prevent local account spoofing (32-bit library)
30 This nsswitch module acts as a proxy for other nsswitch modules like
31 hesiod, but prevents non-local users from potentially gaining local
32 privileges by spoofing local UIDs and GIDs.
33 .
34 This package contains a 32-bit version of the library for compatibility
35 on 64-bit architectures.
36
37Package: lib64nss-nonlocal
38Architecture: i386
eb5a0437 39Pre-Depends: ${misc:Pre-Depends}
5f228bb5 40Depends: ${shlibs:Depends}, ${misc:Depends}
eb5a0437 41Recommends: libnss-nonlocal-common
5f228bb5
AK
42Description: nsswitch proxy module to prevent local account spoofing (64-bit library)
43 This nsswitch module acts as a proxy for other nsswitch modules like
44 hesiod, but prevents non-local users from potentially gaining local
45 privileges by spoofing local UIDs and GIDs.
46 .
47 This package contains a 64-bit version of the library for compatibility
48 on 32-bit architectures.
eb5a0437
AK
49
50Package: libnss-nonlocal-common
51Architecture: all
52Pre-Depends: ${misc:Pre-Depends}, adduser
53Depends: ${misc:Depends}
54Description: nsswitch proxy module to prevent local account spoofing (common package)
55 This nsswitch module acts as a proxy for other nsswitch modules like
56 hesiod, but prevents non-local users from potentially gaining local
57 privileges by spoofing local UIDs and GIDs.
58 .
59 This package creates the system users and groups that have special
60 meanings to nss_nonlocal.
This page took 0.087094 seconds and 5 git commands to generate.