[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-0.9.61-127-g815a087

Ove Kaaven ovek at arcticnet.no
Sat May 3 08:06:16 UTC 2008


The following commit has been merged in the master branch:
commit 2534b0570308671b793ab677bc32e1bae63beffa
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sat May 3 01:55:25 2008 +0200

    Fix diff-amd64.sh to work if building out of the Git repository.

diff --git a/debian/diff-amd64.sh b/debian/diff-amd64.sh
index 0d38e64..7902530 100644
--- a/debian/diff-amd64.sh
+++ b/debian/diff-amd64.sh
@@ -1,6 +1,7 @@
 #!/bin/bash
 DEBIAN_VERSION=$(dpkg-parsechangelog|sed -n 's,^Version: \(.*\)$,\1,p')
 NATIVE_VERSION=$(echo $DEBIAN_VERSION|sed -n 's,^\(.*\)-[^-]*$,\1,p')
+REAL_DIR=`pwd`
 DIR=wine-$NATIVE_VERSION
 DIFFNAME=wine_$DEBIAN_VERSION.diff
 DSCNAME=wine_$DEBIAN_VERSION.dsc
@@ -9,7 +10,7 @@ cd ..
 echo Updating $DIFFNAME.gz...
 gunzip $DIFFNAME
 filterdiff -x "*/debian/amd64.tar.lzma.uu" $DIFFNAME > wine-temp.diff
-diff -u --label $DIR.orig/debian/amd64.tar.lzma.uu /dev/null --label $DIR/debian/amd64.tar.lzma.uu $DIR/debian/amd64.tar.lzma.uu >> wine-temp.diff
+diff -u --label $DIR.orig/debian/amd64.tar.lzma.uu /dev/null --label $DIR/debian/amd64.tar.lzma.uu $REAL_DIR/debian/amd64.tar.lzma.uu >> wine-temp.diff
 mv wine-temp.diff $DIFFNAME
 gzip -9 $DIFFNAME
 echo Updating $DSCNAME...

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list