[SCM] juce/master: Use numeric build-date

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Feb 16 15:57:12 UTC 2016


The following commit has been merged in the master branch:
commit 271c14b545da991645006e54ef2d8726a5f5beb2
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Feb 16 16:44:52 2016 +0100

    Use numeric build-date
    
    to get rid of locale problems when building reproducibly

diff --git a/debian/rules b/debian/rules
index 2bf743c..b2aea6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
 # Copyright © 2015 IOhannes m zmölnig <umlaeute at debian.org>
 # Description: Main Debian packaging script for JUCE
 
-BUILD_DATE=$(shell date -u -d "$$(dpkg-parsechangelog -SDate)" +"%h %d %Y")
-#export DEB_CPPFLAGS_MAINT_APPEND = -DBUILD_DATE='"$(BUILD_DATE)"'
+#BUILD_DATE=$(shell LC_ALL=C date -u -d "$$(dpkg-parsechangelog -SDate)" +"%h %d %Y")
+BUILD_DATE=$(shell date -u -d "$$(dpkg-parsechangelog -SDate)" +"%Y/%m/%d UTC")
 
 DEB_SRCDIR=debian/libbuilder/
 BUILDDIR=$(DEB_SRCDIR)build

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list