source: trunk/debathena/debathena/libnss-nonlocal/debian/control @ 26035

Revision 26035, 2.4 KB checked in by andersk, 11 years ago (diff)
In libnss-nonlocal: * New upstream release. - Support Automake 1.12. - Guard one-time initialization with memory barriers. - Make initgroups_dyn succeed when adding only magic groups. * Rewrite packaging with Debhelper 7. * Move magic user and group creation to separate libnss-nonlocal-common package. Full history: git://andersk.mit.edu/nss_nonlocal.git debian/2.1-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.9.4
8Build-Depends: debhelper (>= 7.0.50~),
9 autotools-dev, dh-autoreconf,
10 gcc-multilib [amd64 i386] | gcc-4.1 (<< 4.1.2) [amd64 i386],
11 libc6-dev-i386 [amd64], libc6-dev-amd64 [i386],
12 lsb-release
13
14Package: libnss-nonlocal
15Architecture: any
16Pre-Depends: ${misc:Pre-Depends}
17Depends: ${shlibs:Depends}, ${misc:Depends}
18Recommends: libnss-nonlocal-common
19Description: nsswitch proxy module to prevent local account spoofing
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
24Package: lib32nss-nonlocal
25Architecture: amd64
26Pre-Depends: ${misc:Pre-Depends}
27Depends: ${shlibs:Depends}, ${misc:Depends}
28Recommends: libnss-nonlocal-common
29Description: nsswitch proxy module to prevent local account spoofing (32-bit library)
30 This nsswitch module acts as a proxy for other nsswitch modules like
31 hesiod, but prevents non-local users from potentially gaining local
32 privileges by spoofing local UIDs and GIDs.
33 .
34 This package contains a 32-bit version of the library for compatibility
35 on 64-bit architectures.
36
37Package: lib64nss-nonlocal
38Architecture: i386
39Pre-Depends: ${misc:Pre-Depends}
40Depends: ${shlibs:Depends}, ${misc:Depends}
41Recommends: libnss-nonlocal-common
42Description: nsswitch proxy module to prevent local account spoofing (64-bit library)
43 This nsswitch module acts as a proxy for other nsswitch modules like
44 hesiod, but prevents non-local users from potentially gaining local
45 privileges by spoofing local UIDs and GIDs.
46 .
47 This package contains a 64-bit version of the library for compatibility
48 on 32-bit architectures.
49
50Package: libnss-nonlocal-common
51Architecture: all
52Pre-Depends: ${misc:Pre-Depends}, adduser
53Depends: ${misc:Depends}
54Description: nsswitch proxy module to prevent local account spoofing (common package)
55 This nsswitch module acts as a proxy for other nsswitch modules like
56 hesiod, but prevents non-local users from potentially gaining local
57 privileges by spoofing local UIDs and GIDs.
58 .
59 This package creates the system users and groups that have special
60 meanings to nss_nonlocal.
Note: See TracBrowser for help on using the repository browser.