Debianization.
[checkpath] / debian / control
index 7ae87c0..b47da1c 100644 (file)
@@ -1,12 +1,13 @@
 Source: checkpath
 Section: admin
 Priority: extra
 Source: checkpath
 Section: admin
 Priority: extra
+Build-Depends: mlib-dev, debhelper (>= 4.0.2)
 Maintainer: Mark Wooding <mdw@nsict.org>
 Standards-Version: 3.1.1
 
 Package: checkpath
 Architecture: any
 Maintainer: Mark Wooding <mdw@nsict.org>
 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
 Description: Checks PATH variable for security
  Contains two handy programs.
  chkpath -- Warns about other users who can write to directories on
@@ -19,7 +20,7 @@ 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.
 
    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
 Depends: ${shlibs:Depends}
 Description: Checks paths for security
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: Checks paths for security
@@ -31,7 +32,7 @@ Description: Checks paths for security
 
 Package: libcheckpath-dev
 Architecture: any
 
 Package: libcheckpath-dev
 Architecture: any
-Depends: libcheckpath (= ${Source-Version}), mlib-dev (>= 2.0.0), libc6-dev
+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
 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