[Pkg-cli-common-commits] [SCM] cli-common branch, master, updated. debian/0.8_exp2-8-g7c49056

Iain Lane laney at ubuntu.com
Tue May 17 22:57:48 UTC 2011


The following commit has been merged in the master branch:
commit 12d881e23bbd47792bda838fae1794a1ccb6c137
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue May 17 16:30:18 2011 +0200

    fix syntax error, missing commas

diff --git a/dh_clideps b/dh_clideps
index 8f369ed..3d99be1 100755
--- a/dh_clideps
+++ b/dh_clideps
@@ -117,8 +117,8 @@ a package dependency or failing if the libbaz dependency is unresolvable.
   "i:advapi32.dll",
   "i:comctl32.dll",
   "i:dwmapi.dll",
-  "i:gdi32.dll"
-  "i:imm32.dll"
+  "i:gdi32.dll",
+  "i:imm32.dll",
   "i:kernel32.dll",
   "i:netapi32.dll",
   "i:oleaut32.dll",

-- 
cli-common



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