[libpar-packer-perl] branch master updated (c2d6edb -> 258cb17)

gregor herrmann gregoa at debian.org
Sun Nov 29 16:11:52 UTC 2015


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  c2d6edb   update changelog
      adds  1b11124   Imported Upstream version 1.028
       new  29d1b45   Merge tag 'upstream/1.028'
       new  817008a   New upstream release.
       new  40d9ec9   Refresh patches (offset).
       new  16d50dd   Update copyright years for script/tkpp.
       new  14c8905   Update (build) dependencies.
       new  c49675f   Skip more smoke tests under autopkgtest
       new  258cb17   releasing package libpar-packer-perl version 1.028-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                                      |   61 +
 MANIFEST                                     |   12 +
 MANIFEST.SKIP                                |   14 +-
 META.yml                                     |   14 +-
 Makefile.PL                                  |    9 +-
 README                                       |    4 +-
 contrib/extract_embedded/extract-embedded.pl |   25 +-
 debian/changelog                             |   10 +-
 debian/control                               |    8 +-
 debian/copyright                             |    2 +-
 debian/patches/01_manpage-ext.patch          |    6 +-
 debian/patches/fix-with-new-par-name         |    4 +-
 debian/tests/pkg-perl/smoke-skip             |    7 +
 inc/Module/Install.pm                        |    2 +-
 inc/Module/Install/Base.pm                   |    2 +-
 inc/Module/Install/Can.pm                    |    2 +-
 inc/Module/Install/Fetch.pm                  |    2 +-
 inc/Module/Install/Include.pm                |    2 +-
 inc/Module/Install/Makefile.pm               |    2 +-
 inc/Module/Install/Metadata.pm               |    2 +-
 inc/Module/Install/PAR.pm                    |    2 +-
 inc/Module/Install/Win32.pm                  |    2 +-
 inc/Module/Install/WriteAll.pm               |    2 +-
 lib/PAR/Filter/PatchContent.pm               |   10 +-
 lib/PAR/Packer.pm                            |   40 +-
 lib/pp.pm                                    |   14 +-
 myldr/Makefile.PL                            |    2 +-
 myldr/boot.c                                 |    2 +-
 script/par.pl                                |   29 +-
 script/tkpp                                  | 3239 +++++++++++++-------------
 t/80-doublecolon.t                           |   37 +
 t/90-rt101800.t                              |   88 +
 t/90-rt103861.t                              |   26 +
 t/90-rt104560.t                              |   43 +
 t/90-rt104635.t                              |   33 +
 t/90-rt104635/Foo.pm                         |    6 +
 t/90-rt104635/eg/foo                         |    4 +
 t/90-rt104635/lib/Foo/Bar.pm                 |    3 +
 t/Double/Colon.pm                            |    2 +
 t/Double/Colon/Barnie.pm                     |    2 +
 t/Double/Colon/Foo/Bar/Quux.pm               |    2 +
 t/Double/Colon/Fred.pm                       |    2 +
 42 files changed, 2090 insertions(+), 1690 deletions(-)
 create mode 100644 t/80-doublecolon.t
 create mode 100644 t/90-rt101800.t
 create mode 100644 t/90-rt103861.t
 create mode 100644 t/90-rt104560.t
 create mode 100644 t/90-rt104635.t
 create mode 100644 t/90-rt104635/Foo.pm
 create mode 100644 t/90-rt104635/eg/foo
 create mode 100644 t/90-rt104635/lib/Foo/Bar.pm
 create mode 100644 t/Double/Colon.pm
 create mode 100644 t/Double/Colon/Barnie.pm
 create mode 100644 t/Double/Colon/Foo/Bar/Quux.pm
 create mode 100644 t/Double/Colon/Fred.pm

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