[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.1-1-6-g387418f
Ove Kaaven
ovek at arcticnet.no
Fri Jun 12 17:44:29 UTC 2009
The following commit has been merged in the lenny branch:
commit ca877307b08ec00261654b2951570c9840c5521b
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 91b56d9..b79e517 100644
--- 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`" || 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