X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/015bb91e0c7b3e386152ba593420edb695cb19f6..96f7fabe015bac8992e438841045cf3a8c3135a3:/debian/control.in diff --git a/debian/control.in b/debian/control.in index 594eb24..36fd458 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,9 +1,11 @@ Source: libnss-nonlocal Section: debathena/libs Priority: optional -Maintainer: Debian-Athena Project -Standards-Version: 3.7.2 -Build-Depends: @cdbs@ +Maintainer: Anders Kaseorg +Vcs-Git: git://andersk.mit.edu/nss_nonlocal.git +Vcs-Browser: http://andersk.mit.edu/gitweb/nss_nonlocal.git +Standards-Version: 3.8.4 +Build-Depends: @cdbs@, gcc-multilib [amd64 i386] | gcc-4.1 (<< 4.1.2) [amd64 i386], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], lsb-release Package: libnss-nonlocal Architecture: any @@ -12,3 +14,25 @@ Description: nsswitch proxy module to prevent local account spoofing This nsswitch module acts as a proxy for other nsswitch modules like hesiod, but prevents non-local users from potentially gaining local privileges by spoofing local UIDs and GIDs. + +Package: lib32nss-nonlocal +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: nsswitch proxy module to prevent local account spoofing (32-bit library) + This nsswitch module acts as a proxy for other nsswitch modules like + hesiod, but prevents non-local users from potentially gaining local + privileges by spoofing local UIDs and GIDs. + . + This package contains a 32-bit version of the library for compatibility + on 64-bit architectures. + +Package: lib64nss-nonlocal +Architecture: i386 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: nsswitch proxy module to prevent local account spoofing (64-bit library) + This nsswitch module acts as a proxy for other nsswitch modules like + hesiod, but prevents non-local users from potentially gaining local + privileges by spoofing local UIDs and GIDs. + . + This package contains a 64-bit version of the library for compatibility + on 32-bit architectures.