[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 805d7b5c9b514ea66544eec6966af5df7732bfd7
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue May 17 16:30:19 2011 +0200

    auto exclude more windows libs
    
    netapi32, ws2_32, oleaut32, opengl32, advapi32, winmm

diff --git a/dh_clideps b/dh_clideps
index bc46527..8f369ed 100755
--- a/dh_clideps
+++ b/dh_clideps
@@ -114,16 +114,22 @@ a package dependency or failing if the libbaz dependency is unresolvable.
 
 # Static list of modulerefs to automatically exclude
 @{$dh{MODULE_EXCLUDE}} = (
+  "i:advapi32.dll",
   "i:comctl32.dll",
   "i:dwmapi.dll",
   "i:gdi32.dll"
   "i:imm32.dll"
   "i:kernel32.dll",
+  "i:netapi32.dll",
+  "i:oleaut32.dll",
+  "i:opengl32.dll",
   "i:shell32.dll",
   "i:shlwapi.dll",
   "i:system32.dll",
   "i:user32.dll",
   "i:uxtheme.dll",
+  "i:winmm.dll",
+  "i:ws2_32.dll",
   );
 
 # Add an item to the moduleref exclude list.

-- 
cli-common



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