[Pkg-cli-apps-commits] [SCM] keepass2 branch, master, updated. upstream/2.14.dfsg-76-g6a006d9

Julian Taylor jtaylor.debian at googlemail.com
Sun Apr 10 15:19:55 UTC 2011


The following commit has been merged in the master branch:
commit 404b163e3cbfb28f0c2f777aeb2f60ca7fcc54ea
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Fri Apr 8 19:46:29 2011 +0200

    dh_clideps: exclude some optional modulerefs
    
    KeePassLibC32/64.dll is needed for the optional keepass1 support not
    provided by this package.
    The rest is optional windows stuff.

diff --git a/debian/rules b/debian/rules
index 591483d..e300b6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,3 +48,10 @@ override_dh_installchangelogs:
 override_dh_installdocs:
 	# skip signing key readme
 	dh_installdocs -XReadMe_PFX.txt
+
+override_dh_clideps:
+	dh_clideps --exclude-moduleref=KeePassLibC32.dll --exclude-moduleref=KeePassLibC64.dll\
+		--exclude-moduleref=ShlWApi.dll --exclude-moduleref=Kernel32.dll \
+		--exclude-moduleref=User32.dll --exclude-moduleref=ComCtl32.dll \
+		--exclude-moduleref=ComCtl32.dll --exclude-moduleref=UxTheme.dll \
+		--exclude-moduleref=Shell32.dll --exclude-moduleref=DwmApi.dll

-- 
keepass2



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