[libdancer-plugin-email-perl] 01/04: Initial packaging by dh-make-perl 0.90

Axel Beckert abe at deuxchevaux.org
Tue Apr 26 14:25:57 UTC 2016


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

abe pushed a commit to branch master
in repository libdancer-plugin-email-perl.

commit 69507ac493c86764714152a4f921360d62c36457
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Apr 26 15:48:16 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6cb7dc7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdancer-plugin-email-perl (1.0400-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Axel Beckert <abe at debian.org>  Tue, 26 Apr 2016 15:48:15 +0200
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..4c0ef1c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: libdancer-plugin-email-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Axel Beckert <abe at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libauthen-sasl-perl (>= 2.16),
+ libdancer-perl,
+ libemail-date-format-perl,
+ libemail-sender-perl,
+ libfile-type-perl,
+ libmime-tools-perl,
+ libnet-smtp-ssl-perl (>= 1.01),
+ libnet-ssleay-perl (>= 1.58),
+ perl (>= 5.19.2)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdancer-plugin-email-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdancer-plugin-email-perl.git
+Homepage: https://metacpan.org/release/Dancer-Plugin-Email
+Testsuite: autopkgtest-pkg-perl
+
+Package: libdancer-plugin-email-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libauthen-sasl-perl (>= 2.16),
+ libdancer-perl,
+ libemail-date-format-perl,
+ libemail-sender-perl,
+ libfile-type-perl,
+ libmime-tools-perl,
+ libnet-smtp-ssl-perl (>= 1.01),
+ libnet-ssleay-perl (>= 1.58),
+ perl (>= 5.19.2)
+Description: Simple email sending for Dancer applications
+ This plugin tries to make sending emails from Dancer applications as simple
+ as possible. It uses Email::Sender under the hood. In a lot of cases, no
+ configuration is required. For example, if your app is hosted on a unix-like
+ server with sendmail installed, calling email() will just do the right thing.
+ .
+ IMPORTANT: Version 1.x of this module is not backwards compatible with the
+ 0.x versions. Dancer::Plugin::Email was originally built on Email::Stuff
+ which was built on Email::Send which has been deprecated in favor of
+ Email::Sender. Versions 1.x and on have be refactored to use Email::Sender. I
+ have tried to keep the interface the same as much as possible. The main
+ difference is the configuration. If there are features missing that you were
+ using in older versions, then please let me know by creating an issue on
+ github|https://github.com/ironcamel/Dancer-Plugin-Email.
+ .
+ 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..3c91c23
--- /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/Dancer-Plugin-Email
+Upstream-Contact: Naveed Massjouni <naveed at vt.edu>, Al Newkirk <awncorp at cpan.org>
+Upstream-Name: Dancer-Plugin-Email
+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: 2010, Naveed Massjouni <naveed at vt.edu>, Al Newkirk <awncorp at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, Axel Beckert <abe at debian.org>
+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..d8c7257
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Bug-Database: http://github.com/ironcamel/Dancer-Plugin-Email/issues
+Contact: Naveed Massjouni <naveed at vt.edu>, Al Newkirk <awncorp at cpan.org>
+Name: Dancer-Plugin-Email
+Repository: git://github.com/ironcamel/Dancer-Plugin-Email.git
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..feec1cc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Dancer-Plugin-Email   .*/Dancer-Plugin-Email-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/libdancer-plugin-email-perl.git



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