[SCM] csound/master: Sanitize environment when getting package date

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Dec 4 19:28:22 UTC 2015


The following commit has been merged in the master branch:
commit 3ac680868731879ff20543a132172212cafce8f3
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Dec 3 20:47:42 2015 -0300

    Sanitize environment when getting package date

diff --git a/debian/rules b/debian/rules
index cc44d7a..ca2c561 100755
--- a/debian/rules
+++ b/debian/rules
@@ -159,7 +159,7 @@ DEB_BUILD_PARALLEL = 1
 
 DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 
-PACKAGE_DATE = $(shell date -d"`dpkg-parsechangelog -SDate`" +%F)
+PACKAGE_DATE = $(shell env --ignore-environment TZ=UTC LANG=C date -d"`dpkg-parsechangelog -SDate`" +%F)
 
 build/libcsound64-doc:: build-doxygen-stamp
 build-doxygen-stamp:

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list