projects
/
alioth
/
musescore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dbbf51
)
make more reproducible soon
author
mirabilos
<tg@debian.org>
Sun, 2 Aug 2020 20:06:30 +0000
(22:06 +0200)
committer
mirabilos
<mirabilos@evolvis.org>
Sun, 2 Aug 2020 20:06:30 +0000
(22:06 +0200)
debian/changelog
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
c6806ac
..
a3b76bb
100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-1,3
+1,10
@@
+musescore2 (2.3.2+dfsg3-10) UNRELEASED; urgency=medium
+
+ * Force timezone to UTC during build: cmake creating PKZIP
+ archives inserts the MS-DOS timestamp, which is localtime
+
+ -- Thorsten Glaser <tg@mirbsd.de> Sun, 02 Aug 2020 22:05:55 +0200
+
musescore2 (2.3.2+dfsg3-9) unstable; urgency=medium
* Quieten another G++ warning that’s upstream’s job
diff --git
a/debian/rules
b/debian/rules
index
e5e9c74
..
5c94f40
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-10,6
+10,8
@@
endif
LC_ALL:=C.UTF-8
export LC_ALL
+TZ:=UTC
+export TZ
shellescape='$(subst ','\'',$(1))'
shellexport=$(1)=$(call shellescape,${$(1)})