From 048975e52c55165dfb4e13550876869c0eef1c72 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Fri, 10 Feb 2006 23:40:28 +0000 Subject: * 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 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 -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 -- cgit