--- mdns-scan-0.5.orig/debian/compat +++ mdns-scan-0.5/debian/compat @@ -0,0 +1 @@ +4 --- mdns-scan-0.5.orig/debian/rules +++ mdns-scan-0.5/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +DEB_MAKE_INSTALL_TARGET=install +DEB_MAKE_ENVVARS:=DESTDIR=./debian/mdns-scan + +DEB_INSTALL_MANPAGES_mdns-scan:=mdns-scan.1 + --- mdns-scan-0.5.orig/debian/copyright +++ mdns-scan-0.5/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Lennart Poettering + +It was downloaded from http://0pointer.de/lennart/projects/mdns-scan/ + +Upstream Author: Lennart Poettering + +Copyright: (C) 2004, 2005 Lennart Poettering + +License: + +You are free to distribute this software under the terms of the GNU General +Public License. On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL'. --- mdns-scan-0.5.orig/debian/changelog +++ mdns-scan-0.5/debian/changelog @@ -0,0 +1,23 @@ +mdns-scan (0.5-1) unstable; urgency=low + + * New upstream release + * Package taken over by the pkg-utopia team at the request of the previous + maintainer (Thanks Lennart). + * No longer strips symbols on install (Closes: #437561) + * debian/control: Add XS-VCS-* fields + * debian/control: Update description to mention avahi-daemon instead of + mdnsresponder and Bonjour instead of Rendezvous (Closes: #339338) + + -- Sjoerd Simons Mon, 13 Aug 2007 21:19:10 +0200 + +mdns-scan (0.4-1) unstable; urgency=low + + * Apply patch from Enirco Zini, adding manpages and some packaging fixes + + -- Lennart Poettering Sun, 23 Jan 2005 15:51:47 +0100 + +mdns-scan (0.3-1) unstable; urgency=low + + * Initial Release. + + -- Lennart Poettering Sun, 16 Jan 2005 14:36:07 +0100 --- mdns-scan-0.5.orig/debian/dirs +++ mdns-scan-0.5/debian/dirs @@ -0,0 +1 @@ +usr/bin --- mdns-scan-0.5.orig/debian/control +++ mdns-scan-0.5/debian/control @@ -0,0 +1,23 @@ +Source: mdns-scan +Section: utils +Priority: optional +Maintainer: Utopia Maintenance Team +Uploaders: Sjoerd Simons +Build-Depends: cdbs, debhelper (>= 4.0.0) +Standards-Version: 3.6.1.0 +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/mdns-scan +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/mdns-scan + +Package: mdns-scan +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Scan for mDNS/DNS-SD services published on the local network + mdns-scan is a tool for scanning for mDNS/DNS-SD services published + on the local network. + . + It works by issuing a mDNS PTR query to the special RR + _services._dns-sd._udp.local for retrieving a list of all currently + registered services on the local link. + . + mDNS/DNS-SD is part of Apple's Zeroconf strategy (a.k.a. Bonjour). + The avahi-daemon package is an implementation of mDNS/DNS-SD.