[Pkg-cli-libs-commits] [SCM] dbus-sharp branch, master, updated. debian/0.7.0-1-1-gb9cc526

Iain Lane laney at ubuntu.com
Sat Nov 13 18:20:49 UTC 2010


The following commit has been merged in the master branch:
commit b9cc52640f847a168b0753549bf507e5cd3aa7ec
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat Nov 13 17:53:48 2010 +0000

    Fix substitution which FTBFSed with dash as sh

diff --git a/debian/rules b/debian/rules
index 19b2c8f..23f395e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_build:
 			$$LIB; \
 		mdoc assemble \
 			--format ecma \
-			--out $${LIB/.dll/} \
+			--out $${LIB%.dll} \
 			$(DEB_DOC_DIR); \
 	done
 

-- 
dbus-sharp



More information about the Pkg-cli-libs-commits mailing list