[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.31-1-559-g0a49f78
Ove Kaaven
ovek at arcticnet.no
Tue Nov 3 00:09:39 UTC 2009
The following commit has been merged in the master branch:
commit d779619db75a60f99b77828011a9afc6e6d0515d
Author: Ove Kaaven <ovek at arcticnet.no>
Date: Sat Oct 31 21:33:16 2009 +0100
Substitute the correct package name (with suffix) into the lintian overrides.
diff --git a/debian/prep-install.sh b/debian/prep-install.sh
index 59a1bb0..ec1afbe 100644
--- a/debian/prep-install.sh
+++ b/debian/prep-install.sh
@@ -7,7 +7,8 @@ function replace_paths_full
sed "s,/usr/lib,/$1," | \
sed "s,/$1/wine,&$SUFFIX," | \
sed "s,/usr/share/wine,&$SUFFIX," | \
- sed "s,usr/share/doc/$package,&$SUFFIX,"
+ sed "s,usr/share/doc/$package,&$SUFFIX," | \
+ ([ "$ext" != "lintian-overrides" ] && cat || sed "s,^$package,&$SUFFIX," )
}
function replace_paths_partial
--
Debian Wine packaging
More information about the pkg-wine-party
mailing list