[libpoe-filter-ssl-perl] 01/03: Initial packaging by dh-make-perl 0.84

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Aug 18 10:55:16 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit 9bac3b1eb6fb6ab584e6921e785949513c62f25f
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Aug 18 06:54:11 2015 -0300

    Initial packaging by dh-make-perl 0.84
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 27 +++++++++++++++++++++++++++
 debian/copyright         | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules             |  4 ++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  4 ++++
 debian/watch             |  2 ++
 8 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c4cb99d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libpoe-filter-ssl-perl (0.27-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Tue, 18 Aug 2015 06:54:10 -0300
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..72cedb8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: libpoe-filter-ssl-perl
+Section: perl
+Priority: optional
+Maintainer: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Build-Depends: debhelper (>= 9.20120312~),
+ perl
+Standards-Version: 3.9.6
+Homepage: https://metacpan.org/release/POE-Filter-SSL
+
+Package: libpoe-filter-ssl-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: The easiest and flexiblest way to SSL in POE!
+ POE::Filter::SSL allows to secure connections of POE::Wheel::ReadWrite with
+ OpenSSL by a POE::Filter object, and behaves (beside of SSLing) as
+ POE::Filter::Stream.
+ .
+ POE::Filter::SSL can be added, switched and removed during runtime, for
+ example if you want to initiate SSL (see the SSL on an established connection
+ example in SYNOPSIS) on an already established connection. You are able to
+ combine POE::Filter::SSL with other filters, for example have a HTTPS server
+ together with POE::Filter::HTTPD (see the HTTPS-Server example in SYNOPSIS).
+ .
+ POE::Filter::SSL is based on Net::SSLeay, but got two XS functions which
+ Net::SSLeay is missing.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0682532
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/POE-Filter-SSL
+Upstream-Contact: Markus Schraeder <privi at cpan.org>
+Upstream-Name: POE-Filter-SSL
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Markus Schraeder <privi at cpan.org>
+License: 
+
+Files: debian/*
+Copyright: 2015, Lucas Kanashiro <kanashiro.duarte at gmail.com>
+License: Artistic or GPL-1+
+
+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'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..767d597
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Markus Schraeder <privi at cpan.org>
+Name: POE-Filter-SSL
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..922980e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/POE-Filter-SSL   .*/POE-Filter-SSL-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/libpoe-filter-ssl-perl.git



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