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