File: control

package info (click to toggle)
mod-mime-xattr 0.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: sh: 3,132; ansic: 201; makefile: 66
file content (30 lines) | stat: -rw-r--r-- 1,237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: mod-mime-xattr
Section: web
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: apache2-dev (>= 2.4.4-2),
               debhelper-compat (= 13),
               lynx,
               pkgconf,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/mod-mime-xattr
Vcs-Git: https://salsa.debian.org/debian/mod-mime-xattr.git
Rules-Requires-Root: no

Package: libapache2-mod-mime-xattr
Architecture: any
Depends: apache2-api-20120211,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Apache2 module to get MIME info from filesystem extended attributes
 This is a module for the Apache HTTPD 2.4 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 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.