From: IOhannes m zmölnig Date: Thu, 7 Apr 2016 18:11:59 +0000 (+0200) Subject: Another try on a decent build-date X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~245 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=db630b00996d6bc8eed4276b1e4222c97c0a6166;p=juce.git Another try on a decent build-date --- diff --git a/debian/rules b/debian/rules index 3aa7ebcd..bbcce2b7 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,8 @@ # 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 date -u -d "$$(dpkg-parsechangelog -SDate)" +"%Y/%m/%d UTC") +#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") DEB_SRCDIR=debian/libbuilder/ BUILDDIR=$(DEB_SRCDIR)build