--- sendemail-1.55.orig/Makefile +++ sendemail-1.55/Makefile @@ -0,0 +1,4 @@ +install: + install -d $(DESTDIR)/usr/bin + install -m 755 sendEmail $(DESTDIR)/usr/bin/sendEmail + --- sendemail-1.55.orig/debian/docs +++ sendemail-1.55/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- sendemail-1.55.orig/debian/changelog +++ sendemail-1.55/debian/changelog @@ -0,0 +1,53 @@ +sendemail (1.55-2) unstable; urgency=low + + * Add libio-socket-ssl-perl and libnet-ssleay-perl as Suggests. + 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. Closes: #487687 + * Improve: + - debian/rules file + - copyright file + - man page + - Changelog file + - 'Description' field (debian/control) + * Change Standards-Version to 3.8.0 + * Support debhelper 7 compatibility + * Not include menu + + + -- Alejandro Garrido Mota Sun, 14 Dec 2008 23:00:42 -0430 + +sendemail (1.55-1) unstable; urgency=low + + * new upstream version + * A new mantainer (Closes: #391413) + + -- Alejandro Garrido Mota Tue, 19 Dec 2006 23:32:40 -0400 + +sendemail (1.52-4) unstable; urgency=low + + * QA upload. + * Set maintainer to QA Group; Orphaned: #391413 + * Conforms with latest Standards Version 3.7.2 + + -- Michael Ablassmeier Thu, 19 Oct 2006 10:21:23 +0200 + +sendemail (1.52-3) unstable; urgency=low + + * Corrupt MIME message when attaching fixed. + - Closes: #339988, thanks to Marco Paganini. + + -- David Moreno Garza Mon, 28 Nov 2005 21:31:39 -0600 + +sendemail (1.52-2) unstable; urgency=low + + * Changed maintainer's address. + + -- David Moreno Garza Sun, 28 Aug 2005 19:58:48 -0500 + +sendemail (1.52-1) unstable; urgency=low + + * Initial Release (Closes: #295288). + + -- David Moreno Garza Mon, 28 Feb 2005 16:11:57 -0600 + --- sendemail-1.55.orig/debian/copyright +++ sendemail-1.55/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by David Moreno Garza on +Mon, 28 Feb 2005 16:11:57 -0600. + +It was downloaded from http://caspian.dotconf.net/menu/Software/SendEmail/ + +Upstream Author: Brandon Zehm + +Copyright (c) 2001 Brandon Zehm + +License: + + This package 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 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +This package is maintained by Alejandro Garrido Mota +since Tue, 19 Dec 2006 23:32:40 -0400. --- sendemail-1.55.orig/debian/compat +++ sendemail-1.55/debian/compat @@ -0,0 +1 @@ +7 --- sendemail-1.55.orig/debian/sendEmail.1 +++ sendemail-1.55/debian/sendEmail.1 @@ -0,0 +1,83 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH JUL "1" "July 2005" "sendEmail" "User Commands" +.SH NAME +sendEmail \- Lightweight, command line SMTP email client +.SH DESCRIPTION +.PP +Synopsis: sendEmail \fB\-f\fR ADDRESS [options] +.IP +Required: +.TP +\fB\-f\fR ADDRESS +from (sender) email address +.IP +* At least one recipient required via \fB\-t\fR, \fB\-cc\fR, or \fB\-bcc\fR +* Message body required via \fB\-m\fR, STDIN, or \fB\-o\fR message\-file=FILE +.IP +Common: +.TP +\fB\-t\fR ADDRESS [ADDR ...] +to email address(es) +.TP +\fB\-u\fR SUBJECT +message subject +.TP +\fB\-m\fR MESSAGE +message body +.TP +\fB\-s\fR SERVER[:PORT] +smtp mail relay, default is localhost:25 +.IP +Optional: +.TP +\fB\-a\fR +FILE [FILE ...] file attachment(s) +.TP +\fB\-cc\fR +ADDRESS [ADDR ...] cc email address(es) +.TP +\fB\-bcc\fR ADDRESS [ADDR ...] +bcc email address(es) +.IP +Paranormal: +.TP +\fB\-xu\fR USERNAME +authentication user (for SMTP authentication) +.TP +\fB\-xp\fR PASSWORD +authentication password (for SMTP authentication) +.TP +\fB\-l\fR +LOGFILE log to the specified file +.TP +\fB\-v\fR +verbosity, use multiple times for greater effect +.TP +\fB\-q\fR +be quiet (no stdout output) +.TP +\fB\-o\fR NAME=VALUE +see extended help topic "misc" for details +.IP +Help: +.TP +\fB\-\-help\fR TOPIC +The following extended help topics are available: +.TP +addressing +explain addressing and related options +.TP +message +explain message body input and related options +.TP +misc +explain \fB\-xu\fR, \fB\-xp\fR, and others +.TP +networking +explain \fB\-s\fR, etc +.TP +output +explain logging and other output options +.PP +.SH ABOUT +This manpage was created using help2man. --- sendemail-1.55.orig/debian/control +++ sendemail-1.55/debian/control @@ -0,0 +1,20 @@ +Source: sendemail +Section: mail +Priority: optional +Maintainer: Alejandro Garrido Mota +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://www.caspian.dotconf.net/menu/Software/SendEmail/ + +Package: sendemail +Architecture: all +Depends: ${perl:Depends} +Suggests: libio-socket-ssl-perl, libnet-ssleay-perl +Description: Lightweight, command line SMTP email client + SendEmail is a lightweight, completly command line based, SMTP email + agent. It was designed to be used in bash scripts, Perl programs, and + web sites, but it is also quite useful in many other contexts. + . + SendEmail is written in Perl and is unique in that it + requires no special modules. It has a straight forward interface, + making it very easy to use. --- sendemail-1.55.orig/debian/rules +++ sendemail-1.55/debian/rules @@ -0,0 +1,51 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_installdirs usr/bin + $(MAKE) install DESTDIR=$(CURDIR)/debian/sendemail + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs CHANGELOG + dh_installdocs + dh_installexamples + dh_installman debian/sendEmail.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure