debian/0000755000000000000000000000000012260706447007176 5ustar debian/changelog0000644000000000000000000000660412260706447011056 0ustar libnet-xwhois-perl (0.90-4) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: - don't install empty /usr/lib/perl5 directory - use $(CURDIR) instead of `pwd` - remove variable OPTIMIZE, we don't compile anything - remove some comments, empty lines and unused/unneeded dh_* calls - let install target depend on build target - don't ignore errors of $(MAKE) realclean * debian/rules: delete /usr/lib/perl5 only if it exists. * debian/watch: use dist-based URL. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * Fix the following lintian warnings: + copyright-refers-to-symlink-license + copyright-contains-dh-make-perl-boilerplate * Switch to source format "3.0 (quilt)" * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * Revamp debian/rules + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" with "dh_prep" + Use dh_auto_{configure,build,test,install,clean} - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated - Enables running test suite at build time - No more leftover files after running clean target + Remove obsolete /usr/lib/perl5 handling + Remove obsolete manual stamp file removal, now done by dh_clean + Remove obsolete variable usage and targets + Remove obsolete dh_{installchangelogs,builddeb} parameters + Move dh_install{docs,examples} parameters to debian/{docs,examples} + Finally switch to a minimal dh-style debian/rules file * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Wed, 01 Jan 2014 04:36:06 +0100 libnet-xwhois-perl (0.90-3) unstable; urgency=low * Added myself as uploader * Including the examples as part of the documentation (Closes: #396573) -- Gunnar Wolf Wed, 1 Nov 2006 13:25:42 -0600 libnet-xwhois-perl (0.90-2) unstable; urgency=low * New maintainer (in response to Matthias' mail, see http://lists.debian.org/debian-devel/2006/05/msg02947.html) Debian Perl Group via Zak B. Elep * debian/control: + Bump Standards-Version. + Move debhelper from Build-Depends-Indep to Build-Depends to satify policy, bumping also to version 5; set debian/compat accordingly. + Slightly touch long description. * debian/copyright: + Update maintenance notes. -- Zak B. Elep Thu, 29 Jun 2006 13:38:58 +0800 libnet-xwhois-perl (0.90-1) unstable; urgency=low * Initial Release. (Closes: #211364) -- Matthias Urlichs Wed, 17 Sep 2003 12:18:44 +0200 debian/compat0000644000000000000000000000000212260704106010362 0ustar 9 debian/control0000644000000000000000000000205712260706174010602 0ustar Source: libnet-xwhois-perl Maintainer: Debian Perl Group Uploaders: Zak B. Elep Section: perl Priority: optional Build-Depends: debhelper (>= 9~) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-xwhois-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-xwhois-perl.git Homepage: https://metacpan.org/release/Net-XWhois Package: libnet-xwhois-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Whois Client Interface for Perl5 The Net::XWhois class provides a generic client framework for doing Whois queries and parsing server response. . One of the more important goals of this module is to enable the design of consistent and predictable interfaces to incompatible whois response formats. The Whois RFC (954) does not define a template for presenting server data; consequently there is a large variation in layout styles as well as content served across servers. debian/copyright0000644000000000000000000000135512260703531011124 0ustar This is the debian package for the Net::XWhois module. It was created by Matthias Urlichs using dh-make-perl. It is now maintained by Zak B. Elep The upstream author is Vipul Ved Prakash . Copyright (c) 1998-2001 Vipul Ved Prakash. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License, version 1 or later, or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License version 1 can be found in `/usr/share/common-licenses/GPL-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/rules0000755000000000000000000000016012260705700010242 0ustar #!/usr/bin/make -f #-*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/watch0000644000000000000000000000015712260702756010231 0ustar version=3 https://metacpan.org/release/Net-XWhois .*/Net-XWhois-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/source/0000755000000000000000000000000012260703617010472 5ustar debian/source/format0000644000000000000000000000001412260703617011700 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000000512260705434010037 0ustar TODO debian/examples0000644000000000000000000000001312260705444010725 0ustar examples/*