[SCM] juce/master: Another try on a decent build-date

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


The following commit has been merged in the master branch:
commit db630b00996d6bc8eed4276b1e4222c97c0a6166
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Apr 7 20:11:59 2016 +0200

    Another try on a decent build-date

diff --git a/debian/rules b/debian/rules
index 3aa7ebc..bbcce2b 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

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list