[libglib-perl] branch experimental updated (cc2304b -> b5d434d)

Intrigeri intrigeri at moszumanska.debian.org
Tue Dec 29 18:43:52 UTC 2015


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

intrigeri pushed a change to branch experimental
in repository libglib-perl.

      from  cc2304b   libglib-perl (3:1.307-4)
      adds  f1af95d   Mark two patches as forwarded upstream.
      adds  235a7ba   Mark another patch as forwarded.
      adds  733bc98   Mark as autopkgtest-able.
       new  0ffe76f   Merge branch 'experimental'
      adds  84e466f   Hush a compiler warning
      adds  64c9e83   Reorder and reformat our header and typemap a little
      adds  c4015e0   Add char_byte and char_byte_ornull typemaps
      adds  d0c52b8   Add Glib::Variant and Glib::VariantType
      adds  bb5886b   .gitignore: add MANIFEST.bak
      adds  6f87bfa   MANIFEST: add GVariant.xs and t/variant.t
      adds  31ac86b   Unstable version 1.310
       new  f4d3917   Add the GVariant converters to the win32 linker export list
       new  88a2b5f   Fix Glib::Variant::classify on big-endian machines
       new  d413d8e   Simplify the previous commit by using built-in the 'char' typemap
       new  e5b4cf7   Unstable release 1.311
       new  ca6d152   lib/Glib/GenPod.pm: Fix version number
       new  575d3ce   Unstable release 1.312
       new  4060a61   Add a short explanatory comment to the lazy-loading system
       new  3ef4168   Fix compilation and test issues with Glib::Variant::ParseError
       new  49067b4   Unstable release 1.313
       new  b17355f   Sort the output of podify_signals in a deterministic way.
       new  ea1b691   Add Glib::Bytes, a wrapper for GBytes
       new  5cece03   Fix compilation on libglib < 2.26
       new  5f96850   Unstable release 1.314
       new  98d06ea   Properly escape dash in generated API index POD
       new  1f85a85   Glib::GenPod: supply default namespace blurbs
       new  0ea4783   Makefile.PL: added IRC link to metadata block
       new  5dbd442   Stable release 1.320
       new  ebe65ba   Imported Upstream version 1.320
       new  f201383   Merge tag 'upstream/1.320'
       new  11cf89a   Drop fix-gtks-whatis patch: applied upstream.
       new  54c5eff   Drop sort_podify_signals patch: applied upstream.
       new  8b339a3   Drop Properly-escape-dash-in-generated-POD.patch: applied upstream.
       new  65ee571   Refresh quilt patches.
       new  b5d434d   libglib-perl (3:1.320-1)

The 25 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:
 GBoxed.xs                                          |  45 ++
 GError.xs                                          |   6 +
 GMainLoop.xs                                       |   2 +
 GObject.xs                                         |  10 +-
 GVariant.xs                                        | 683 +++++++++++++++++++++
 Glib.exports                                       |   6 +
 Glib.xs                                            |   3 +
 MANIFEST                                           |   3 +
 META.json                                          |   6 +-
 META.yml                                           |   6 +-
 Makefile.PL                                        |  11 +-
 NEWS                                               |  45 ++
 debian/changelog                                   |  11 +
 debian/control                                     |   1 +
 .../patches/Add-missing-information-to-POD.patch   |  21 +-
 .../Properly-escape-dash-in-generated-POD.patch    |  21 -
 debian/patches/fix-gtks-whatis                     |  55 --
 debian/patches/remove-version-checking             |   6 +-
 debian/patches/series                              |   3 -
 debian/patches/sort_podify_signals                 |  22 -
 gperl-gtypes.c                                     |  40 ++
 gperl-gtypes.h                                     |   5 +
 gperl.h                                            | 154 +++--
 lib/Glib.pm                                        | 157 ++++-
 lib/Glib/CodeGen.pm                                |   2 +-
 lib/Glib/GenPod.pm                                 |  31 +-
 lib/Glib/MakeHelper.pm                             |   4 +-
 lib/Glib/Object/Subclass.pm                        |   2 +-
 lib/Glib/ParseXSDoc.pm                             |   2 +-
 t/bytes.t                                          |  50 ++
 t/variant.t                                        | 340 ++++++++++
 typemap                                            |  91 ++-
 32 files changed, 1614 insertions(+), 230 deletions(-)
 create mode 100644 GVariant.xs
 delete mode 100644 debian/patches/Properly-escape-dash-in-generated-POD.patch
 delete mode 100644 debian/patches/fix-gtks-whatis
 delete mode 100644 debian/patches/sort_podify_signals
 create mode 100644 t/bytes.t
 create mode 100644 t/variant.t

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



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