[texinfo] 01/01: switch back to default mouse behaviour (Closes: #797872)
This is an automated email from the git hooks/post-receive script.
preining pushed a commit to branch master
in repository texinfo.
commit f3dff6019b991db636689a2afe655a522e4f1351
Author: Norbert Preining <preining@debian.org>
Date: Wed Oct 21 19:23:35 2015 +0900
switch back to default mouse behaviour (Closes: #797872)
---
debian/changelog | 3 ++-
debian/patches/disable-mouse-svn6715 | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ea7e44f..1c49fdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ texinfo (6.0.0.dfsg.1-4~2) UNRELEASED; urgency=medium
* including a patch to allow for info files in subdir (Closes: #792328)
STILL IN TESTING
* include upstream patch for follow strategies
+ * switch back to default mouse behaviour (Closes: #797872)
- -- Norbert Preining <preining@debian.org> Thu, 06 Aug 2015 18:28:05 +0900
+ -- Norbert Preining <preining@debian.org> Wed, 21 Oct 2015 19:20:28 +0900
texinfo (6.0.0.dfsg.1-3) unstable; urgency=medium
diff --git a/debian/patches/disable-mouse-svn6715 b/debian/patches/disable-mouse-svn6715
new file mode 100644
index 0000000..10375ce
--- /dev/null
+++ b/debian/patches/disable-mouse-svn6715
@@ -0,0 +1,15 @@
+---
+ info/terminal.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- texinfo.orig/info/terminal.c
++++ texinfo/info/terminal.c
+@@ -76,7 +76,7 @@
+ VFunction *terminal_scroll_terminal_hook = NULL;
+
+ /* User variable 'mouse'. Values can be MP_* constants in terminal.h. */
+-int mouse_protocol = MP_NORMAL_TRACKING;
++int mouse_protocol = MP_NONE;
+
+ /* **************************************************************** */
+ /* */
diff --git a/debian/patches/series b/debian/patches/series
index 220bc6f..376ab30 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ upstream-svn6390-index-deterministic
#texinfo-make-index-deterministic
slash-in-dir-entry
follow-strategy-remain-svn6502
+disable-mouse-svn6715
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texinfo.git
Reply to: