[libpar-packer-perl] branch master updated (d95fc2b -> d827671)

gregor herrmann gregoa at debian.org
Sat Oct 21 21:07:41 UTC 2017


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

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

      from  d95fc2b   releasing package libpar-packer-perl version 1.037-1
      adds  f7b0574   post release version bump
      adds  30e0d90   make test work with "dot-less" perl and PERL_USE_UNSAFE_INC=0
      adds  c134ebb   introduce helper t/utils.pl to streamline tests
      adds  82e43fe   remove superfluous -w
      adds  a076d4c   Fix "RT#122949: PAR-Packer-1.37 executables split arguments containing whitespace"
      adds  2008b7b   code cleanup
      adds  9df73a6   avoid // (defined-or) (introduced in Perl 5.10)
      adds  b6c3622   require IPC::Run3 for test
      adds  321bc11   update Changes for release
      adds  fd8e109   post release version bump
      adds  1e399a2   add missing t/utils.pl
      adds  37c06b3   post release version bump
      adds  29babe9   put MANIFEST under version control and fine-tune ignore patterns
      adds  dbc81ee   fix typo
      adds  a8c25bb   clarify documentation
      adds  50ff73f   fix tests when running without "." in @INC even (even in tests)
      adds  635a2da   avoid an error from gcc
      adds  a83af8b   restructure how we find the files to embed into boot.c
      adds  61cf5e8   add +myldr/find_files_to_embed/*.pl
      adds  aa4c237   add missing "use File::Spec"
      adds  1f38d3f   Mac OSX: correctly detect otool
      adds  76bf83e   switch from IPC::Run3 to Capture::Tiny
      adds  cf4a1af   Revert "switch from IPC::Run3 to Capture::Tiny"
      adds  26e817f   prepare for release
      adds  9501c9e   New upstream version 1.040
       new  475d561   Update upstream source from tag 'upstream/1.040'
       new  ea1c8eb   Update debian/changelog
       new  bb8e59e   Refresh 01_manpage-ext.patch (offset).
       new  951a486   Update autopkgtest.patch.
       new  b97e4dc   Add build dependency on libipc-run3-perl.
       new  21ff434   Declare compliance with Debian Policy 4.1.1.
       new  d827671   releasing package libpar-packer-perl version 1.040-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                                        |  29 ++++
 MANIFEST                                       |  16 +--
 MANIFEST.SKIP                                  |   4 +-
 META.json                                      |   7 +-
 META.yml                                       |   5 +-
 Makefile.PL                                    |   1 +
 debian/changelog                               |  10 ++
 debian/control                                 |   3 +-
 debian/patches/01_manpage-ext.patch            |   4 +-
 debian/patches/autopkgtest.patch               |  15 +-
 lib/PAR/Packer.pm                              |   2 +-
 lib/PAR/StrippedPARL/Base.pm                   |  27 ++--
 lib/pp.pm                                      |   2 +-
 myldr/Makefile.PL                              | 145 +++++++------------
 myldr/boot.c                                   |  59 ++++++++
 myldr/embed_files.pl                           | 189 +++----------------------
 myldr/find_files_to_embed/guess.pl             |  53 +++++++
 myldr/find_files_to_embed/ldd.pl               |  62 ++++++++
 myldr/find_files_to_embed/otool.pl             |  37 +++++
 myldr/find_files_to_embed/recursive_objdump.pl |  67 +++++++++
 t/20-pp.t                                      |   3 +-
 t/80-doublecolon.t                             |  22 ++-
 t/90-rt101800.t                                |  25 ++--
 t/90-rt103861.t                                |  18 +--
 t/90-rt104560.t                                |  24 ++--
 t/90-rt104635.t                                |  19 +--
 t/90-rt122949.t                                |  80 +++++++++++
 t/90-rt59710.t                                 |  26 ++--
 t/utils.pl                                     |  43 ++++++
 29 files changed, 588 insertions(+), 409 deletions(-)
 create mode 100644 myldr/find_files_to_embed/guess.pl
 create mode 100644 myldr/find_files_to_embed/ldd.pl
 create mode 100644 myldr/find_files_to_embed/otool.pl
 create mode 100644 myldr/find_files_to_embed/recursive_objdump.pl
 create mode 100644 t/90-rt122949.t
 create mode 100644 t/utils.pl

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



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