[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.8-1-359-gf99eb77

Ove Kaaven ovek at arcticnet.no
Sun Jan 4 12:10:57 UTC 2009


The following commit has been merged in the master branch:
commit 76f0cf739e35a92b9e173bd6966c51cba0a601ed
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sun Jan 4 04:51:14 2009 +0100

    Made the debian/maint/import script run date in the C locale.

diff --git a/debian/maint/import b/debian/maint/import
index 29a2f1c..a366ba1 100755
--- a/debian/maint/import
+++ b/debian/maint/import
@@ -43,7 +43,7 @@ git checkout upstream
 git pull winehq tag "$upstream_tag"
 # format my verbose "New upstream release" messages, including ANNOUNCE file
 tag_time=`git-cat-file tag "$upstream_tag"|sed -n 's/tagger .*<.*> \([0-9]*\) .*/\1/p'`
-release_date=`date -u -d "@$tag_time" +"%b %-d, %Y"`
+LC_ALL=C release_date=`date -u -d "@$tag_time" +"%b %-d, %Y"`
 echo "New upstream release $upstream_version, released $release_date." > announce.tmp
 sed -n 's/^  - \(.*\)/- \1/p' ANNOUNCE >> announce.tmp
 

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list