From 1927129a30494746800636e207d60f7dd3cacdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 19 Feb 2015 16:07:40 +0100 Subject: Remove timestamps from ref files to make build results reproducible --- debian/rules | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index c94abef..242a33e 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,18 @@ override_dh_auto_install: jam $(JAMCMDLINE) dirs jam $(JAMCMDLINE) install rm $(CURDIR)/debian/tmp/usr/bin/License.txt + # + # Make build results reproducible. + # + cp $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/RefMediumGamut.gam $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/RefMediumGamut.tmp + cat $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/RefMediumGamut.tmp | grep -v CREATED >$(CURDIR)/debian/tmp/usr/share/color/argyll/ref/RefMediumGamut.gam + rm -f $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/RefMediumGamut.tmp + cp $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/linear.cal $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/linear.tmp + cat $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/linear.tmp | grep -v CREATED >$(CURDIR)/debian/tmp/usr/share/color/argyll/ref/linear.cal + rm -f $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/linear.tmp + cp $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/strange.cal $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/strange.tmp + cat $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/strange.tmp | grep -v CREATED >$(CURDIR)/debian/tmp/usr/share/color/argyll/ref/strange.cal + rm -f $(CURDIR)/debian/tmp/usr/share/color/argyll/ref/strange.tmp override_dh_installdocs: dh_installdocs -- cgit v1.2.3