r3255 - in /packages/libnet-rblclient-perl/trunk: RBLClient.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Jul 9 20:15:53 UTC 2006


Author: gregoa-guest
Date: Sun Jul  9 20:15:52 2006
New Revision: 3255

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

Added:
    packages/libnet-rblclient-perl/trunk/debian/
    packages/libnet-rblclient-perl/trunk/debian/changelog
    packages/libnet-rblclient-perl/trunk/debian/compat
    packages/libnet-rblclient-perl/trunk/debian/control
    packages/libnet-rblclient-perl/trunk/debian/copyright
    packages/libnet-rblclient-perl/trunk/debian/rules   (with props)
    packages/libnet-rblclient-perl/trunk/debian/watch
Modified:
    packages/libnet-rblclient-perl/trunk/RBLClient.pm   (props changed)

Propchange: packages/libnet-rblclient-perl/trunk/RBLClient.pm
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Jul  9 20:15:52 2006
@@ -1,0 +1,1 @@
+*

Added: packages/libnet-rblclient-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-rblclient-perl/trunk/debian/changelog?rev=3255&op=file
==============================================================================
--- packages/libnet-rblclient-perl/trunk/debian/changelog (added)
+++ packages/libnet-rblclient-perl/trunk/debian/changelog Sun Jul  9 20:15:52 2006
@@ -1,0 +1,6 @@
+libnet-rblclient-perl (0.2-1) unstable; urgency=low
+
+  * Initial release (closes: #359073).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  9 Jul 2006 22:02:34 +0200
+

Added: packages/libnet-rblclient-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-rblclient-perl/trunk/debian/compat?rev=3255&op=file
==============================================================================
--- packages/libnet-rblclient-perl/trunk/debian/compat (added)
+++ packages/libnet-rblclient-perl/trunk/debian/compat Sun Jul  9 20:15:52 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libnet-rblclient-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-rblclient-perl/trunk/debian/control?rev=3255&op=file
==============================================================================
--- packages/libnet-rblclient-perl/trunk/debian/control (added)
+++ packages/libnet-rblclient-perl/trunk/debian/control Sun Jul  9 20:15:52 2006
@@ -1,0 +1,22 @@
+Source: libnet-rblclient-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libnet-dns-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.7.2
+
+Package: libnet-rblclient-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libnet-dns-perl
+Description:  Queries multiple Realtime Blackhole Lists in parallel
+ This module is used to discover what RBL's are listing a particular IP
+ address.  It parallelizes requests for fast response.
+ .
+ An RBL, or Realtime Blackhole List, is a list of IP addresses meeting some
+ criteria such as involvement in Unsolicited Bulk Email.  Each RBL has
+ its own criteria for addition and removal of addresses.  If you want to
+ block email or other traffic to/from your network based on one or more
+ RBLs, you should carefully study the behavior of those RBLs before and
+ during such blocking.

Added: packages/libnet-rblclient-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-rblclient-perl/trunk/debian/copyright?rev=3255&op=file
==============================================================================
--- packages/libnet-rblclient-perl/trunk/debian/copyright (added)
+++ packages/libnet-rblclient-perl/trunk/debian/copyright Sun Jul  9 20:15:52 2006
@@ -1,0 +1,16 @@
+This is the debian package for the Net::RBLClient module.
+It was created by gregor herrmann <gregor+debian at comodo.priv.at> using dh-make-perl.
+
+
+Author:
+Asher Blum <asher at wildspark.com>.
+
+Copyright/License:
+Copyright (C) 2002 Asher Blum.  All rights reserved.
+This code 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-rblclient-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-rblclient-perl/trunk/debian/rules?rev=3255&op=file
==============================================================================
--- packages/libnet-rblclient-perl/trunk/debian/rules (added)
+++ packages/libnet-rblclient-perl/trunk/debian/rules Sun Jul  9 20:15:52 2006
@@ -1,0 +1,76 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs 
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+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-rblclient-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libnet-rblclient-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-rblclient-perl/trunk/debian/watch?rev=3255&op=file
==============================================================================
--- packages/libnet-rblclient-perl/trunk/debian/watch (added)
+++ packages/libnet-rblclient-perl/trunk/debian/watch Sun Jul  9 20:15:52 2006
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/net/net-rblclient-(.*).(tar.gz|tar|tgz)




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