From 6db9068a039c09424ab4ffecc693eaacf049c81a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 Jan 2005 14:01:42 +0000 Subject: debianization git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@68 0ee8848e-81ea-0310-a63a-f631d1a40d77 --- debian/changelog | 11 +++++++++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 9 +++++++++ debian/docs | 2 ++ debian/rules | 5 +++++ 6 files changed, 45 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..72daa4d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +nss-mdns (0.2-1) unstable; urgency=low + + * Update to current upstream + + -- Lennart Poettering Sun, 16 Jan 2005 14:57:28 +0100 + +nss-mdns (0.1-0) unstable; urgency=low + + * Initial Release (Closes: #284497). + + -- Jeff Waugh Tue, 07 Dec 2004 12:42:51 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..54e06a8 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: nss-mdns +Section: admin +Priority: optional +Maintainer: Lennart Poettering +Build-Depends: cdbs, debhelper (>> 4.0.0), lynx +Standards-Version: 3.5.2 + +Package: libnss-mdns +Section: admin +Recommends: mdnsresponder +Architecture: any +Depends: ${shlibs:Depends} +Description: NSS module for Multicast DNS name resolution + nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of + the GNU C Library (glibc) providing host name resolution via Multicast DNS + (aka Zeroconf, aka Apple Rendezvous), effectively allowing name resolution by + common Unix/Linux programs in the ad-hoc mDNS domain .local. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..49f3c05 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by Jeff Waugh on +Tue, 07 Dec 2004 12:45:24 +0100. + +It was downloaded from + +Copyright (C) 2004, Lennart Poettering + +On Debian systems, the complete text of the GNU Lesser General Public License +can be found in `/usr/share/common-licenses/LGPL'. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..080d8d3 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +doc/style.css +doc/README.html diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7d3767d --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS="-Wl,-O1" CFLAGS="-DNDEBUG=1" +DEB_INSTALL_DOCS_ALL := -- cgit