]> andersk Git - nss_nonlocal.git/blob - debian/control.in
Add multiarch support for distros from the future
[nss_nonlocal.git] / debian / control.in
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.8.4
8 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
9
10 Package: libnss-nonlocal
11 Architecture: any
12 Pre-Depends: ${misc:Pre-Depends}
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: nsswitch proxy module to prevent local account spoofing
15  This nsswitch module acts as a proxy for other nsswitch modules like 
16  hesiod, but prevents non-local users from potentially gaining local 
17  privileges by spoofing local UIDs and GIDs.
18
19 Package: lib32nss-nonlocal
20 Architecture: amd64
21 Pre-Depends: ${misc:Pre-Depends}
22 Depends: ${shlibs:Depends}, ${misc:Depends}
23 Description: nsswitch proxy module to prevent local account spoofing (32-bit library)
24  This nsswitch module acts as a proxy for other nsswitch modules like 
25  hesiod, but prevents non-local users from potentially gaining local 
26  privileges by spoofing local UIDs and GIDs.
27  .
28  This package contains a 32-bit version of the library for compatibility 
29  on 64-bit architectures.
30
31 Package: lib64nss-nonlocal
32 Architecture: i386
33 Pre-Depends: ${misc:Pre-Depends}
34 Depends: ${shlibs:Depends}, ${misc:Depends}
35 Description: nsswitch proxy module to prevent local account spoofing (64-bit library)
36  This nsswitch module acts as a proxy for other nsswitch modules like 
37  hesiod, but prevents non-local users from potentially gaining local 
38  privileges by spoofing local UIDs and GIDs.
39  .
40  This package contains a 64-bit version of the library for compatibility 
41  on 32-bit architectures.
This page took 0.120072 seconds and 5 git commands to generate.