]> andersk Git - nss_nonlocal.git/blob - debian/control.in
Allow old enough gcc in place of gcc-multilib, so it builds on etch.
[nss_nonlocal.git] / debian / control.in
1 Source: libnss-nonlocal
2 Section: debathena/libs
3 Priority: optional
4 Maintainer: Debathena Project <debathena@mit.edu>
5 Standards-Version: 3.7.2
6 Build-Depends: @cdbs@, gcc-multilib [amd64 i386] | gcc-4.1 (<< 4.1.2) [amd64 i386], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], lsb-release
7
8 Package: libnss-nonlocal
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Description: nsswitch proxy module to prevent local account spoofing
12  This nsswitch module acts as a proxy for other nsswitch modules like 
13  hesiod, but prevents non-local users from potentially gaining local 
14  privileges by spoofing local UIDs and GIDs.
15
16 Package: lib32nss-nonlocal
17 Architecture: amd64
18 Depends: ${shlibs:Depends}, ${misc:Depends}
19 Description: nsswitch proxy module to prevent local account spoofing (32-bit library)
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  This package contains a 32-bit version of the library for compatibility 
25  on 64-bit architectures.
26
27 Package: lib64nss-nonlocal
28 Architecture: i386
29 Depends: ${shlibs:Depends}, ${misc:Depends}
30 Description: nsswitch proxy module to prevent local account spoofing (64-bit library)
31  This nsswitch module acts as a proxy for other nsswitch modules like 
32  hesiod, but prevents non-local users from potentially gaining local 
33  privileges by spoofing local UIDs and GIDs.
34  .
35  This package contains a 64-bit version of the library for compatibility 
36  on 32-bit architectures.
This page took 0.088979 seconds and 5 git commands to generate.