[libpar-packer-perl] branch master updated (c4ae537 -> 6d4296f)

gregor herrmann gregoa at debian.org
Mon Jan 9 20:18:07 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  c4ae537   update changelog
      adds  7030dae   New upstream version 1.036
       new  97ae858   Merge tag 'upstream/1.036'
       new  b5e0abd   New upstream release.
       new  d3b89cb   Update debian/upstream/metadata.
       new  b662da5   Update autopkgtest.patch.
       new  77ca214   Update years of packaging copyright.
       new  a2ed1f3   Bump versioned (build) dependency on libpar-perl.
       new  6d4296f   releasing package libpar-packer-perl version 1.036-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                                            |  24 ++
 LICENSE                                            | 380 +++++++++++++++++++++
 MANIFEST                                           |   2 +-
 MANIFEST.SKIP                                      |   3 +
 META.yml                                           |  13 +-
 Makefile.PL                                        |  14 +-
 README                                             |  19 +-
 contrib/automated_pp_test/automated_pp_test.pl     |   3 +-
 contrib/automated_pp_test/hello_tk.pl              |   3 +-
 contrib/automated_pp_test/pipe_a_command.pm        |   3 +-
 contrib/automated_pp_test/prior_to_test.pm         |   3 +-
 .../remove_file_and_try_executable_again.pm        |   2 +-
 .../automated_pp_test/test_in_further_subdir.pm    |   2 +-
 contrib/procedural_pp/pp_old                       |   8 +-
 debian/changelog                                   |  10 +-
 debian/control                                     |   4 +-
 debian/copyright                                   |   2 +-
 debian/patches/autopkgtest.patch                   |  32 +-
 debian/upstream/metadata                           |   2 +-
 inc/Module/Install.pm                              |  35 +-
 inc/Module/Install/Base.pm                         |   2 +-
 inc/Module/Install/Can.pm                          |  13 +-
 inc/Module/Install/Fetch.pm                        |   2 +-
 inc/Module/Install/Include.pm                      |  34 --
 inc/Module/Install/Makefile.pm                     |   2 +-
 inc/Module/Install/Metadata.pm                     |   2 +-
 inc/Module/Install/PAR.pm                          |   6 +-
 inc/Module/Install/Win32.pm                        |   2 +-
 inc/Module/Install/WriteAll.pm                     |   2 +-
 lib/App/Packer/PAR.pm                              |   2 +-
 lib/PAR/Filter.pm                                  |   2 +-
 lib/PAR/Filter/Bleach.pm                           |   4 +-
 lib/PAR/Filter/Bytecode.pm                         |   4 +-
 lib/PAR/Filter/Obfuscate.pm                        |   4 +-
 lib/PAR/Filter/PatchContent.pm                     |   4 +-
 lib/PAR/Filter/PodStrip.pm                         |   4 +-
 lib/PAR/Packer.pm                                  |   8 +-
 lib/PAR/StrippedPARL/Base.pm                       |   2 +-
 lib/pp.pm                                          |   5 +-
 myldr/Dynamic.in                                   |   2 +-
 myldr/Static.in                                    |   2 +-
 myldr/boot.c                                       |  37 +-
 myldr/embed_files.pl                               |   3 +-
 script/par.pl                                      |  63 ++--
 script/parl.pod                                    |   4 +-
 script/tkpp                                        |   2 +-
 t/20-pp.t                                          |   2 +-
 t/30-current_exec.t                                |  59 +---
 t/80-doublecolon.t                                 |   4 +-
 t/90-rt101800.t                                    |   3 +-
 t/90-rt103861.t                                    |   3 +-
 t/90-rt104560.t                                    |  14 +-
 t/90-rt104635.t                                    |  10 +-
 t/90-rt59710.t                                     |   5 +-
 t/test-proc                                        |   0
 55 files changed, 603 insertions(+), 278 deletions(-)
 create mode 100644 LICENSE
 delete mode 100644 inc/Module/Install/Include.pm
 mode change 100755 => 100644 script/par.pl
 mode change 100755 => 100644 t/test-proc

-- 
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