[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.0-rc1-142-ge2e44fb

Ove Kaaven ovek at arcticnet.no
Sat May 10 11:24:07 UTC 2008


The following commit has been merged in the master branch:
commit 403d247d61be18694bf168b3f38791e276e68a82
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sat May 10 10:14:30 2008 +0200

    Don't fail debian/maint/build-final if git-cat-file fails.

diff --git a/debian/maint/build-final b/debian/maint/build-final
index 4dc21c4..2fb924b 100755
--- a/debian/maint/build-final
+++ b/debian/maint/build-final
@@ -3,7 +3,7 @@ set -e
 rm -f debian/amd64.tar.lzma.uu
 version=`dpkg-parsechangelog|sed -n 's/Version: \(.*\)/\1/p'`
 # see if the version in the changelog is tagged (already built)
-obj_type=`git-cat-file -t "wine-$version" 2>/dev/null`
+obj_type="`git-cat-file -t "wine-$version" 2>/dev/null`" || true
 if [ -n "$obj_type" ]
 then
   # it is, so only grab changes since then

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list