[SCM] paulstretch/master: Make build reproducible. (Closes: #842583)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 30 20:54:58 UTC 2016


The following commit has been merged in the master branch:
commit 7addf27ac59c316950d7c1005204d2bd40734ccb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 30 21:22:09 2016 +0100

    Make build reproducible. (Closes: #842583)

diff --git a/debian/rules b/debian/rules
index f52aa78..831bede 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
 	# ./compile_linux_fftw.sh with custom LDFLAGS
 	fluid -c GUI.fl 
 	fluid -c FreeEditUI.fl
-	g++  GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp \
+	g++  GUI.cxx FreeEditUI.cxx `LC_ALL=C ls *.cpp Input/*.cpp Output/*.cpp` \
 	  -o paulstretch \
 	  $(LDFLAGS) \
 	  `fltk-config --cflags` `fltk-config --ldflags` \

-- 
paulstretch packaging



More information about the pkg-multimedia-commits mailing list