[libnet-nbname-perl] 01/18: Import Debian changes 0.25-1

gregor herrmann gregoa at debian.org
Sat Sep 9 17:17:36 UTC 2017


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 2b232cd78fb1ffb11b15d075582d49dc0d3cffdc
Author: Martin Orr <martin at walnut.methody.org>
Date:   Tue Feb 10 17:36:36 2004 +0000

    Import Debian changes 0.25-1
    
    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"
    
    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
    
    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.
---
 bin/namequery.pl |  2 ++
 bin/nodescan.pl  |  2 ++
 bin/nodestat.pl  |  2 ++
 debian/changelog | 29 +++++++++++++++++++++++++++
 debian/compat    |  1 +
 debian/control   | 18 +++++++++++++++++
 debian/copyright | 19 ++++++++++++++++++
 debian/dirs      |  4 ++++
 debian/docs      |  1 +
 debian/rules     | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 138 insertions(+)

diff --git a/bin/namequery.pl b/bin/namequery.pl
index f7f2a0f..aa25771 100644
--- a/bin/namequery.pl
+++ b/bin/namequery.pl
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use strict;
 use Net::NBName;
 
diff --git a/bin/nodescan.pl b/bin/nodescan.pl
index 8b09c5e..4ddc1cc 100644
--- a/bin/nodescan.pl
+++ b/bin/nodescan.pl
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use Net::NBName;
 use Net::Netmask;
 
diff --git a/bin/nodestat.pl b/bin/nodestat.pl
index 61f1b64..4065aa7 100644
--- a/bin/nodestat.pl
+++ b/bin/nodestat.pl
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use Net::NBName;
 
 my $nb = Net::NBName->new;
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3c7ef14
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,29 @@
+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 <martin at walnut.methody.org>  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 <martin at walnut.methody.org>  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 <martin at walnut.methody.org>  Tue, 15 Apr 2003 10:48:24 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e97f7a5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: libnet-nbname-perl
+Section: perl
+Priority: extra
+Maintainer: Martin Orr <martin at walnut.methody.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16)
+Standards-Version: 3.6.1
+
+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 --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..36c104c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+This package was debianized by Martin Orr <martin at walnut.methody.org> 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/
+
+Upstream Author: Jamges Macfarlane <jmacfarlane at goodweather.co.uk>
+
+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.
+
+(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.)
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..127bdf6
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,4 @@
+usr/bin
+usr/share/doc/libnet-nbname-perl/examples
+usr/share/man/man3
+usr/share/perl5
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..27b2fb1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,60 @@
+#!/usr/bin/make -f
+# debian/rules file for libnet-nbname-perl - based on dh_make sample
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE = libnet-nbname-perl
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+	-$(RM) Makefile Makefile.old
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	
+	dh_installdirs
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libnet-nbname-perl/usr
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_installdocs
+	mv debian/$(PACKAGE)/usr/bin/*.pl \
+	   debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/examples/
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-nbname-perl.git



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