[libdancer-plugin-email-perl] 03/04: Fine-tune package description

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 0e4eb2bb262a4eff943cafa92394f8dbcb350630
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Apr 26 16:20:02 2016 +0200

    Fine-tune package description
---
 debian/control   | 28 +++++++++++++---------------
 debian/copyright |  8 --------
 2 files changed, 13 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index 9ba7e65..624c0e9 100644
--- a/debian/control
+++ b/debian/control
@@ -32,19 +32,17 @@ Depends: libauthen-sasl-perl (>= 2.16),
          perl (>= 5.19.2),
          ${misc:Depends},
          ${perl:Depends}
-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.
+Description: Simple email sending plugin for Dancer applications
+ Dancer::Plugin::Email 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.
+ Please note that 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.
diff --git a/debian/copyright b/debian/copyright
index 3c91c23..9679682 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,6 @@ 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>

-- 
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