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