source: trunk/debathena/debathena/libnss-nonlocal/debian/control.in @ 23880

Revision 23880, 1.5 KB checked in by andersk, 15 years ago (diff)
In libnss-nonlocal: * Also build a biarch lib32nss-nonlocal or lib64nss-nonlocal package.
Line 
1Source: libnss-nonlocal
2Section: debathena/libs
3Priority: optional
4Maintainer: Debathena Project <debathena@mit.edu>
5Standards-Version: 3.7.2
6Build-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
8Package: libnss-nonlocal
9Architecture: any
10Depends: ${shlibs:Depends}, ${misc:Depends}
11Description: 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
16Package: lib32nss-nonlocal
17Architecture: amd64
18Depends: ${shlibs:Depends}, ${misc:Depends}
19Description: 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
27Package: lib64nss-nonlocal
28Architecture: i386
29Depends: ${shlibs:Depends}, ${misc:Depends}
30Description: 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.
Note: See TracBrowser for help on using the repository browser.