diff options
author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2006-02-04 14:50:33 +0000 |
---|---|---|
committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2006-02-04 14:50:33 +0000 |
commit | cc3f112df6c8989ee187d13e12dfd74ebe71210b (patch) | |
tree | 06218d5875ab39bbe97668b6f5fc3b366ee075b9 /debian/control | |
parent | 78c2d7384d326e4e9bd23875eb670ea5f91aee72 (diff) |
* first try at debianization
git-svn-id: file:///home/lennart/svn/public/mod_mime_xattr/trunk@18 f01872de-66d6-0310-9185-fc3b30f50adc
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..aedc788 --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: libapache2-mod-mime-xattr +Section: web +Priority: optional +Maintainer: Sébastien ESTIENNE <sebastien.estienne@gmail.com> +Build-Depends: debhelper (>= 4.0.0), autotools-dev, apache2-prefork-dev | apache2-threaded-dev, lynx +Standards-Version: 3.6.2 + +Package: libapache2-mod-mime-xattr +Architecture: any +Depends: ${shlibs:Depends}, apache2-common +Description: Apache module for storing a file's MIME type in an extended attribute (EA) ("user.mime_type") + mod_mime_xattr is a module for the Apache HTTPD 2.0 which may be used + to set a range of MIME properties of files served from a document tree + with extended attributes (EAs) as supported by the underlying file + system. The current version of mod_mime_xattr has support for Linux + style EAs which are supported by Linux 2.4 with the ACL/EA patches + applied and vanilla Linux 2.6. The following attributes may be used: + * user.mime_type: set the MIME type of a file explicitly. This + attribute is compatible with the shared MIME database + specification as published by freedesktop.org + * user.charset: set the charset used in a file + * user.mime_encoding: set the MIME encoding of a file (e.g. gzip) + * user.apache_handler: set the apache handler of a file explicitly + |