[libfile-copy-recursive-perl] branch master updated (c2a34e8 -> f3ec1c3)

gregor herrmann gregoa at debian.org
Sat Jan 6 21:41:19 UTC 2018


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

gregoa pushed a change to branch master
in repository libfile-copy-recursive-perl.

      from  c2a34e8   update changelog
      adds  c31cf8c   New upstream version 0.39
       new  85799d6   Merge tag 'upstream/0.39'
       new  78d9ad6   New upstream release.
       new  991d609   whitespace
       new  64e6040   debian/rules: shrink to 3-lines dh(1) version.
       new  1900ef0   debian/copyright: refresh structure.
       new  bf05eed   Add new build dependencies.
       new  cf1d2a3   Reformat debian/control with cme
       new  5b7cdc7   Mark package as autopkgtest-able.
       new  a4a09ca   Declare compliance with Debian Policy 4.1.3.
       new  ee8ef96   Switch to source format "3.0 (quilt)".
       new  201cec0   Bump debhelper compatibility level to 10.
       new  f3ec1c3   update changelog / add WAITS-FOR

The 12 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                    |  39 ++-
 MANIFEST                   |   7 +-
 META.json                  |  52 +++
 META.yml                   |  43 ++-
 Makefile.PL                |  32 +-
 README                     |   2 +-
 Recursive.pm               | 696 ---------------------------------------
 debian/changelog           |  18 +-
 debian/compat              |   2 +-
 debian/control             |  13 +-
 debian/copyright           |  44 +--
 debian/rules               |  21 +-
 debian/source/format       |   1 +
 debian/watch               |   3 -
 lib/File/Copy/Recursive.pm | 790 +++++++++++++++++++++++++++++++++++++++++++++
 t/{1.t => 00.load.t}       |   0
 t/01.legacy.t              | 351 ++++++++++++++++++++
 t/02.legacy-symtogsafe.t   | 137 ++++++++
 18 files changed, 1470 insertions(+), 781 deletions(-)
 create mode 100644 META.json
 delete mode 100644 Recursive.pm
 create mode 100644 debian/source/format
 create mode 100644 lib/File/Copy/Recursive.pm
 rename t/{1.t => 00.load.t} (100%)
 create mode 100644 t/01.legacy.t
 create mode 100644 t/02.legacy-symtogsafe.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-copy-recursive-perl.git



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