From b882562ebc8c7f1e814f983b1de4c1b1483c48e8 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Wed, 1 Feb 2006 00:05:01 +0000 Subject: * added debianization git-svn-id: file:///home/lennart/svn/public/mod_dnssd/trunk@33 634eccf8-0006-0410-930e-e16565b0b7de --- debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. + -- cgit