[libipc-system-simple-perl] branch master updated (5ac8a91 -> 1993681)

Damyan Ivanov dmn at alioth.debian.org
Sat Oct 19 18:38:29 UTC 2013


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

dmn pushed a change to branch master
in repository libipc-system-simple-perl.

      from  5ac8a91   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  24ff1cd   Imported Upstream version 1.24
       new  60aa894   Merge tag 'upstream/1.24'
       new  8813369   Imported Upstream version 1.24
       new  d722848   drop mention of inc/Module/Install* from debian/copyright. thankfully dropped upstream
       new  369a086   add 2013 to the upstream copyright years
       new  badcf99   remove libbsd-resource-perl from build-depends, following upstream
       new  ab14d72   claim conformance with Policy 3.9.4
       new  1993681   releasing package libipc-system-simple-perl version 1.24-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:
 .perlcriticrc                  |    4 -
 Changes                        |   20 +
 Debian_CPANTS.txt              | 1945 ++++++++++++++++++++++++++++++++++++++++
 LICENSE                        |  382 +++++++-
 MANIFEST                       |   25 +-
 META.json                      |   64 ++
 META.yml                       |   31 +-
 Makefile.PL                    |   87 +-
 README                         |   26 +-
 debian/changelog               |   14 +-
 debian/control                 |    4 +-
 debian/copyright               |    8 +-
 dist.ini                       |   28 +
 inc/Module/Install.pm          |  445 ---------
 inc/Module/Install/Base.pm     |   78 --
 inc/Module/Install/Can.pm      |   81 --
 inc/Module/Install/Fetch.pm    |   93 --
 inc/Module/Install/Makefile.pm |  309 -------
 inc/Module/Install/Metadata.pm |  648 -------------
 inc/Module/Install/Win32.pm    |   64 --
 inc/Module/Install/WriteAll.pm |   60 --
 lib/IPC/System/Simple.pm       |   27 +-
 t/08_core.t                    |    8 +
 t/author-critic.t              |   20 +
 t/critic.t                     |   17 -
 t/kwalitee.t                   |   11 -
 t/pod.t                        |   11 -
 t/pod_coverage.t               |   12 -
 t/release-pod-coverage.t       |   21 +
 t/release-pod-syntax.t         |   15 +
 30 files changed, 2629 insertions(+), 1929 deletions(-)
 delete mode 100644 .perlcriticrc
 create mode 100644 Debian_CPANTS.txt
 create mode 100644 META.json
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/author-critic.t
 delete mode 100644 t/critic.t
 delete mode 100644 t/kwalitee.t
 delete mode 100644 t/pod.t
 delete mode 100644 t/pod_coverage.t
 create mode 100644 t/release-pod-coverage.t
 create mode 100644 t/release-pod-syntax.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libipc-system-simple-perl.git



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