r68710 - in /trunk/libnet-nslookup-perl/debian: ./ changelog compat control copyright libnet-nslookup-perl.docs rules watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Feb 15 05:08:23 UTC 2011


Author: takaki
Date: Tue Feb 15 05:07:52 2011
New Revision: 68710

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68710
Log:
[svn-inject] Applying Debian modifications (1.19-1) to trunk

Added:
    trunk/libnet-nslookup-perl/debian/
    trunk/libnet-nslookup-perl/debian/changelog
    trunk/libnet-nslookup-perl/debian/compat
    trunk/libnet-nslookup-perl/debian/control
    trunk/libnet-nslookup-perl/debian/copyright
    trunk/libnet-nslookup-perl/debian/libnet-nslookup-perl.docs
    trunk/libnet-nslookup-perl/debian/rules   (with props)
    trunk/libnet-nslookup-perl/debian/watch

Added: trunk/libnet-nslookup-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nslookup-perl/debian/changelog?rev=68710&op=file
==============================================================================
--- trunk/libnet-nslookup-perl/debian/changelog (added)
+++ trunk/libnet-nslookup-perl/debian/changelog Tue Feb 15 05:07:52 2011
@@ -1,0 +1,5 @@
+libnet-nslookup-perl (1.19-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #611424)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 04 Feb 2011 11:15:13 +0900

Added: trunk/libnet-nslookup-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nslookup-perl/debian/compat?rev=68710&op=file
==============================================================================
--- trunk/libnet-nslookup-perl/debian/compat (added)
+++ trunk/libnet-nslookup-perl/debian/compat Tue Feb 15 05:07:52 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-nslookup-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nslookup-perl/debian/control?rev=68710&op=file
==============================================================================
--- trunk/libnet-nslookup-perl/debian/control (added)
+++ trunk/libnet-nslookup-perl/debian/control Tue Feb 15 05:07:52 2011
@@ -1,0 +1,32 @@
+Source: libnet-nslookup-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libnet-dns-perl,
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Net-Nslookup/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-nslookup-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-nslookup-perl/
+
+Package: libnet-nslookup-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libnet-dns-perl,
+ perl
+Description: Provide nslookup(1)-like capabilities
+ 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");

Added: trunk/libnet-nslookup-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nslookup-perl/debian/copyright?rev=68710&op=file
==============================================================================
--- trunk/libnet-nslookup-perl/debian/copyright (added)
+++ trunk/libnet-nslookup-perl/debian/copyright Tue Feb 15 05:07:52 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: darren chamberlain <darren at cpan.org>
+Source: http://search.cpan.org/dist/Net-Nslookup/
+Name: Net-Nslookup
+
+Files: *
+Copyright: darren chamberlain <darren at cpan.org>
+License: 
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
+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'.

Added: trunk/libnet-nslookup-perl/debian/libnet-nslookup-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nslookup-perl/debian/libnet-nslookup-perl.docs?rev=68710&op=file
==============================================================================
--- trunk/libnet-nslookup-perl/debian/libnet-nslookup-perl.docs (added)
+++ trunk/libnet-nslookup-perl/debian/libnet-nslookup-perl.docs Tue Feb 15 05:07:52 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libnet-nslookup-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nslookup-perl/debian/rules?rev=68710&op=file
==============================================================================
--- trunk/libnet-nslookup-perl/debian/rules (added)
+++ trunk/libnet-nslookup-perl/debian/rules Tue Feb 15 05:07:52 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libnet-nslookup-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-nslookup-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nslookup-perl/debian/watch?rev=68710&op=file
==============================================================================
--- trunk/libnet-nslookup-perl/debian/watch (added)
+++ trunk/libnet-nslookup-perl/debian/watch Tue Feb 15 05:07:52 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-Nslookup/   .*/Net-Nslookup-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list