]> andersk Git - nss_nonlocal.git/blob - debian/control
Move user and group creation to separate libnss-nonlocal-common package
[nss_nonlocal.git] / debian / control
1 Source: libnss-nonlocal
2 Section: debathena/libs
3 Priority: optional
4 Maintainer: Anders Kaseorg <andersk@mit.edu>
5 Vcs-Git: git://andersk.mit.edu/nss_nonlocal.git
6 Vcs-Browser: http://andersk.mit.edu/gitweb/nss_nonlocal.git
7 Standards-Version: 3.9.4
8 Build-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
13
14 Package: libnss-nonlocal
15 Architecture: any
16 Pre-Depends: ${misc:Pre-Depends}
17 Depends: ${shlibs:Depends}, ${misc:Depends}
18 Recommends: libnss-nonlocal-common
19 Description: 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.
23
24 Package: lib32nss-nonlocal
25 Architecture: amd64
26 Pre-Depends: ${misc:Pre-Depends}
27 Depends: ${shlibs:Depends}, ${misc:Depends}
28 Recommends: libnss-nonlocal-common
29 Description: 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
37 Package: lib64nss-nonlocal
38 Architecture: i386
39 Pre-Depends: ${misc:Pre-Depends}
40 Depends: ${shlibs:Depends}, ${misc:Depends}
41 Recommends: libnss-nonlocal-common
42 Description: 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.
49
50 Package: libnss-nonlocal-common
51 Architecture: all
52 Pre-Depends: ${misc:Pre-Depends}, adduser
53 Depends: ${misc:Depends}
54 Description: 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.312323 seconds and 5 git commands to generate.