[libmail-rbl-perl] 01/01: Imported Debian patch 1.10-1

Scott Kitterman kitterman at moszumanska.debian.org
Thu Dec 22 15:57:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository libmail-rbl-perl.

commit 3a2d2d58abfbd7265218959e29de84c7c90fa25b
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Dec 22 10:11:55 2016 -0500

    Imported Debian patch 1.10-1
---
 debian/changelog             |  6 ++++++
 debian/compat                |  1 +
 debian/control               | 21 +++++++++++++++++++++
 debian/copyright             | 19 +++++++++++++++++++
 debian/libmail-rbl-perl.docs |  1 +
 debian/rules                 |  7 +++++++
 debian/source/format         |  1 +
 debian/watch                 |  2 ++
 8 files changed, 58 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fa68ada
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libmail-rbl-perl (1.10-1) unstable; urgency=low
+
+  [ Markus Benning ]
+  * Initial Release (Closes: #849083).
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 22 Dec 2016 10:11:55 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fd899f3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libmail-rbl-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Markus Benning <ich at markusbenning.de>, Scott Kitterman <scott at kitterman.com>
+Build-Depends: debhelper (>= 9), libnet-dns-perl, libnetaddr-ip-perl
+Build-Depends-Indep: perl
+Standards-Version: 3.9.8
+Homepage: http://search.cpan.org/dist/Mail-RBL/
+
+Package: libmail-rbl-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libnet-dns-perl, libnetaddr-ip-perl
+Description: Perl extension to access RBL-style host verification services
+ Mail::RBL eases the task of checking if a given host is in the list. The
+ methods available are described below:
+ .
+ - new(suffix, resolver): Creates a list handle
+ - check($host): either a hostname or an IP address
+ - check_rhsbl($host): queries RHSBLs instead of IP-based lists, useful for
+   using lists such as some of http://www.rfc-ignorant.org/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c640199
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
+Maintainer: Luis E. Muñoz <luismunoz at cpan.org>
+Source: http://search.cpan.org/dist/Mail-RBL/
+Name: Mail-RBL
+
+Files: *
+Copyright: 2006,2007 Luis E. Muñoz <luismunoz at cpan.org>
+License: Artistic
+
+Files: debian/*
+Copyright: 2014, Markus Benning <werewolf at saftpresse.bofh-noc.de>
+License: Artistic
+
+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'.
diff --git a/debian/libmail-rbl-perl.docs b/debian/libmail-rbl-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libmail-rbl-perl.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6a9011d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+SKIP_RBL_TESTS := 1
+export SKIP_RBL_TESTS
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9d8a4be
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Mail-RBL/   .*/Mail-RBL-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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