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

Ove Kaaven ovek at arcticnet.no
Fri Jun 12 14:46:21 UTC 2009


The following commit has been merged in the master branch:
commit 168d6314d53558b864c6bc0d8045df165b6b762b
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Fri Jun 12 15:51:38 2009 +0200

    Fix cleanup after building a package with a suffix and extra dependencies.

diff --git a/debian/cleandeps.sh b/debian/cleandeps.sh
index ded5f3d..e66e35e 100644
--- a/debian/cleandeps.sh
+++ b/debian/cleandeps.sh
@@ -4,7 +4,7 @@ shift
 echo Cleaning extra dependencies...
 for dep in debian/*.deps; do
   package="$(basename "$dep" .deps)"
-  path="debian$SUFFIX/$package"
+  path="debian/$package$SUFFIX"
 #  echo $path
   rm -f "$path/extradep32" "$path/extradep64"
 done

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list