diff options
author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2006-02-01 00:05:01 +0000 |
---|---|---|
committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2006-02-01 00:05:01 +0000 |
commit | b882562ebc8c7f1e814f983b1de4c1b1483c48e8 (patch) | |
tree | 68db97c56443f54533bda1a5fbeea6384a31ea7e /debian/control | |
parent | 1aeb6c62d3d2bfb80a8bfe712d4c4f1fcba2a5f2 (diff) |
* added debianization
git-svn-id: file:///home/lennart/svn/public/mod_dnssd/trunk@33 634eccf8-0006-0410-930e-e16565b0b7de
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..af00ec3 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: libapache2-mod-dnssd +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, libavahi-client-dev (>= 0.6.5) +Standards-Version: 3.6.2 + +Package: libapache2-mod-dnssd +Architecture: any +Depends: ${shlibs:Depends}, avahi-daemon (>= 0.6.5), apache2-common +Description: Apache 2 module which adds Zeroconf support via avahi + mod_dnssd is an Apache HTTPD module which adds Zeroconf support + via DNS-SD using Avahi. + |