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

Revision 25083, 1.7 KB checked in by andersk, 13 years ago (diff)
In nss_nonlocal: * New upstream release. - Fix errno saving and restoring. - Document nss-nonlocal-users and nss-local-users groups in README. - Allow local whitelisting of nonlocal user and group memberships, using the magic local ‘nss-nonlocal-users’ user and group. * Create magic ‘nss-nonlocal-users’ user. * Remove obsolete exclusion of glibc-private dependency. * Use automake 1.10 and autoconf 2.61. * Add multiarch support for distros from the future. * Disable dh_buildinfo, which currently fails at multiarch. Full history: git://andersk.mit.edu/nss_nonlocal.git debian/2.0-0debathena1
Line 
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.
Note: See TracBrowser for help on using the repository browser.