[Pkg-cli-apps-commits] [SCM] keepass2 branch, master, updated. debian/2.18+dfsg-2

Iain Lane laney at debian.org
Tue Jan 17 20:45:51 UTC 2012


The following commit has been merged in the master branch:
commit 00248d8cc73bd2e3c950d845f4d4a61f0eea499a
Author: Iain Lane <laney at debian.org>
Date:   Tue Jan 17 20:36:02 2012 +0000

    Exclude WinMM.dll moduleref, to work around a dh_clideps bug (can be dropped after dh_clideps 0.8.2 lands)

diff --git a/debian/changelog b/debian/changelog
index e83b128..f82d926 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 keepass2 (2.18+dfsg-2) UNRELEASED; urgency=low
 
+  [ Julian Taylor ]
   * add patch for broken event ordering in mono 2.10
 
+  [ Iain Lane ]
+  * Exclude WinMM.dll moduleref, to work around a dh_clideps bug (can be
+    dropped after dh_clideps 0.8.2 lands)
+
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 15 Jan 2012 12:47:52 +0100
 
 keepass2 (2.18+dfsg-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index fa0b07a..170c4aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,4 +63,4 @@ override_dh_clideps:
 		--exclude-moduleref=User32.dll --exclude-moduleref=ComCtl32.dll \
 		--exclude-moduleref=ComCtl32.dll --exclude-moduleref=UxTheme.dll \
 		--exclude-moduleref=Shell32.dll --exclude-moduleref=DwmApi.dll \
-		--exclude-moduleref=Imm32.dll
+		--exclude-moduleref=Imm32.dll --exclude-moduleref=WinMM.dll

-- 
keepass2



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