chiark / gitweb /
Debianization.
[checkpath-python] / debian / control
CommitLineData
936ed019 1Source: python-checkpath
2Section: libs
3Priority: extra
4Build-Depends:
5 python, python2.3, python2.3-pyrex, python2.4, python2.4-pyrex,
6 libcheckpath-dev, mlib-dev
7Maintainer: Mark Wooding <mdw@distorted.org.uk>
8Standards-Version: 3.1.1
9
10Package: python-checkpath
11Architecture: all
12Depends: ${python:Depends}
13Description: 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
23Package: python2.3-checkpath
24Architecture: any
25Depends: ${shlibs:Depends}, ${python:Depends}
26Description: 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
36Package: python2.4-checkpath
37Architecture: any
38Depends: ${shlibs:Depends}, ${python:Depends}
39Description: 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.