[Git][haskell-team/haskell-devscripts][master] 2 commits: Patch from Chris Lamb to explicitly set UTC for 1975 hack. closes: #933834.

Clint Adams gitlab at salsa.debian.org
Sun Aug 4 14:18:44 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / haskell-devscripts


Commits:
d5d2c577 by Clint Adams at 2019-08-04T13:14:43Z
Patch from Chris Lamb to explicitly set UTC for 1975 hack.  closes: #933834.

- - - - -
16b17248 by Clint Adams at 2019-08-04T13:15:35Z
changelog for 0.15.1

- - - - -


2 changed files:

- Dh_Haskell.sh
- debian/changelog


Changes:

=====================================
Dh_Haskell.sh
=====================================
@@ -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
=====================================
@@ -1,3 +1,10 @@
+haskell-devscripts (0.15.1) unstable; urgency=medium
+
+  * Patch from Chris Lamb to explicitly set UTC for 1975 hack.
+    closes: #933834.
+
+ -- Clint Adams <clint at 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.



View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/compare/5aecf2c4cdf52281943b9ebac49817087ee0d78a...16b172485c84b40514bf94a71b97fc434c50f555

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/compare/5aecf2c4cdf52281943b9ebac49817087ee0d78a...16b172485c84b40514bf94a71b97fc434c50f555
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190804/d0a489c4/attachment.html>


More information about the Pkg-haskell-commits mailing list