[SCM] pd-zexy/master: Make build-date string reproducible

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sat Jan 23 18:13:50 UTC 2016


The following commit has been merged in the master branch:
commit f7a40f04f18742bcefb16e10b3e306ca1986d4b5
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Jan 22 22:47:09 2016 +0100

    Make build-date string reproducible

diff --git a/debian/rules b/debian/rules
index da099ca..19eae1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,8 @@ DEB_MAKE_CHECK_TARGET = check
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 CDBS_BUILD_DEPENDS_rules_utils_buildinfo =
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-extension=pd_linux
+BUILD_DATE:=$(shell date -u -d "$$(dpkg-parsechangelog -SDate)" +"%Y/%m/%d at %H:%M:%S UTC")
+DEB_CONFIGURE_EXTRA_FLAGS += --with-extension=pd_linux --with-build-date="on $(BUILD_DATE)"
 
 binary-predeb/pd-zexy::
 	# remove libtools leftovers

-- 
pd-zexy packaging



More information about the pkg-multimedia-commits mailing list