summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-01-22 23:42:56 -0800
committerManoj Srivastava <srivasta@debian.org>2016-01-22 23:42:56 -0800
commit8854039b09b822a2f859e8ff70b9659ea007abf9 (patch)
tree7cc6b124dd3da059021493c3d83e9d30dd6630af
parent5445b3d887757644d236fb4f3fcfd356dbbe8353 (diff)
Make mailagent be build reproduciblydebian/1%3.1-81-4
Commented out a $USER in the man page shell sources that was capturing the username, and rpevcenting mailagent from beign built reproducibly. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
-rwxr-xr-xagent/man/mailagent.SH2
-rw-r--r--debian/changelog7
2 files changed, 8 insertions, 1 deletions
diff --git a/agent/man/mailagent.SH b/agent/man/mailagent.SH
index 41aaff2..ef74b6c 100755
--- a/agent/man/mailagent.SH
+++ b/agent/man/mailagent.SH
@@ -730,7 +730,7 @@ The name of the file holding the filtering rules (optional on non
Debian systems, suggested: ~/.rules). On Debian systems, one must have
a minimal rules file to prevent \fImailagent\fR from trying to put
messages into
-.I /var/spool/mail/$USER,
+.I /var/spool/mail/\$USER,
since mailagent can't lock that directory to prevent mail from being
garbled. This is because Debian policy requires all entities
attempting locks on that directory to be
diff --git a/debian/changelog b/debian/changelog
index fa35eee..58e0078 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mailagent (1:3.1-81-4) unstable; urgency=low
+
+ * Commented out a $USER in the man page shell sources that was capturing
+ the username, and rpevcenting mailagent from beign built reproducibly.
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 22 Jan 2016 23:42:25 -0800
+
mailagent (1:3.1-81-3) unstable; urgency=low
* New bug fixing release