Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Patch from Chris Lamb to explicitly set UTC for 1975 hack. closes: #933834.
· d5d2c577
Clint Adams
authored
Aug 04, 2019
d5d2c577
changelog for 0.15.1
· 16b17248
Clint Adams
authored
Aug 04, 2019
16b17248
Show whitespace changes
Inline
Side-by-side
Dh_Haskell.sh
View file @
16b17248
...
...
@@ -449,8 +449,8 @@ configure_recipe(){
# beginning of the epoch, so work around this pair of silliness
# by setting old mtimes to 1998
reftime
=
$(
mktemp
)
touch
-d
1975-01-01
"
${
reftime
}
"
find
.
\!
-newer
"
${
reftime
}
"
-exec
touch
-d
1998-01-01
{}
\;
touch
-d
"
1975-01-01
UTC"
"
${
reftime
}
"
find
.
\!
-newer
"
${
reftime
}
"
-exec
touch
-d
"
1998-01-01
UTC"
{}
\;
rm
"
${
reftime
}
"
hc
=
`
packages_hc
`
...
...
debian/changelog
View file @
16b17248
haskell-devscripts (0.15.1) unstable; urgency=medium
* Patch from Chris Lamb to explicitly set UTC for 1975 hack.
closes: #933834.
-- Clint Adams <clint@debian.org> Sun, 04 Aug 2019 09:15:16 -0400
haskell-devscripts (0.15.0) unstable; urgency=medium
* Work around old timestamps in new Hackage tarballs.
...
...