]> andersk Git - nss_nonlocal.git/blame - debian/control
Rewrite packaging with Debhelper 7
[nss_nonlocal.git] / debian / control
CommitLineData
e9dcc028 1Source: libnss-nonlocal
303a9413 2Section: debathena/libs
e9dcc028 3Priority: optional
9c973dfe 4Maintainer: Anders Kaseorg <andersk@mit.edu>
29059b4a
AK
5Vcs-Git: git://andersk.mit.edu/nss_nonlocal.git
6Vcs-Browser: http://andersk.mit.edu/gitweb/nss_nonlocal.git
61375334
AK
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
e9dcc028
AK
13
14Package: libnss-nonlocal
15Architecture: any
c3c858aa 16Pre-Depends: ${misc:Pre-Depends}, adduser
e9dcc028
AK
17Depends: ${shlibs:Depends}, ${misc:Depends}
18Description: 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.
5f228bb5
AK
22
23Package: lib32nss-nonlocal
24Architecture: amd64
c3c858aa 25Pre-Depends: ${misc:Pre-Depends}, adduser
5f228bb5
AK
26Depends: ${shlibs:Depends}, ${misc:Depends}
27Description: 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
35Package: lib64nss-nonlocal
36Architecture: i386
c3c858aa 37Pre-Depends: ${misc:Pre-Depends}, adduser
5f228bb5
AK
38Depends: ${shlibs:Depends}, ${misc:Depends}
39Description: 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.046373 seconds and 5 git commands to generate.