r3640 - in /packages/libnet-xwhois-perl/trunk: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch examples/creation_time examples/whois

segre at users.alioth.debian.org segre at users.alioth.debian.org
Sun Sep 3 02:26:02 UTC 2006


Author: segre
Date: Sun Sep  3 02:26:01 2006
New Revision: 3640

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3640
Log:
Load libnet-xwhois-perl-0.90 into packages/libnet-xwhois-perl/trunk.

Added:
    packages/libnet-xwhois-perl/trunk/debian/
    packages/libnet-xwhois-perl/trunk/debian/changelog
    packages/libnet-xwhois-perl/trunk/debian/compat
    packages/libnet-xwhois-perl/trunk/debian/control
    packages/libnet-xwhois-perl/trunk/debian/copyright
    packages/libnet-xwhois-perl/trunk/debian/rules   (with props)
    packages/libnet-xwhois-perl/trunk/debian/watch
Modified:
    packages/libnet-xwhois-perl/trunk/examples/creation_time   (props changed)
    packages/libnet-xwhois-perl/trunk/examples/whois   (props changed)

Added: packages/libnet-xwhois-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/changelog?rev=3640&op=file
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/changelog (added)
+++ packages/libnet-xwhois-perl/trunk/debian/changelog Sun Sep  3 02:26:01 2006
@@ -1,0 +1,20 @@
+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/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 <zakame at spunge.org>  Thu, 29 Jun 2006 13:38:58 +0800
+
+libnet-xwhois-perl (0.90-1) unstable; urgency=low
+
+  * Initial Release.                                           (Closes: #211364)
+
+ -- Matthias Urlichs <smurf at debian.org>  Wed, 17 Sep 2003 12:18:44 +0200
+

Added: packages/libnet-xwhois-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/compat?rev=3640&op=file
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/compat (added)
+++ packages/libnet-xwhois-perl/trunk/debian/compat Sun Sep  3 02:26:01 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libnet-xwhois-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/control?rev=3640&op=file
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/control (added)
+++ packages/libnet-xwhois-perl/trunk/debian/control Sun Sep  3 02:26:01 2006
@@ -1,0 +1,22 @@
+Source: libnet-xwhois-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Zak B. Elep <zakame at spunge.org>
+Standards-Version: 3.7.2
+
+Package: libnet-xwhois-perl
+Architecture: all
+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.
+

Added: packages/libnet-xwhois-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/copyright?rev=3640&op=file
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/copyright (added)
+++ packages/libnet-xwhois-perl/trunk/debian/copyright Sun Sep  3 02:26:01 2006
@@ -1,0 +1,19 @@
+This is the debian package for the Net::XWhois module.
+It was created by Matthias Urlichs <smurf at debian.org> using dh-make-perl.
+It is now maintained by Zak B. Elep <zakame at spunge.org>
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+The upstream author is Vipul Ved Prakash <mail at vipul.net>.
+
+
+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 or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: packages/libnet-xwhois-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/rules?rev=3640&op=file
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/rules (added)
+++ packages/libnet-xwhois-perl/trunk/debian/rules Sun Sep  3 02:26:01 2006
@@ -1,0 +1,85 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs TODO
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

Added: packages/libnet-xwhois-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/watch?rev=3640&op=file
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/watch (added)
+++ packages/libnet-xwhois-perl/trunk/debian/watch Sun Sep  3 02:26:01 2006
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Net/Net-XWhois-(.*)\.tar\.gz

Propchange: packages/libnet-xwhois-perl/trunk/examples/creation_time
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Sep  3 02:26:01 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libnet-xwhois-perl/trunk/examples/whois
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Sep  3 02:26:01 2006
@@ -1,0 +1,1 @@
+*




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