[Pkg-cli-libs-commits] [SCM] dbus-sharp-glib branch, master, updated. debian/0.5.0-1-1-g32f591f

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


The following commit has been merged in the master branch:
commit 32f591f0c258a7a6650248990c705d444f36bd89
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat Nov 13 18:22:00 2010 +0000

    Fix substitution which FTBFSed with dash as sh

diff --git a/debian/rules b/debian/rules
index 464def1..4aa9e84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_auto_build:
 			$$LIB; \
 		mdoc assemble \
 			--format ecma \
-			--out $${LIB/.dll/} \
+			--out $${LIB%.dll} \
 			$(DEB_DOC_DIR); \
 	done
 

-- 
dbus-sharp-glib



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