debian/0000755000000000000000000000000011706766447007210 5ustar debian/copyright0000644000000000000000000000273711706622126011135 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Name: extsmail Upstream-Contact: Laurence Tratt Source: http://tratt.net/laurie/src/extsmail/ Files: * Copyright: 2008 Laurence Tratt License: Expat Files: debian/* Copyright: 2011 Olivier Girondel License: Expat License: Expat Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000644000000000000000000000012611706622126010221 0ustar version=3 http://tratt.net/laurie/src/extsmail/releases/extsmail-([0-9|\.]+)\.tar\.gz debian/control0000644000000000000000000000147011706622126010576 0ustar Source: extsmail Section: mail Priority: extra Maintainer: Olivier Girondel Build-Depends: debhelper (>= 8), autotools-dev, bison, flex Standards-Version: 3.9.2 Homepage: http://tratt.net/laurie/src/extsmail/ Package: extsmail Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: enables the robust sending of e-mail to external commands extsmail masquerades as the standard UNIX sendmail program, reading messages, and later piping them to user-defined commands. . In a sense, extsmail can be thought of as a very simple "tiny" sendmail (Think SSMTP, UUCP, ...) . A typical use is to allow e-mail to be piped via ssh to external servers running a full sendmail-compatible MTA. extsmail is designed to have sensible defaults, and configuring it is a one-off, quick job. debian/changelog0000644000000000000000000000023311706622126011041 0ustar extsmail (1.4-1) unstable; urgency=low * Initial release (Closes: #652731) -- Olivier Girondel Tue, 20 Dec 2011 21:33:46 +0100 debian/rules0000755000000000000000000000011111706622126010242 0ustar #!/usr/bin/make -f # -*- makefile -*- DH_VERBOSE=1 %: dh $@ --parallel debian/compat0000644000000000000000000000000211706622126010367 0ustar 8 debian/patches/0000755000000000000000000000000011706622126010620 5ustar debian/patches/fix-hyphen-in-manpage.patch0000644000000000000000000000233011706622126015730 0ustar Fix lintian warning: hyphen-used-as-minus-sign --- a/extsmail.externals.5 +++ b/extsmail.externals.5 @@ -112,7 +112,7 @@ .Bd -literal -offset indent group { external mymachine { - sendmail = "/usr/bin/ssh -q -C -l user mymachine.net /usr/sbin/sendmail" + sendmail = "/usr/bin/ssh \-q \-C \-l user mymachine.net /usr/sbin/sendmail" } } .Ed @@ -131,17 +131,17 @@ match header "^To:.*@foo.com" external foo { - sendmail = "/usr/bin/ssh -q -C -l user shell.foo.com /usr/sbin/sendmail" + sendmail = "/usr/bin/ssh \-q \-C \-l user shell.foo.com /usr/sbin/sendmail" } } group { external mymachine { - sendmail = "/usr/bin/ssh -q -C -l user mymachine.net /usr/sbin/sendmail" + sendmail = "/usr/bin/ssh \-q \-C \-l user mymachine.net /usr/sbin/sendmail" } external bk { - sendmail = "/usr/bin/ssh -q -C -l user bk.mymachine.net /usr/sbin/sendmail" + sendmail = "/usr/bin/ssh \-q \-C \-l user bk.mymachine.net /usr/sbin/sendmail" } } .Ed @@ -150,4 +150,4 @@ .Xr extsmail.conf 5 , .Xr extsmaild 1 .Sh AUTHORS -.An Laurence Tratt Aq http://tratt.net/laurie/ \ No newline at end of file +.An Laurence Tratt Aq http://tratt.net/laurie/ debian/patches/series0000644000000000000000000000010511706622126012031 0ustar install.patch fix-hyphen-in-manpage.patch fix-distclean-target.patch debian/patches/install.patch0000644000000000000000000000171111706622126013307 0ustar Fix manpages installation --- a/Makefile.in +++ b/Makefile.in @@ -43,13 +43,14 @@ install -d ${DESTDIR}${bindir} install -c -m 555 extsmail ${DESTDIR}${bindir} install -c -m 555 extsmaild ${DESTDIR}${bindir} - install -d ${DESTDIR}${prefix}/man/cat1 - install -c -m 444 extsmail.1 ${DESTDIR}${prefix}/man/man1/extsmail.1 + install -d ${DESTDIR}${prefix}/share/man/man1 + install -d ${DESTDIR}${prefix}/share/man/man5 + install -c -m 444 extsmail.1 ${DESTDIR}${prefix}/share/man/man1/extsmail.1 install -c -m 444 extsmail.conf.5 \ - ${DESTDIR}${prefix}/man/man5/extsmail.conf.5 + ${DESTDIR}${prefix}/share/man/man5/extsmail.conf.5 install -c -m 444 extsmail.externals.5 \ - ${DESTDIR}${prefix}/man/man5/extsmail.externals.5 - install -c -m 444 extsmaild.1 ${DESTDIR}${prefix}/man/man1/extsmaild.1 + ${DESTDIR}${prefix}/share/man/man5/extsmail.externals.5 + install -c -m 444 extsmaild.1 ${DESTDIR}${prefix}/share/man/man1/extsmaild.1 clean: debian/patches/fix-distclean-target.patch0000644000000000000000000000042111706622126015654 0ustar Fix 'make distclean' --- a/Makefile.in +++ b/Makefile.in @@ -59,8 +59,7 @@ distclean: clean - rm -rf configure Makefile Config.h Config.h.in autom4te.cache config.log \ - config.status + rm -rf Makefile Config.h autom4te.cache config.log config.status distrib: debian/source/0000755000000000000000000000000011706622126010471 5ustar debian/source/format0000644000000000000000000000001411706622126011677 0ustar 3.0 (quilt)