[Pkg-octave-commit] [octave-communications] 01/01: d/rules: Set SOURCE_DATE_EPOCH envvar, for reproducible build

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Jul 26 13:49:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-communications.

commit 3b602b67611948b1e4740616c8f454eb07b15edc
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Tue Jul 26 10:49:16 2016 -0300

    d/rules: Set SOURCE_DATE_EPOCH envvar, for reproducible build
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 27780e1..86ac783 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
 
+export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -SDate | date -f- +%s)
+
 pkg = communications
 archshr = $(CURDIR)/debian/octave-$(pkg)/usr/share
 indepshr = $(CURDIR)/debian/octave-$(pkg)-common/usr/share

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-communications.git



More information about the Pkg-octave-commit mailing list