--- libnet-bonjour-perl-0.96.orig/debian/rules +++ libnet-bonjour-perl-0.96/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libnet-bonjour-perl-0.96.orig/debian/watch +++ libnet-bonjour-perl-0.96/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Net-Bonjour/ .*/Net-Bonjour-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnet-bonjour-perl-0.96.orig/debian/changelog +++ libnet-bonjour-perl-0.96/debian/changelog @@ -0,0 +1,5 @@ +libnet-bonjour-perl (0.96-1) unstable; urgency=low + + * Initial Release. (Closes: #544454) + + -- Christine Spang Mon, 31 Aug 2009 18:56:42 -0400 --- libnet-bonjour-perl-0.96.orig/debian/copyright +++ libnet-bonjour-perl-0.96/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: George Chlipala +Upstream-Source: http://search.cpan.org/dist/Net-Bonjour/ +Upstream-Name: Net-Bonjour + +Files: * +Copyright: George Chlipala +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christine Spang +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libnet-bonjour-perl-0.96.orig/debian/compat +++ libnet-bonjour-perl-0.96/debian/compat @@ -0,0 +1 @@ +7 --- libnet-bonjour-perl-0.96.orig/debian/control +++ libnet-bonjour-perl-0.96/debian/control @@ -0,0 +1,18 @@ +Source: libnet-bonjour-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libnet-dns-perl (>= 0.5) +Maintainer: Debian Perl Group +Uploaders: Christine Spang +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Net-Bonjour/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-bonjour-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-bonjour-perl + +Package: libnet-bonjour-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libnet-dns-perl (>= 0.5) +Description: Perl module for DNS service discovery + Net::Bonjour is a set of modules that allow one to discover local services + via multicast DNS (mDNS) or enterprise services via traditional DNS.