]> andersk Git - nss_nonlocal.git/blame_incremental - debian/control.in
Add multiarch support for distros from the future
[nss_nonlocal.git] / debian / control.in
... / ...
CommitLineData
1Source: libnss-nonlocal
2Section: debathena/libs
3Priority: optional
4Maintainer: Anders Kaseorg <andersk@mit.edu>
5Vcs-Git: git://andersk.mit.edu/nss_nonlocal.git
6Vcs-Browser: http://andersk.mit.edu/gitweb/nss_nonlocal.git
7Standards-Version: 3.8.4
8Build-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
10Package: libnss-nonlocal
11Architecture: any
12Pre-Depends: ${misc:Pre-Depends}
13Depends: ${shlibs:Depends}, ${misc:Depends}
14Description: 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
19Package: lib32nss-nonlocal
20Architecture: amd64
21Pre-Depends: ${misc:Pre-Depends}
22Depends: ${shlibs:Depends}, ${misc:Depends}
23Description: 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
31Package: lib64nss-nonlocal
32Architecture: i386
33Pre-Depends: ${misc:Pre-Depends}
34Depends: ${shlibs:Depends}, ${misc:Depends}
35Description: 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.029061 seconds and 5 git commands to generate.