[libwx-perl] branch master updated (7685ba6 -> 289d8b4)

gregor herrmann gregoa at debian.org
Tue Apr 1 17:42:54 UTC 2014


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

gregoa pushed a change to branch master
in repository libwx-perl.

      from  7685ba6   update changelog
       new  a5beaf8   Imported Upstream version 0.9923
       new  ec57680   New upstream release.
       new  b94225a   (Build-) depend on newer libalien-wxwidgets-perl to get dependency on wxwidgets3.0.
       new  c074051   Add a lintian override for a spelling mistake in a variable name.
       new  c2fa895   debian/copyright: fix URL of original wxWindows Library Licence.
       new  58f23c7   Declare compliance with Debian Policy 3.9.5.
       new  289d8b4   releasing package libwx-perl version 1:0.9923-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                       |   6 +
 MANIFEST                                      |   4 +-
 META.json                                     |   2 +-
 META.yml                                      |   2 +-
 Window.xs                                     |   6 +-
 Wx.pm                                         |   4 +-
 XS/ComboBox.xs                                |  63 ++++--
 XS/ItemContainerImmutable.xsp                 |  10 +-
 build/Wx/XSP/Event.pm                         |  34 ++-
 cpp/app.h                                     |   4 +-
 cpp/helpers.h                                 |   2 +-
 debian/changelog                              |  11 +-
 debian/control                                |   8 +-
 debian/copyright                              |   2 +-
 debian/libwx-perl.lintian-overrides           |   3 +
 ext/grid/XS/GridCellEditor.xs                 |  37 +++
 ext/grid/cpp/editor.h                         |  40 +++-
 ext/ribbon/XS/RibbonButtonBar.xsp             |  39 +++-
 ext/ribbon/t/03_threads.t                     |  31 ++-
 ext/ribbon/t/04_userdata.t                    |  44 ++--
 ext/stc/cpp/st_constants.cpp                  | 309 +++++++++++++++++++++++++-
 ext/webview/WebView.xs                        |  11 +-
 ext/webview/XS/{WebView.xsp => WebViewV2.xsp} |  73 ++++--
 ext/webview/XS/{WebView.xsp => WebViewV3.xsp} | 114 ++++++----
 ext/webview/cpp/webview_constants.cpp         |  69 ------
 ext/webview/t/03_threads.t                    |   3 +-
 ext/webview/typemap.xsp                       |   3 +-
 ext/xrc/cpp/xr_constants.cpp                  |   4 +-
 lib/Wx/Mini.pm                                |   2 +-
 typemap                                       |   2 +-
 30 files changed, 726 insertions(+), 216 deletions(-)
 create mode 100644 debian/libwx-perl.lintian-overrides
 copy ext/webview/XS/{WebView.xsp => WebViewV2.xsp} (88%)
 rename ext/webview/XS/{WebView.xsp => WebViewV3.xsp} (73%)
 delete mode 100644 ext/webview/cpp/webview_constants.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwx-perl.git



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