[SCM] Debian packaging of Net-Server-Mail CPAN distribution branch, master, updated. debian/0.17-1-9-g4059fb5

Xavier Guimard x.guimard at free.fr
Sun Dec 16 16:55:54 UTC 2012


The following commit has been merged in the master branch:
commit 1f9b2570408dec0ee87b6e98860fb021d3e92b2c
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Dec 16 17:40:01 2012 +0100

    Bump S-V to 3.9.4 + dh to 8 + update desc

diff --git a/debian/compat b/debian/compat
index b8626c4..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+8
diff --git a/debian/control b/debian/control
index 856cff7..e5341f1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,28 @@
 Source: libnet-server-mail-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+ Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-server-mail-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-server-mail-perl.git
+Homepage: http://search.cpan.org/dist/Net-Server-Mail/
 
 Package: libnet-server-mail-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  Class to easily create a mail server
- This module is a versatile and extensible implementation of the SMTP
- protocol and its different evolutions like ESMTP and LMTP. The event
- driven object-oriented API makes easy to incorporate the SMTP protocol
- to your programs.
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: Class to easily create a mail server
+ Net::Server::Mail is a versatile and extensible implementation of the SMTP
+ protocol and its different evolutions like ESMTP and LMTP. The event driven
+ object-oriented API makes easy to incorporate the SMTP protocol to your
+ programs.
  .
- Other SMTPd implementations don't support useful ESMTP extensions and
- the LMTP protocol. Their interface design precludes adding them
- later. So I've decided to rewrite a complete implementation with
- extensibility in mind.
- .
- It provides mechanism to easy addition future or not yet implemented
- ESMTP extensions. Developers can hook code at each SMTP session state
- and change the module's behaviors by registering event call-backs. The
- class is designed to be easily inherited from.
+ It provides mechanism to easy addition future or not yet implemented ESMTP
+ extensions. Developers can hook code at each SMTP session state and change
+ the module's behaviors by registering event call-backs. The class is designed
+ to be easily inherited from.
+

-- 
Debian packaging of Net-Server-Mail CPAN distribution



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