summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-01-12 23:01:16 -0800
committerManoj Srivastava <srivasta@debian.org>2016-01-12 23:01:16 -0800
commitac0897b8d0bf471a5780fe1135570479ad9d6b16 (patch)
treedecfac5c7ae5410fcb0fe97a81f27dfcc5c1e061
parentb6522e6981f04e1ca972204cea280ed27d8924a2 (diff)
[master]: New upstream snapshot.
Bug fix: "please make the build reproducible", thanks to Reiner Herrmann. Applied the supplied patch. (Closes: #785549) Signed-off-by: Manoj Srivastava <srivasta@debian.org>
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d7b63e6..4121b24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dist (1:3.5-36.0001-1) unstable; urgency=low
+
+ * New upstream snapshot.
+ * Bug fix: "please make the build reproducible", thanks to Reiner
+ Herrmann. Applied the supplied patch. (Closes: #785549).
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 12 Jan 2016 23:00:15 -0800
+
dist (1:3.5-36-2) unstable; urgency=low
* Updated translation for Brazilian Portuguese
diff --git a/debian/rules b/debian/rules
index 2421376..3785df6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,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 privlib=/usr/share/$(package) \
-D pager=/bin/more \