[SCM] mixxx/master: Disable use of __DATE__ and __TIME__

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Jan 26 00:10:12 UTC 2016


The following commit has been merged in the master branch:
commit 6051e37b40497007b437431829367f9a7293580a
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Jan 26 00:28:12 2016 +0100

    Disable use of __DATE__ and __TIME__

diff --git a/debian/rules b/debian/rules
index 2997604..9f4b04e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,11 @@ else
 	SUBSTVARS = -Vdist:Depends=""
 endif
 
-SCONS_OPTS = qt5=1 install_root=$(CURDIR)/debian/tmp/usr qtdir=/usr/share/qt5 prefix=/usr
+SCONS_OPTS  = qt5=1
+SCONS_OPTS += install_root=$(CURDIR)/debian/tmp/usr
+SCONS_OPTS += qtdir=/usr/share/qt5 prefix=/usr
 SCONS_OPTS += machine=$(DEB_HOST_ARCH)
+SCONS_OPTS += buildtime=0
 
 %:
 	dh $@ --parallel --with=scour,autotools_dev

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list