debian/0000755000000000000000000000000012253365373007177 5ustar debian/rules0000755000000000000000000000025512253365373010261 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: # tests need internet access # only run them when MAINTAINER is set ifneq ($(strip $(MAINTAINER)),) dh_auto_test endif debian/control0000644000000000000000000000242612253365373010606 0ustar Source: libnet-nslookup-perl Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libnet-dns-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-nslookup-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-nslookup-perl.git Homepage: https://metacpan.org/release/Net-Nslookup/ Package: libnet-nslookup-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnet-dns-perl Description: simple DNS lookup module for perl Net::Nslookup provides the capabilities of the standard UNIX command line tool nslookup(1). Net::DNS is a wonderful and full featured module, but quite often, all you need is `nslookup $host`. Net::Nslookup provides that functionality. . Net::Nslookup exports a single function, called nslookup. nslookup can be used to retrieve A, PTR, CNAME, MX, and NS records. . my $a = nslookup(host => "use.perl.org", type => "A"); . my @mx = nslookup(domain => "perl.org", type => "MX"); . my @ns = nslookup(domain => "perl.org", type => "NS"); debian/source/0000755000000000000000000000000012253365373010477 5ustar debian/source/format0000644000000000000000000000001412253365373011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000376612253365373011065 0ustar libnet-nslookup-perl (2.04-1) unstable; urgency=medium * Team upload. * New upstream release. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 15 Dec 2013 18:46:26 +0100 libnet-nslookup-perl (2.03-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Fri, 18 Oct 2013 19:40:18 +0200 libnet-nslookup-perl (2.02-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 2.02 * debian/copyright: + update years + bump format to 1.0 * Bump Standards-Version to 3.9.4 -- Xavier Guimard Sat, 09 Mar 2013 08:04:26 +0100 libnet-nslookup-perl (2.00-1) unstable; urgency=low * Team upload. * Imported Upstream version 2.00 * Bumped compat and debhelper to 8, s-v to 3.9.2. * Add explicit source format. * Update copyright with upstream years, license. * Override lintian so it doesn't complain about 'my' in perl code. * New upstream version closes: #618495. * Remove unneeded docs created with pod2txt. * GPL-2 should be strict versioned to GPL-2, not GPL-2+ * Add trailing newlines everywhere. * Remove unversioned perl dependency. * Remove unversioned perl from Depends. * Reword short description. * Ensure code samples are displayed verbatim * Don't run tests when not the maintainer, as they require internet access. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Harlan Lieberman-Berg Wed, 17 Aug 2011 17:00:04 -0400 libnet-nslookup-perl (1.19-1) unstable; urgency=low * Initial Release. (Closes: #611424) -- TANIGUCHI Takaki Fri, 04 Feb 2011 11:15:13 +0900 debian/libnet-nslookup-perl.lintian-overrides0000644000000000000000000000027212253365373016645 0ustar # Lintian sees the 'my' in the description and gets sad, but it's part # of a perl example, and thus not really the first person. libnet-nslookup-perl: using-first-person-in-description debian/compat0000644000000000000000000000000212253365373010375 0ustar 8 debian/copyright0000644000000000000000000000272612253365373011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-Nslookup Source: https://metacpan.org/release/Net-Nslookup/ Upstream-Contact: darren chamberlain Files: * Copyright: 2002-2013, darren chamberlain License: GPL-2 Files: debian/* Copyright: 2011, Harlan Lieberman-Berg 2011, TANIGUCHI Takaki 2013, Xavier Guimard License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-2 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; version 2. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000016612253365373010233 0ustar version=3 https://metacpan.org/release/Net-Nslookup/ .*/Net-Nslookup-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$