diff options
author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2006-02-10 23:40:28 +0000 |
---|---|---|
committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2006-02-10 23:40:28 +0000 |
commit | 048975e52c55165dfb4e13550876869c0eef1c72 (patch) | |
tree | 76e74ffb2b30f8fb8c25a9ea4d3a2962fdbd579b /debian/control | |
parent | 56f5d0f46e8d2bfc1e1925a2667003e0fb38f78f (diff) |
* depends on debhelper 5
* use dh_install instead of install
* remove a lintian warning caused my an unneeded dot a the end of description
git-svn-id: file:///home/lennart/svn/public/mod_mime_xattr/trunk@26 f01872de-66d6-0310-9185-fc3b30f50adc
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 35966e5..caffd7a 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: libapache2-mod-mime-xattr Section: web Priority: optional Maintainer: Sebastien ESTIENNE <sebastien.estienne@gmail.com> -Build-Depends: debhelper (>= 4.0.0), autotools-dev, apache2-prefork-dev | apache2-threaded-dev, lynx, libattr1-dev +Build-Depends: debhelper (>= 5.0.0), autotools-dev, apache2-prefork-dev | apache2-threaded-dev, lynx, libattr1-dev 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. +Description: Module for storing a file's MIME type in an extended attribute 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 |