chiark / gitweb /
debian: Just build for the default version.
[checkpath-python] / debian / control
... / ...
CommitLineData
1Source: python-checkpath
2Section: python
3Priority: extra
4Build-Depends: python, python-pyrex, libcheckpath-dev, mlib-dev
5Maintainer: Mark Wooding <mdw@distorted.org.uk>
6Standards-Version: 3.1.1
7
8Package: python-checkpath
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.
17