This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libnet-nbname-perl.
commit 864b789d8ca96fd558c7e00d68653fe3e56a337c Merge: 2b232cd 9cd9ea0 Author: Martin Orr <[email protected]> Date: Tue Sep 5 22:24:33 2006 +0100 Import Debian changes 0.26-1 libnet-nbname-perl (0.26-1) unstable; urgency=low * New upstream release (Closes: #378124) * Fixes handling truncated replies * Updated my email address in copyright and control files * Updated upstream address and copyright years * Moved debhelper and perl from Build-Depends-Indep to Build-Depends, as required by lintian and Perl policy * Updated Standards-Version to 3.7.2 Changes | 10 ++++++++++ MANIFEST | 1 + META.yml | 10 ++++++++++ README | 3 ++- bin/nodescan.pl | 4 +++- debian/changelog | 12 ++++++++++++ debian/control | 6 +++--- debian/copyright | 13 +++++++------ lib/Net/NBName.pm | 6 ++++-- lib/Net/NBName/NameQuery.pm | 2 +- lib/Net/NBName/NameQuery/RR.pm | 2 +- lib/Net/NBName/NodeStatus.pm | 26 ++++++++++++++++---------- lib/Net/NBName/NodeStatus/RR.pm | 2 +- t/decode.t | 16 +++++++++++++++- 14 files changed, 86 insertions(+), 27 deletions(-) diff --cc debian/changelog index 3c7ef14,0000000..f38df53 mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,29 -1,0 +1,41 @@@ ++libnet-nbname-perl (0.26-1) unstable; urgency=low ++ ++ * New upstream release (Closes: #378124) ++ * Fixes handling truncated replies ++ * Updated my email address in copyright and control files ++ * Updated upstream address and copyright years ++ * Moved debhelper and perl from Build-Depends-Indep to Build-Depends, as ++ required by lintian and Perl policy ++ * Updated Standards-Version to 3.7.2 ++ ++ -- Martin Orr <[email protected]> Tue, 5 Sep 2006 22:24:33 +0100 ++ +libnet-nbname-perl (0.25-1) unstable; urgency=low + + * New upstream release + * Support added for timeouts on requests + * Updated Standards-Version to 3.6.1 (no changes) + * Added 2004 to copyright + + * Note that "Suggest libnet-nbname-perl" below in the 0.24-1 entry should + read "Suggest libnet-netmask-perl" + + -- Martin Orr <[email protected]> Tue, 10 Feb 2004 17:36:36 +0000 + +libnet-nbname-perl (0.24-2) unstable; urgency=low + + * Initial release to Debian archive (Closes: #188035). + * Changed debian/copyright to not refer to /usr/share/doc/perl/copyright + + -- Martin Orr <[email protected]> Wed, 14 May 2003 13:12:34 +0100 + +libnet-nbname-perl (0.24-1) unstable; urgency=low + + * Initial Release. + * Add #!/usr/bin/perl to example scripts. + * Move example scripts from /usr/bin to + /usr/share/doc/libnet-nbname-perl/examples. + * Suggest libnet-nbname-perl because it's used by nodescan.pl. + + -- Martin Orr <[email protected]> Tue, 15 Apr 2003 10:48:24 +0100 + diff --cc debian/control index e97f7a5,0000000..fcc4835 mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,18 -1,0 +1,18 @@@ +Source: libnet-nbname-perl +Section: perl +Priority: extra - Maintainer: Martin Orr <[email protected]> - Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16) - Standards-Version: 3.6.1 ++Maintainer: Martin Orr <[email protected]> ++Build-Depends: debhelper (>> 4.0.0), perl (>= 5.6.0-16) ++Standards-Version: 3.7.2 + +Package: libnet-nbname-perl +Architecture: all +Depends: ${perl:Depends} +Suggests: libnet-netmask-perl +Description: NetBIOS Name Service Requests + This is the Net::NBName Perl module, for resolving the NetBIOS host names + used by Windows/Samba. It can be used + 1. to resolve NetBIOS names to IP addresses + 2. to determine registered NetBIOS names on a host + A pure Perl module, using the Socket core module. + diff --cc debian/copyright index 36c104c,0000000..99a9940 mode 100644,000000..100644 --- a/debian/copyright +++ b/debian/copyright @@@ -1,19 -1,0 +1,20 @@@ - This package was debianized by Martin Orr <[email protected]> on ++This package was debianized by Martin Orr <[email protected]> on +Wed, 9 Apr 2003 08:46:51 +0100. + +It was downloaded from CPAN - more specfically - http://http://www.cpan.org/authors/id/J/JM/JMACFARLA/ ++http://search.cpan.org/dist/Net-NBName/ + - Upstream Author: Jamges Macfarlane <[email protected]> ++Upstream Author: James Macfarlane <[email protected]> + +Copyright: + - Copyright (c) 2002, 2003, 2004 James Macfarlane. All rights reserved. This - program is free software; you can redistribute it and/or modify it under the - same terms as Perl itself. ++Copyright (c) 2002, 2003, 2004, 2005, 2006 James Macfarlane. ++ ++This library is free software; you can redistribute it and/or modify ++it under the same terms as Perl itself. + +(Those terms are either of the Artistic license or the GNU General Public +License; on Debian GNU/Linux systems, these can be found in full at +/usr/share/common-licenses/Artistic and /usr/share/common-licenses/GPL +respectively.) + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-nbname-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
