X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/8b5dfb5e49592abe7e426d0dd06818a0175a9ee3..ae79e83af3464a494fbb5488c2ccdb85308c8f4f:/debian/control diff --git a/debian/control b/debian/control index 7ae87c0..21f8e57 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,13 @@ Source: checkpath Section: admin Priority: extra +Build-Depends: mlib-dev, debhelper (>= 4.0.2) Maintainer: Mark Wooding Standards-Version: 3.1.1 Package: checkpath Architecture: any -Depends: ${shlibs:Depends}, libcheckpath (= ${Source-Version}) +Depends: ${shlibs:Depends}, libcheckpath1 (= ${Source-Version}) Description: Checks PATH variable for security Contains two handy programs. chkpath -- Warns about other users who can write to directories on @@ -19,8 +20,9 @@ Description: Checks PATH variable for security write to your temporary directory, or make you refer to files outside of it by messing with parent directories. -Package: libcheckpath +Package: libcheckpath1 Architecture: any +Section: libs Depends: ${shlibs:Depends} Description: Checks paths for security Walks a pathname, checking every symlink and directory on the way, @@ -31,7 +33,8 @@ Description: Checks paths for security Package: libcheckpath-dev Architecture: any -Depends: libcheckpath (= ${Source-Version}), mlib-dev (>= 2.0.0), libc6-dev +Section: devel +Depends: libcheckpath1 (= ${Source-Version}), mlib-dev (>= 2.0.0), libc6-dev Description: Checks paths for security Walks a pathname, checking every symlink and directory on the way, and issuing alerts if any element is writable by someone other than