Package: sendemail
Version: 1.55-1
Severity: wishlist
Tags: patch
Usertags: origin-ubuntu hardy

Hi,

Since sendEmail v1.54, TLS support is included and is used by default if the 
IO::Socket::SSL and Net::SSLeay modules are installed.
In Ubuntu I felt it would be a good idea to add the corresponding packages as 
Suggests, so that users are aware that adding these modules will enhance the 
functionality of the script.
To this end, I have applied the attached patch (obviously you don't need the 
maintainer change).
I thought you might be interested to know and eventually do the same.

Many thanks,

Cesare

References:
[1] https://bugs.launchpad.net/ubuntu/%2Bsource/sendemail/%2Bbug/237964
diff -u sendemail-1.55/debian/changelog sendemail-1.55/debian/changelog
--- sendemail-1.55/debian/changelog
+++ sendemail-1.55/debian/changelog
@@ -1,3 +1,14 @@
+sendemail (1.55-1ubuntu1) intrepid; urgency=low
+
+  * Add libio-socket-ssl-perl and libnet-ssleay-perl as Suggests (LP: #237964).
+    Since sendEmail v1.54, TLS support is included but not used by default.
+    These perl modules are necessary to use this functionality if specified
+    with the -o tls=yes command line option.
+  * Modify Maintainer value to match the DebianMaintainerField
+    specification.
+
+ -- Cesare Tirabassi <[EMAIL PROTECTED]>  Fri, 06 Jun 2008 23:37:58 +0200
+
 sendemail (1.55-1) unstable; urgency=low
    
   * new upstream version
diff -u sendemail-1.55/debian/control sendemail-1.55/debian/control
--- sendemail-1.55/debian/control
+++ sendemail-1.55/debian/control
@@ -1,13 +1,15 @@
 Source: sendemail
 Section: mail
 Priority: optional
-Maintainer: Alejandro Garrido Mota <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Alejandro Garrido Mota <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.7.2
 
 Package: sendemail
 Architecture: all
 Depends: ${perl:Depends}
+Suggests: libio-socket-ssl-perl, libnet-ssleay-perl
 Description: email-from-console sending tool
  SendEmail is a lightweight, completly command line based, SMTP email
  agent. 

Reply via email to