aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2015-03-15 19:37:54 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2015-03-15 19:37:54 +0000
commit4eea36b1eb11f8b1a5629ee7a44c4e0b61ee643e (patch)
treef8dc5466ce749f079545adf2d3fa3a306c48bd98 /debian/rules
parent000f704fc6a2f8a14551575d2dbaedf651e7f5f4 (diff)
downloadwavemon-4eea36b1eb11f8b1a5629ee7a44c4e0b61ee643e.tar.gz
Add support for reproducible builds
Diffstat (limited to '')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 14f6997..342fdcc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,7 @@
export DEB_CFLAGS_MAINT_APPEND=-pthread
+export BUILD_DATE = $(shell LC_ALL=C date -u --date="`dpkg-parsechangelog -SDate`")
+
%:
dh $@ --with autotools_dev