[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.9-1-446-gd01ee69

Ove Kaaven ovek at arcticnet.no
Tue Jan 6 14:04:03 UTC 2009


The following commit has been merged in the master branch:
commit 723073f6fa91198454cc682bb601a76dd744f3ea
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sun Jan 4 18:09:50 2009 +0100

    Try again to run debian/maint/import's date in the C locale.

diff --git a/debian/maint/import b/debian/maint/import
index a366ba1..b70739d 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'`
-LC_ALL=C release_date=`date -u -d "@$tag_time" +"%b %-d, %Y"`
+release_date=`LC_ALL=C 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