r47448 - in /packages/ipe/trunk/debian: changelog patches/series patches/wheel-zoom-debug.patch
jrtc27 at users.alioth.debian.org
jrtc27 at users.alioth.debian.org
Wed Jan 18 14:18:54 UTC 2017
Author: jrtc27
Date: Wed Jan 18 14:18:54 2017
New Revision: 47448
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47448
Log:
Remove debug print from mouse_zoom (Closes: #851303)
Added:
packages/ipe/trunk/debian/patches/wheel-zoom-debug.patch
Modified:
packages/ipe/trunk/debian/changelog
packages/ipe/trunk/debian/patches/series
Modified: packages/ipe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/changelog?rev=47448&op=diff
==============================================================================
--- packages/ipe/trunk/debian/changelog (original)
+++ packages/ipe/trunk/debian/changelog Wed Jan 18 14:18:54 2017
@@ -1,3 +1,11 @@
+ipe (7.2.7-2) unstable; urgency=medium
+
+ * Team upload.
+ * patches/wheel-zoom-debug.patch: New patch; removes unwanted noisy debug
+ output. Closes: #851303.
+
+ -- James Clarke <jrtc27 at debian.org> Wed, 18 Jan 2017 14:18:03 +0000
+
ipe (7.2.7-1) unstable; urgency=medium
* New upstream.
Modified: packages/ipe/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/patches/series?rev=47448&op=diff
==============================================================================
--- packages/ipe/trunk/debian/patches/series (original)
+++ packages/ipe/trunk/debian/patches/series Wed Jan 18 14:18:54 2017
@@ -1 +1,2 @@
default-editor.patch
+wheel-zoom-debug.patch
Added: packages/ipe/trunk/debian/patches/wheel-zoom-debug.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe/trunk/debian/patches/wheel-zoom-debug.patch?rev=47448&op=file
==============================================================================
--- packages/ipe/trunk/debian/patches/wheel-zoom-debug.patch (added)
+++ packages/ipe/trunk/debian/patches/wheel-zoom-debug.patch Wed Jan 18 14:18:54 2017
@@ -0,0 +1,16 @@
+Description: Remove wheel_zoom debug output
+Author: Peter Palfrader <weasel at debian.org>
+Bug-Debian: https://bugs.debian.org/851303
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/ipe/lua/actions.lua
++++ b/src/ipe/lua/actions.lua
+@@ -1144,7 +1144,7 @@ function MODEL:action_zoom_out()
+ end
+
+ function MODEL:wheel_zoom(delta, precise)
+- print("wheel_zoom", delta, precise)
++ -- print("wheel_zoom", delta, precise)
+ local origin = self.ui:unsnappedPos()
+ local zoom = self.ui:zoom()
+ local offset = zoom * (self.ui:pan() - origin)
More information about the debian-science-commits
mailing list