chiark / gitweb /
Extract Subversion ignore data.
[checkpath-python] / debian / control
1 Source: python-checkpath
2 Section: libs
3 Priority: extra
4 Build-Depends:
5   python, python2.3, python2.3-pyrex, python2.4, python2.4-pyrex, 
6   libcheckpath-dev, mlib-dev
7 Maintainer: Mark Wooding <mdw@distorted.org.uk>
8 Standards-Version: 3.1.1
9
10 Package: python-checkpath
11 Architecture: all
12 Depends: ${python:Depends}
13 Description: Checks paths for security
14  Walks a pathname, checking every symlink and directory on the way,
15  and issuing alerts if any element is writable by someone other than
16  the calling uid or root.  Useful if you're paranoid.  This package
17  just contains the shared library.  If you want to write programs which
18  use this library, you need libcheckpath-dev.
19  .
20  This is a dummy package to install the correct bindings for the default
21  Debian verison of Python.
22
23 Package: python2.3-checkpath
24 Architecture: any
25 Depends: ${shlibs:Depends}, ${python:Depends}
26 Description: Checks paths for security
27  Walks a pathname, checking every symlink and directory on the way,
28  and issuing alerts if any element is writable by someone other than
29  the calling uid or root.  Useful if you're paranoid.  This package
30  just contains the shared library.  If you want to write programs which
31  use this library, you need libcheckpath-dev.
32  .
33  This package contains a Python binding for the library for Python version
34  2.3.
35
36 Package: python2.4-checkpath
37 Architecture: any
38 Depends: ${shlibs:Depends}, ${python:Depends}
39 Description: Checks paths for security
40  Walks a pathname, checking every symlink and directory on the way,
41  and issuing alerts if any element is writable by someone other than
42  the calling uid or root.  Useful if you're paranoid.  This package
43  just contains the shared library.  If you want to write programs which
44  use this library, you need libcheckpath-dev.
45  .
46  This package contains a Python binding for the library for Python version
47  2.4.