debian/control: Add missing `Build-Depends'.
[checkpath] / debian / control
... / ...
CommitLineData
1Source: checkpath
2Section: admin
3Priority: extra
4Build-Depends: mlib-dev (>= 2.0.4), debhelper (>= 8), pkg-config
5Maintainer: Mark Wooding <mdw@distorted.org.uk>
6Standards-Version: 3.1.1
7
8Package: checkpath
9Architecture: all
10Depends: chkpath, tmpdir
11Description: Convenience package for the checkpath binaries.
12
13Package: tmpdir
14Architecture: any
15Depends: ${shlibs:Depends}
16Description: Create a secure temporary directory.
17 tmpdir creates a temporary directory which can't be subverted by other
18 users. Nobody except you and root will be able to read or write to your
19 temporary directory, or make you refer to files outside of it by messing
20 with parent directories.
21
22Package: chkpath
23Architecture: any
24Depends: ${shlibs:Depends}
25Description: Checks PATH variable for security
26 chkpath warns about other users who can write to directories on your PATH,
27 or rename them, or whatever. If checkpath gives you a clean bill of health
28 then nobody but you and root can make command names mean different things
29 without direct write access to the program files.
30
31Package: libcheckpath1
32Architecture: any
33Section: libs
34Depends: ${shlibs:Depends}
35Description: Checks paths for security
36 Walks a pathname, checking every symlink and directory on the way, and
37 issuing alerts if any element is writable by someone other than the calling
38 uid or root. Useful if you're paranoid. This package just contains the
39 shared library. If you want to write programs which use this library, you
40 need libcheckpath-dev.
41
42Package: libcheckpath-dev
43Architecture: any
44Section: devel
45Depends: libcheckpath1 (= ${Source-Version}), mlib-dev (>= 2.0.0), libc6-dev
46Description: Checks paths for security
47 Walks a pathname, checking every symlink and directory on the way, and
48 issuing alerts if any element is writable by someone other than the calling
49 uid or root. Useful if you're paranoid. This package contains the header
50 files and static libraries you need to compile programs which use the
51 library.