chiark / gitweb /
debian: Just build for the default version.
[checkpath-python] / debian / control
CommitLineData
936ed019 1Source: python-checkpath
c120435b 2Section: python
936ed019 3Priority: extra
d9fc1019 4Build-Depends: python, python-pyrex, libcheckpath-dev, mlib-dev
936ed019 5Maintainer: Mark Wooding <mdw@distorted.org.uk>
6Standards-Version: 3.1.1
7
8Package: python-checkpath
936ed019 9Architecture: any
10Depends: ${shlibs:Depends}, ${python:Depends}
11Description: Checks paths for security
12 Walks a pathname, checking every symlink and directory on the way,
13 and issuing alerts if any element is writable by someone other than
14 the calling uid or root. Useful if you're paranoid. This package
15 just contains the shared library. If you want to write programs which
16 use this library, you need libcheckpath-dev.
936ed019 17