[Reproducible-commits] [cdbs] 01/01: Export environment variable $SOURCE_DATE_EPOCH to produce reproducible output

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jul 29 14:15:07 UTC 2015


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

akira-guest pushed a commit to branch pu/reproducible_builds
in repository cdbs.

commit 33e2111dbe6035ae4695ed742bbe7fe021b0bfb0
Author: akira <marivalenm at gmail.com>
Date:   Wed Jul 29 15:50:36 2015 +0200

    Export environment variable $SOURCE_DATE_EPOCH to produce reproducible
    output
---
 1/rules/debhelper.mk.in | 2 ++
 debian/changelog        | 7 +++++++
 2 files changed, 9 insertions(+)

diff --git a/1/rules/debhelper.mk.in b/1/rules/debhelper.mk.in
index 2aec68d..7be6d72 100644
--- a/1/rules/debhelper.mk.in
+++ b/1/rules/debhelper.mk.in
@@ -75,6 +75,8 @@
 #   Completely override argument passing to dh_perl.
 ####
 
+export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog --count 1 -SDate)" +%s)
+
 #PATH_RULES#
 
 ifndef _cdbs_rules_debhelper
diff --git a/debian/changelog b/debian/changelog
index be3a7ed..5b10c15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cdbs (0.4.130.0~reproducible3) UNRELEASED; urgency=medium
+
+  * Export environment variable $SOURCE_DATE_EPOCH to produce reproducible
+    output 
+
+ -- akira <marivalenm at gmail.com>  Wed, 29 Jul 2015 16:07:07 +0200
+
 cdbs (0.4.130.0~reproducible2) UNRELEASED; urgency=medium
 
   * Remove call of dh_fixmtimes, which is now part of dh_builddeb.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/cdbs.git



More information about the Reproducible-commits mailing list