chiark / gitweb /
2705d949df416c3e47975943071fdac31c95f939
[checkpath-python] / debian / control
1 Source: python-checkpath
2 Section: python
3 Priority: extra
4 Build-Depends: python, python-pyrex, libcheckpath-dev, mlib-dev
5 Maintainer: Mark Wooding <mdw@distorted.org.uk>
6 Standards-Version: 3.1.1
7
8 Package: python-checkpath
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${python:Depends}
11 Description: 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