r44004 - in /trunk/libwx-perl/debian: changelog control patches/series patches/wrap_get_raw_keycode.patch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Sep 13 05:50:21 UTC 2009


Author: ryan52-guest
Date: Sun Sep 13 05:50:07 2009
New Revision: 44004

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44004
Log:
* wrap wxKeyEvent::GetRawKeyCode, backported from upstream SVN
* Add myself to Uploaders

Added:
    trunk/libwx-perl/debian/patches/wrap_get_raw_keycode.patch
Modified:
    trunk/libwx-perl/debian/changelog
    trunk/libwx-perl/debian/control
    trunk/libwx-perl/debian/patches/series

Modified: trunk/libwx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/changelog?rev=44004&op=diff
==============================================================================
--- trunk/libwx-perl/debian/changelog (original)
+++ trunk/libwx-perl/debian/changelog Sun Sep 13 05:50:07 2009
@@ -1,8 +1,13 @@
 libwx-perl (0.92-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * Change my email address.
 
- -- gregor herrmann <gregoa at debian.org>  Thu, 03 Sep 2009 22:44:00 +0200
+  [ Ryan Niebur ]
+  * wrap wxKeyEvent::GetRawKeyCode, backported from upstream SVN
+  * Add myself to Uploaders
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 12 Sep 2009 22:49:58 -0700
 
 libwx-perl (0.92-1) unstable; urgency=low
 

Modified: trunk/libwx-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/control?rev=44004&op=diff
==============================================================================
--- trunk/libwx-perl/debian/control (original)
+++ trunk/libwx-perl/debian/control Sun Sep 13 05:50:07 2009
@@ -3,10 +3,14 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>,
- gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), perl,
- libalien-wxwidgets-perl (>= 0.39), libextutils-xspp-perl,
- xauth, xvfb, x11-xkb-utils, xfonts-base, libtest-pod-perl, libyaml-perl,
+ gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
+ Ryan Niebur <ryanryan52 at gmail.com>
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), perl,,
+ Ryan Niebur <ryanryan52 at gmail.com>
+ libalien-wxwidgets-perl (>= 0.39), libextutils-xspp-perl,,
+ Ryan Niebur <ryanryan52 at gmail.com>
+ xauth, xvfb, x11-xkb-utils, xfonts-base, libtest-pod-perl, libyaml-perl,,
+ Ryan Niebur <ryanryan52 at gmail.com>
  libio-string-perl, libmodule-info-perl
 Standards-Version: 3.8.3
 Homepage: http://wxperl.sourceforge.net/

Modified: trunk/libwx-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/patches/series?rev=44004&op=diff
==============================================================================
--- trunk/libwx-perl/debian/patches/series (original)
+++ trunk/libwx-perl/debian/patches/series Sun Sep 13 05:50:07 2009
@@ -1,1 +1,2 @@
+wrap_get_raw_keycode.patch
 hashbang.patch

Added: trunk/libwx-perl/debian/patches/wrap_get_raw_keycode.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/patches/wrap_get_raw_keycode.patch?rev=44004&op=file
==============================================================================
--- trunk/libwx-perl/debian/patches/wrap_get_raw_keycode.patch (added)
+++ trunk/libwx-perl/debian/patches/wrap_get_raw_keycode.patch Sun Sep 13 05:50:07 2009
@@ -1,0 +1,21 @@
+wrap wxKeyEvent::GetRawKeyCode, if available.
+
+patch from upstream SVN:
+http://wxperl.svn.sourceforge.net/viewvc/wxperl/wxPerl/trunk/Event.xs?r1=2607&r2=2606&pathrev=2607&diff_format=u
+
+--- a/Event.xs
++++ b/Event.xs
+@@ -378,6 +378,13 @@
+ int
+ wxKeyEvent::GetKeyCode()
+ 
++#ifdef wxHAS_RAW_KEY_CODES
++
++int
++wxKeyEvent::GetRawKeyCode()
++
++#endif
++
+ #if wxUSE_UNICODE && WXPERL_W_VERSION_GE( 2, 5, 3 )
+ 
+ wxChar




More information about the Pkg-perl-cvs-commits mailing list