Upgrade build system.
[checkpath] / debian / control
CommitLineData
8b5dfb5e 1Source: checkpath
2Section: admin
3Priority: extra
9c42854d
MW
4Build-Depends: mlib-dev, cdbs
5Maintainer: Mark Wooding <mdw@distorted.org.uk>
8b5dfb5e 6Standards-Version: 3.1.1
7
8Package: checkpath
9c42854d
MW
9Architecture: all
10Depends: chkpath, tmpdir
11Description: Convenience package for the checkpath binaries.
12
13Package: tmpdir
8b5dfb5e 14Architecture: any
9c42854d
MW
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}
8b5dfb5e 25Description: Checks PATH variable for security
9c42854d
MW
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.
8b5dfb5e 30
4df1c8bc 31Package: libcheckpath1
8b5dfb5e 32Architecture: any
ae79e83a 33Section: libs
8b5dfb5e 34Depends: ${shlibs:Depends}
35Description: Checks paths for security
9c42854d
MW
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.
8b5dfb5e 41
42Package: libcheckpath-dev
43Architecture: any
ae79e83a 44Section: devel
4df1c8bc 45Depends: libcheckpath1 (= ${Source-Version}), mlib-dev (>= 2.0.0), libc6-dev
8b5dfb5e 46Description: Checks paths for security
9c42854d
MW
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.