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

Bug#990197: unblock: amanda/3.5.1-6



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package amanda

On a recent minimal install of bullseye I found that amanda software
were not able to send emails.  With amanda most of the information is
communicated by email to the sysadmin and backup operators, so I think
this is a bug of level important.

(include/attach the debdiff against the package in testing)

diff -Nru amanda-3.5.1/debian/rules amanda-3.5.1/debian/rules
--- amanda-3.5.1/debian/rules	2020-08-02 21:57:24.000000000 +0100
+++ amanda-3.5.1/debian/rules	2021-06-22 13:10:01.000000000 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Copyright 1998-2011 by Bdale Garbee.  License GPL v2
-#           2016-2017 by Jose M Calhariz. License GPL v2
+#           2016-2021 by Jose M Calhariz. License GPL v2
 
 export DH_VERBOSE=1
 
@@ -41,7 +41,12 @@
 	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_auto_build:
+	# MAILER: Fix for #296022, #475771 and #990080
+	MAILER="/usr/bin/mail" dh_auto_build
 
 override_dh_install:
 	sed -i "/dependency_libs/ s/'.*'/''/" `find debian/tmp -name '*.la'`


unblock amanda/3.5.1-6

-- System Information:
Debian Release: 10.9
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-16-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8), LANGUAGE=C (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


Reply to: