[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.23-1-2-gb878f3c

Ove Kaaven ovek at arcticnet.no
Fri Jun 12 17:44:31 UTC 2009


The following commit has been merged in the master branch:
commit b878f3c276b37d9e78be67924d811b5a80504d92
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Fri Jun 12 18:23:25 2009 +0200

    Changed "git-cat-file" to "git cat-file" in debian/maint/build-final.

diff --git a/debian/maint/build-final b/debian/maint/build-final
index 102805a..94b125e 100755
--- a/debian/maint/build-final
+++ b/debian/maint/build-final
@@ -3,7 +3,7 @@ set -e
 version=`dpkg-parsechangelog|sed -n 's/Version: \(.*\)/\1/p'`
 distribution=`dpkg-parsechangelog|sed -n 's/Distribution: \(.*\)/\1/p'`
 # see if the version in the changelog is tagged (already built)
-obj_type="`git-cat-file -t "wine-$version" 2>/dev/null`" || true
+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