[SCM] juce/master: switching back to alternative BUILD_DATE format

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Apr 7 21:03:13 UTC 2016


The following commit has been merged in the master branch:
commit 89c7801fddee20c771299b4b4d7a560e6870d148
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Apr 7 21:37:56 2016 +0200

    switching back to alternative BUILD_DATE format

diff --git a/debian/rules b/debian/rules
index bbcce2b..8893c31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,9 @@
 # Copyright © 2015 IOhannes m zmölnig <umlaeute at debian.org>
 # Description: Main Debian packaging script for JUCE
 
-#BUILD_DATE=$(shell LC_ALL=C date -u -d "$$(dpkg-parsechangelog -SDate)" +"%h %d %Y")
+BUILD_DATE=$(shell LANG=C 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")
-BUILD_DATE=$(shell date -u -d "$$(dpkg-parsechangelog -SDate)" +"%m  %d %Y")
+#BUILD_DATE=$(shell date -u -d "$$(dpkg-parsechangelog -SDate)" +"%m  %d %Y")
 
 DEB_SRCDIR=debian/libbuilder/
 BUILDDIR=$(DEB_SRCDIR)build

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list