[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.0.3-1-120-g92e3e4d

Luca Capello luca at pca.it
Thu May 31 18:05:28 UTC 2012


The following commit has been merged in the master branch:
commit 92e3e4dc74cd9fb02434a65d7c58ca2fd4a9102f
Author: Luca Capello <luca at pca.it>
Date:   Thu May 31 20:05:23 2012 +0200

    debian/rules: (#519567) CONF_ALL += --with-[dump|job]-email=root

diff --git a/debian/changelog b/debian/changelog
index 868867c..49dc25f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -98,6 +98,9 @@ bacula (5.0.3+dfsgreal-1) UNRELEASED; urgency=low
     + import from upstream Git commit:3cd099b.
   * debian/README.Debian:
     + explain why upstream sources are not DFSG-free.
+  * debian/rules:
+    + add --with-dump-email=root and --with-job-email=root to CONF_ALL,
+      thus removing the '@localhost' domain part (Closes: #519567).
 
   [ Martin Pitt ]
   * debian/control (Closes: #639466):
diff --git a/debian/rules b/debian/rules
index 9fc8252..09f0bf0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,9 @@ CONF_ALL	= \
 	--with-pid-dir=/var/run/bacula \
 	--with-smtp-host=localhost \
 	--with-working-dir=/var/lib/bacula \
-	--with-subsys-dir=/var/lock
+	--with-subsys-dir=/var/lock \
+	--with-dump-email=root \
+	--with-job-email=root
 
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 CONF_ALL	+= --disable-acl --disable-xattr

-- 
Bacula, a network backup, recovery and verification program



More information about the pkg-bacula-commits mailing list