[Pkg-cli-apps-commits] [keepass2] 01/01: debian/patches/disable-clipboard-workaround.patch:

Julian Taylor jtaylor.debian at googlemail.com
Sun May 21 15:48:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

jtaylor-guest pushed a commit to branch master
in repository keepass2.

commit 7cb8f9b660ff46b6343021b7edbf4ab2b23e955e
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Thu Apr 6 18:30:01 2017 +0200

    debian/patches/disable-clipboard-workaround.patch:
    
    disable a workaround that messes up the system clipboard (LP: #1659159)
---
 debian/changelog                                  |  7 +++++++
 debian/patches/disable-clipboard-workaround.patch | 24 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5414ea2..f8d0784 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+keepass2 (2.35+dfsg-2) unstable; urgency=medium
+
+  * debian/patches/disable-clipboard-workaround.patch:
+    disable a workaround that messes up the system clipboard (LP: #1659159)
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Thu, 06 Apr 2017 18:28:27 +0200
+
 keepass2 (2.35+dfsg-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/patches/disable-clipboard-workaround.patch b/debian/patches/disable-clipboard-workaround.patch
new file mode 100644
index 0000000..4f080ff
--- /dev/null
+++ b/debian/patches/disable-clipboard-workaround.patch
@@ -0,0 +1,24 @@
+From: Julian Taylor <jtaylor.debian at googlemail.com>
+Date: Thu, 6 Apr 2017 18:26:27 +0200
+Subject: disable clipboard workaround
+
+the workaround messes up the clipboard in undesirable ways
+Bug-Upstream: https://sourceforge.net/p/keepass/bugs/1530/
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1659159
+---
+ KeePassLib/Utility/MonoWorkarounds.cs | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: keepass2/KeePassLib/Utility/MonoWorkarounds.cs
+===================================================================
+--- keepass2.orig/KeePassLib/Utility/MonoWorkarounds.cs
++++ keepass2/KeePassLib/Utility/MonoWorkarounds.cs
+@@ -169,7 +169,7 @@ namespace KeePassLib.Utility
+ 
+ 			// m_fOwnWindow = fOwnWindow;
+ 
+-			if(IsRequired(1530))
++			if(false && IsRequired(1530))
+ 			{
+ 				try
+ 				{
diff --git a/debian/patches/series b/debian/patches/series
index cc0894c..8b32af6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ enable-local-help.patch
 disable-autoupdate-dialog.patch
 force_toolsversion_4
 dont-display-as-dev-version.patch
+disable-clipboard-workaround.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/keepass2.git



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