debian/0000755000000000000000000000000011717001165007165 5ustar debian/control0000644000000000000000000000231111717001165010565 0ustar Source: libnet-irr-perl Maintainer: Debian Perl Group Uploaders: Carlos Vicente Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.2 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libnet-irr-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libnet-irr-perl.git Homepage: http://search.cpan.org/dist/Net-IRR/ Package: libnet-irr-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, Description: perl interface to the Internet Route Registry daemon Net::IRR provides an object oriented perl interface to the Internet Route Registry. The interface uses the RIPE/RPSL Tool Query Language as defined in Appendix B of the IRRd User Guide. The guide can be found at http://www.irrd.net/, however an understanding of the query language is not required to use this module. . Net::IRR supports IRRd's multiple-command mode. Multiple-command mode is good for intensive queries since only one TCP connection needs to be made for multiple queries. The interface also allows for additional queries that aren't supported by standard UNIX whois utitilies. debian/copyright0000644000000000000000000000177111717001165011126 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Net-IRR Upstream-Contact: Todd Caine Source: http://search.cpan.org/dist/Net-IRR/ Files: * Copyright: 2002-2010 Todd Caine License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Carlos Vicente 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'. debian/watch0000644000000000000000000000015311717001165010215 0ustar version=3 http://search.cpan.org/dist/Net-IRR/ .*/Net-IRR-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211717001165010363 0ustar 8 debian/changelog0000644000000000000000000000023711717001165011041 0ustar libnet-irr-perl (0.08-1) unstable; urgency=low * Initial Release (Closes: #659753) -- Carlos Vicente Mon, 13 Feb 2012 07:39:20 -0800 debian/source/0000755000000000000000000000000011717001165010465 5ustar debian/source/format0000644000000000000000000000001411717001165011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000026511717001165010250 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