chiark / gitweb /
Debianization.
[checkpath-python] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..caea4c0
--- /dev/null
@@ -0,0 +1,47 @@
+Source: python-checkpath
+Section: libs
+Priority: extra
+Build-Depends:
+  python, python2.3, python2.3-pyrex, python2.4, python2.4-pyrex, 
+  libcheckpath-dev, mlib-dev
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
+Standards-Version: 3.1.1
+
+Package: python-checkpath
+Architecture: all
+Depends: ${python:Depends}
+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
+ the calling uid or root.  Useful if you're paranoid.  This package
+ just contains the shared library.  If you want to write programs which
+ use this library, you need libcheckpath-dev.
+ .
+ This is a dummy package to install the correct bindings for the default
+ Debian verison of Python.
+
+Package: python2.3-checkpath
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}
+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
+ the calling uid or root.  Useful if you're paranoid.  This package
+ just contains the shared library.  If you want to write programs which
+ use this library, you need libcheckpath-dev.
+ .
+ This package contains a Python binding for the library for Python version
+ 2.3.
+
+Package: python2.4-checkpath
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}
+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
+ the calling uid or root.  Useful if you're paranoid.  This package
+ just contains the shared library.  If you want to write programs which
+ use this library, you need libcheckpath-dev.
+ .
+ This package contains a Python binding for the library for Python version
+ 2.4.