[libconvert-binary-c-perl] branch master updated (06aa249 -> d87761c)

gregor herrmann gregoa at debian.org
Mon Nov 30 19:27:07 UTC 2015


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

gregoa pushed a change to branch master
in repository libconvert-binary-c-perl.

      from  06aa249   update changelog
       new  87dbca8   Imported Upstream version 0.77
       new  e3a4c6b   New upstream release.
       new  8fae607   Add debian/upstream/metadata
       new  98591cd   Update debian/changelog
       new  f950e5b   remove boilerplate comments from debian/watch
       new  0471714   Update years of upstream and packaging copyright.
       new  56dc45a   Drop patches. All merged or fixed otherwise upstream.
       new  d38b202   debian/copyright: make license names unique.
       new  b854e8d   Add patch to fix wording in POD.
       new  7472603   Fix wording in long description.
       new  d87761c   releasing package libconvert-binary-c-perl version 0.77-1

The 11 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:
 C.xs                                               |  11 +-
 Changes                                            |  38 +-
 MANIFEST                                           |   3 +-
 META.json                                          |  54 ++
 META.yml                                           |  53 +-
 Makefile.PL                                        |  17 +-
 README                                             |   2 +-
 bin/ccconfig                                       |  18 +-
 bin/convert.PL                                     |  10 +-
 bin/elf.PL                                         |  10 +-
 bin/memmap.PL                                      |  10 +-
 bin/perltypes.PL                                   |  10 +-
 cbc/basic.c                                        |  10 +-
 cbc/basic.h                                        |  10 +-
 cbc/cbc.h                                          |  10 +-
 cbc/debug.c                                        |  10 +-
 cbc/debug.h                                        |  10 +-
 cbc/dimension.c                                    |  10 +-
 cbc/dimension.h                                    |  10 +-
 cbc/hook.c                                         |  10 +-
 cbc/hook.h                                         |  10 +-
 cbc/idl.c                                          |  10 +-
 cbc/idl.h                                          |  10 +-
 cbc/init.c                                         |  10 +-
 cbc/init.h                                         |  10 +-
 cbc/macros.c                                       |  10 +-
 cbc/macros.h                                       |  10 +-
 cbc/member.c                                       |  10 +-
 cbc/member.h                                       |  10 +-
 cbc/object.c                                       |  10 +-
 cbc/object.h                                       |  10 +-
 cbc/option.c                                       |  10 +-
 cbc/option.h                                       |  10 +-
 cbc/pack.c                                         |  16 +-
 cbc/pack.h                                         |  10 +-
 cbc/sourcify.c                                     |  10 +-
 cbc/sourcify.h                                     |  10 +-
 cbc/tag.c                                          |  10 +-
 cbc/tag.h                                          |  10 +-
 cbc/type.c                                         |  10 +-
 cbc/type.h                                         |  10 +-
 cbc/typeinfo.c                                     |  10 +-
 cbc/typeinfo.h                                     |  10 +-
 cbc/util.c                                         |  10 +-
 cbc/util.h                                         |  10 +-
 ctlib/arch.pl                                      |  12 +-
 ctlib/bitfields.c                                  |  10 +-
 ctlib/bitfields.h                                  |  10 +-
 ctlib/byteorder.c                                  |  10 +-
 ctlib/byteorder.h                                  |  10 +-
 ctlib/cppreent.h                                   |  10 +-
 ctlib/ctdebug.c                                    |  10 +-
 ctlib/ctdebug.h                                    |  10 +-
 ctlib/cterror.c                                    |  10 +-
 ctlib/cterror.h                                    |  10 +-
 ctlib/ctparse.c                                    |  10 +-
 ctlib/ctparse.h                                    |  10 +-
 ctlib/cttags.c                                     |  10 +-
 ctlib/cttags.h                                     |  10 +-
 ctlib/cttype.c                                     |  10 +-
 ctlib/cttype.h                                     |  10 +-
 ctlib/fileinfo.c                                   |  10 +-
 ctlib/fileinfo.h                                   |  10 +-
 ctlib/layout.c                                     |  10 +-
 ctlib/layout.h                                     |  10 +-
 ctlib/parser.h                                     |  10 +-
 ctlib/parser.y                                     |  10 +-
 ctlib/pragma.h                                     |  10 +-
 ctlib/pragma.y                                     |  10 +-
 ctlib/y_parser.c                                   | 728 ++++++++++-----------
 ctlib/y_pragma.c                                   |  36 +-
 debian/changelog                                   |  13 +-
 debian/control                                     |   2 +-
 debian/copyright                                   |  15 +-
 ...D-syntax-in-support-Test-Harness-Point.pm.patch |  27 -
 debian/patches/series                              |   4 +-
 debian/patches/spelling.patch                      |  47 --
 debian/patches/unescaped-brace.patch               |  15 -
 debian/patches/wording.patch                       |  27 +
 debian/upstream/metadata                           |   6 +
 debian/watch                                       |   2 -
 lib/Convert/Binary/C.pm                            |  26 +-
 lib/Convert/Binary/C/Cached.pm                     |  15 +-
 support/Test/Harness/Point.pm                      |   2 +
 test.pl                                            |  11 +-
 tests/001_init.t                                   |  24 +-
 tests/101_basic.t                                  |  12 +-
 tests/201_config.t                                 |  13 +-
 tests/202_misc.t                                   |  10 +-
 tests/203_warnings.t                               |  17 +-
 tests/204_enum.t                                   |  11 +-
 tests/205_pack.t                                   |  10 +-
 tests/206_parse.t                                  |  11 +-
 tests/207_typedef.t                                |  11 +-
 tests/208_float.t                                  |  10 +-
 tests/209_sourcify.t                               |  10 +-
 tests/210_depend.t                                 |  10 +-
 tests/211_clone.t                                  |  10 +-
 tests/212_clean.t                                  |  11 +-
 tests/213_string.t                                 |  11 +-
 tests/214_cache.t                                  |  10 +-
 tests/215_local.t                                  |  11 +-
 tests/216_language.t                               |  11 +-
 tests/217_preproc.t                                |  11 +-
 tests/218_member.t                                 |  10 +-
 tests/219_def.t                                    |  10 +-
 tests/220_new.t                                    |  11 +-
 tests/221_asm.t                                    |  41 +-
 tests/222_ieee.t                                   |  11 +-
 tests/223_initializer.t                            |  17 +-
 tests/224_typeof.t                                 |  13 +-
 tests/225_magic.t                                  |  11 +-
 tests/226_indexed.t                                |  12 +-
 tests/227_flexarray.t                              |  10 +-
 tests/228_hooks.t                                  |  11 +-
 tests/229_substr.t                                 |  10 +-
 tests/230_compiler.t                               |  12 +-
 tests/231_align.t                                  |  12 +-
 tests/232_native.t                                 |  11 +-
 tests/233_tags.t                                   |  11 +-
 tests/234_format.t                                 |  11 +-
 tests/235_basic.t                                  |  11 +-
 tests/236_typeinfo.t                               |  11 +-
 tests/237_parser.t                                 |  10 +-
 tests/238_byteorder.t                              |  11 +-
 tests/239_macros.t                                 |  10 +-
 tests/240_offsetof.t                               |  10 +-
 tests/241_sizeof.t                                 |  10 +-
 tests/242_dimension.t                              |  10 +-
 tests/243_parser.t                                 |  11 +-
 tests/501_bfsimple.t                               |  13 +-
 tests/502_bfmicrosoft.t                            |  13 +-
 tests/503_bfgeneric.t                              |  13 +-
 tests/601_speed.t                                  |  13 +-
 tests/602_threads.t                                |  10 +-
 tests/603_complex.t                                |  17 +-
 tests/701_debug.t                                  |  11 +-
 tests/702_env.t                                    |  11 +-
 tests/703_bugs.t                                   |  10 +-
 tests/801_examples.t                               |  10 +-
 tests/802_pod.t                                    |  11 +-
 tests/803_pod_coverage.t                           |  10 +-
 tests/901_memory.t                                 |  11 +-
 tests/include/perlinc/config.h                     |   2 +-
 tests/include/sizeof.pl                            |  10 +-
 token/blproperty.pl                                |  18 +-
 token/config.pl                                    |  10 +-
 token/hook.pl                                      |  10 +-
 token/parser.pl                                    |  10 +-
 token/pragma.pl                                    |  10 +-
 token/t_blproperty.c                               |   4 +-
 token/t_blproperty.h                               |   4 +-
 token/tag.pl                                       |  10 +-
 typemap                                            |  10 +-
 ucpp/config.h                                      |  10 +-
 ucpp/ppdir.pl                                      |  10 +-
 util/ccattr.h                                      |  10 +-
 util/hash.c                                        |  10 +-
 util/hash.h                                        |  10 +-
 util/list.c                                        |  10 +-
 util/list.h                                        |  10 +-
 util/memalloc.c                                    |  10 +-
 util/memalloc.h                                    |  16 +-
 util/tool/check_alloc.pl                           |  10 +-
 xsubs/arg.xs                                       |  10 +-
 xsubs/cbc.xs                                       |  10 +-
 xsubs/clean.xs                                     |  10 +-
 xsubs/clone.xs                                     |  10 +-
 xsubs/compound.xs                                  |  10 +-
 xsubs/configure.xs                                 |  10 +-
 xsubs/def.xs                                       |  10 +-
 xsubs/defined.xs                                   |  10 +-
 xsubs/dependencies.xs                              |  10 +-
 xsubs/enum.xs                                      |  10 +-
 xsubs/feature.xs                                   |  19 +-
 xsubs/include.xs                                   |  10 +-
 xsubs/initializer.xs                               |  10 +-
 xsubs/macro.xs                                     |  10 +-
 xsubs/member.xs                                    |  10 +-
 xsubs/native.xs                                    |  10 +-
 xsubs/offsetof.xs                                  |  10 +-
 xsubs/pack.xs                                      |  10 +-
 xsubs/parse.xs                                     |  10 +-
 xsubs/sizeof.xs                                    |  10 +-
 xsubs/sourcify.xs                                  |  10 +-
 xsubs/tag.xs                                       |  10 +-
 xsubs/typedef.xs                                   |  10 +-
 xsubs/typeof.xs                                    |  10 +-
 188 files changed, 782 insertions(+), 2156 deletions(-)
 create mode 100644 META.json
 delete mode 100644 debian/patches/0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch
 delete mode 100644 debian/patches/spelling.patch
 delete mode 100644 debian/patches/unescaped-brace.patch
 create mode 100644 debian/patches/wording.patch
 create mode 100644 debian/upstream/metadata

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



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