summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-16 14:01:42 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-16 14:01:42 +0000
commit6db9068a039c09424ab4ffecc693eaacf049c81a (patch)
tree03ec39821a45231109d0686248d2c864fe2c41be
parente521ec373be2e18ece2c516d653757a10c00dfe0 (diff)
debianization
git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@68 0ee8848e-81ea-0310-a63a-f631d1a40d77
-rw-r--r--debian/changelog11
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright9
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules5
6 files changed, 45 insertions, 0 deletions
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 <mzqrovna@0pointer.de> Sun, 16 Jan 2005 14:57:28 +0100
+
+nss-mdns (0.1-0) unstable; urgency=low
+
+ * Initial Release (Closes: #284497).
+
+ -- Jeff Waugh <jdub@perkypants.org> 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 <mzqrovna@0pointer.de>
+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 <jeff.waugh@canonical.com> on
+Tue, 07 Dec 2004 12:45:24 +0100.
+
+It was downloaded from <http://www.0pointer.de/lennart/projects/nss-mdns/>
+
+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 :=