summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-01-15 12:51:28 -0800
committerManoj Srivastava <srivasta@debian.org>2016-01-15 12:51:28 -0800
commit502181b4b549ce08c406c9e59645e75d742e0361 (patch)
tree0cd4b916079528aa62687f286dfa1e8076c1d178
parenta11557e3d6eb550e8c7d1fdf5fb8399b50df692d (diff)
[master]: Do not hardcode local host and domain.
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 950ba20..5781bf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ mailagent (1:3.1-81-1) unstable; urgency=low
* Converted the copyright file to DEP-5 format.
* Moved the maintainer scripts to where dh wants them, and upodated the
rules check to match.
+ * Try to move towards reproducible builds; do not hard code local host
+ in the configuration step.
- -- Manoj Srivastava <srivasta@debian.org> Fri, 15 Jan 2016 02:02:13 -0800
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 15 Jan 2016 12:50:38 -0800
mailagent (1:3.1-78-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index eb5b3b3..5cc8861 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,8 @@ override_dh_auto_configure:
-de \
-D prefix=$(PREFIX) \
-D orgname=/etc/news/organization \
+ -D myhostname=localhost \
+ -D mydomain=localdomain \
-D defeditor=/usr/ae \
-D usenm=no \
-D privlib=/usr/share/$(package) \