--- mdns-scan-0.5.orig/debian/changelog +++ mdns-scan-0.5/debian/changelog @@ -0,0 +1,37 @@ +mdns-scan (0.5-3) unstable; urgency=medium + + * Orphan the package. See #900422. + + -- Michael Biebl Wed, 30 May 2018 16:49:50 +0200 + +mdns-scan (0.5-2) unstable; urgency=low + + * Team upload. + * Bump debian/compat to 9 (and version of build-dependency accordingly) + * Bump Standards-Version to 3.9.7 + + -- Andreas Henriksson Wed, 24 Feb 2016 21:22:16 +0100 + +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/compat +++ mdns-scan-0.5/debian/compat @@ -0,0 +1 @@ +9 --- mdns-scan-0.5.orig/debian/control +++ mdns-scan-0.5/debian/control @@ -0,0 +1,20 @@ +Source: mdns-scan +Section: utils +Priority: optional +Maintainer: Debian QA Group +Build-Depends: cdbs, debhelper (>= 9) +Standards-Version: 3.9.7 + +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. --- 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/dirs +++ mdns-scan-0.5/debian/dirs @@ -0,0 +1 @@ +usr/bin --- 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 +