summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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 \