From cc3f112df6c8989ee187d13e12dfd74ebe71210b Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sat, 4 Feb 2006 14:50:33 +0000 Subject: * first try at debianization git-svn-id: file:///home/lennart/svn/public/mod_mime_xattr/trunk@18 f01872de-66d6-0310-9185-fc3b30f50adc --- debian/control | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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 + -- cgit