[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Package mailutils provides mailx but do not implement command Mail



On Mon, Jun 21, 2021 at 10:10:39AM +0500, Andrey Rahmatullin wrote:
> On Sun, Jun 20, 2021 at 08:59:47PM +0100, Jose M Calhariz wrote:
> > On Mon, Jun 21, 2021 at 12:34:19AM +0500, Andrey Rahmatullin wrote:
> > > On Sun, Jun 20, 2021 at 08:12:42PM +0100, Jose M Calhariz wrote:
> > > > package amanda-server uses a command named "Mail" to send email 
> > > Does it? Was the fix for https://bugs.debian.org/475771 reverted?
> > > 
> > 
> > I am searching in git history for the fix for that bug, as there is
> > not details about it on bug report.
> If you look at 433ed330, which is the debian/ change for that upload,
> you'll see the addition of "MAILER=/usr/bin/mail" to the make command.
> You may also be interested in the fix for #296022 (which passes the same
> to configure).
> 

Thank you for your help.  The debian/rules was rewriten since then, so
I am testing this patch:

diff --git a/debian/rules b/debian/rules
index 6f7e9c7..ad6a1a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,8 @@ confflags = --prefix=/usr \
        dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure:
-       LIBS="-lssl" dh_auto_configure -- $(confflags)
+       # MAILER: Fix for #296022, #475771 and #990080
+       MAILER="/usr/bin/mail" LIBS="-lssl" dh_auto_configure -- $(confflags)
 
 override_dh_install:
        sed -i "/dependency_libs/ s/'.*'/''/" `find debian/tmp -name '*.la'`



Kind regards
Jose M Calhariz

-- 
--

As pessoas mudam através do que alcançam

--Wystan Hugh Auden

Attachment: signature.asc
Description: PGP signature


Reply to: