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