[libparse-errorstring-perl-perl] branch master updated (02257fb -> 21375c0)

Florian Schlichting fsfs at alioth.debian.org
Thu Oct 3 15:54:50 UTC 2013


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

fsfs pushed a change to branch master
in repository libparse-errorstring-perl-perl.

      from  02257fb   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  b5e47a4   Imported Upstream version 0.19
       new  08da202   Merge tag 'upstream/0.19'
       new  6cdcb5c   Import Upstream version 0.19
       new  9d2e919   Improve short and long description a bit
       new  24c97b0   Add copyright paragraph for newly included M::I in inc/
       new  9aa9f90   Update stand-alone license paragraphs for Artistic and GPL-1+ to their commonly used versions
       new  8aa94fa   Bump dh compatibility to level 8 (no changes necessary)
       new  dcee5e0   Switch to source format 3.0 (quilt)
       new  2cf4756   Switch to short-form debian/rules
       new  7967e89   Bump Standards-Version to 3.9.4
       new  4c1eef7   Sort and wrap dependencies and uploaders
       new  67db334   New fix-whatis-entry.patch
       new  aaa1386   Add myself to uploaders and copyright
       new  21375c0   prepare changelog for release

The 13 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                                 |   69 ++-
 LICENSE                                 |  377 ----------------
 MANIFEST                                |   25 +-
 META.json                               |  208 ---------
 META.yml                                |  156 +------
 Makefile.PL                             |   87 ++--
 README                                  |   13 -
 bin/check_perldiag                      |   44 +-
 debian/changelog                        |   18 +-
 debian/compat                           |    2 +-
 debian/control                          |   23 +-
 debian/copyright                        |   29 +-
 debian/patches/fix-whatis-entry.patch   |   29 ++
 debian/patches/series                   |    1 +
 debian/rules                            |   20 +-
 debian/source/format                    |    1 +
 dist.ini                                |   27 --
 inc/Module/Install.pm                   |  470 ++++++++++++++++++++
 inc/Module/Install/Base.pm              |   83 ++++
 inc/Module/Install/Can.pm               |  154 +++++++
 inc/Module/Install/Fetch.pm             |   93 ++++
 inc/Module/Install/Makefile.pm          |  418 ++++++++++++++++++
 inc/Module/Install/Metadata.pm          |  722 +++++++++++++++++++++++++++++++
 inc/Module/Install/Scripts.pm           |   29 ++
 inc/Module/Install/Win32.pm             |   64 +++
 inc/Module/Install/WriteAll.pm          |   63 +++
 lib/Parse/ErrorString/Perl.pm           |   49 +--
 lib/Parse/ErrorString/Perl/ErrorItem.pm |   50 +--
 lib/Parse/ErrorString/Perl/StackItem.pm |   48 +-
 t/00-compile.t                          |   48 --
 t/release-check-changes.t               |   16 -
 t/release-eol.t                         |   16 -
 t/release-pod-syntax.t                  |   15 -
 33 files changed, 2298 insertions(+), 1169 deletions(-)
 delete mode 100644 LICENSE
 delete mode 100644 META.json
 delete mode 100644 README
 create mode 100644 debian/patches/fix-whatis-entry.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 delete mode 100644 dist.ini
 create mode 100644 inc/Module/Install.pm
 create mode 100644 inc/Module/Install/Base.pm
 create mode 100644 inc/Module/Install/Can.pm
 create mode 100644 inc/Module/Install/Fetch.pm
 create mode 100644 inc/Module/Install/Makefile.pm
 create mode 100644 inc/Module/Install/Metadata.pm
 create mode 100644 inc/Module/Install/Scripts.pm
 create mode 100644 inc/Module/Install/Win32.pm
 create mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 t/00-compile.t
 delete mode 100644 t/release-check-changes.t
 delete mode 100644 t/release-eol.t
 delete mode 100644 t/release-pod-syntax.t

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



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