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