[libfile-flock-perl] branch master updated (5229b4c -> b54a5a9)

gregor herrmann gregoa at debian.org
Tue Oct 1 18:51:56 UTC 2013


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

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

      from  5229b4c   update changelog
      adds  2f74524   Imported Upstream version 2013.11
       new  f3067a3   Merge tag 'upstream/2013.11'
       new  48ee9e4   New upstream release.
       new  60fea28   Switch to "3.0 (quilt)" source format.
       new  cf19664   Don't install README anymore, just a text version of the POD.
       new  9f8be86   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  cc0afca   Bump debhelper compatibility level to 8.
       new  3b93905   Add new build and runtime dependencies.
       new  93f067e   Add /me to Uploaders.
       new  7e9b898   Declare compliance with Debian Policy 3.9.4.
       new  b54a5a9   releasing package libfile-flock-perl version 2013.11-1

The 10 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:
 Build.PL                       |   36 +++
 CHANGELOG                      |   67 -----
 Changes                        |   95 +++++++
 MANIFEST                       |   23 +-
 META.yml                       |   44 +++-
 MYMETA.json                    |   67 +++++
 MYMETA.yml                     |   37 +++
 Makefile.PL                    |   29 ++-
 README                         |   65 ++++-
 debian/changelog               |   18 +-
 debian/compat                  |    2 +-
 debian/control                 |   26 +-
 debian/copyright               |   21 +-
 debian/libfile-flock-perl.docs |    1 -
 debian/source/format           |    1 +
 lib/File/Flock.pm              |  113 ++++++--
 lib/File/Flock/Forking.pm      |   59 +++++
 lib/File/Flock/Subprocess.pm   |  552 ++++++++++++++++++++++++++++++++++++++++
 t/auto.t                       |   21 ++
 t/auto2.t                      |   21 ++
 t/flock.t                      |  292 +--------------------
 t/flock.tt                     |  314 +++++++++++++++++++++++
 t/flock2.t                     |   18 ++
 t/flock2.tt                    |  188 ++++++++++++++
 t/forking.t                    |   14 +
 t/forking2.t                   |   14 +
 t/subprocess.t                 |   11 +
 t/subprocess2.t                |   11 +
 t/wrap.tm                      |   40 +++
 29 files changed, 1768 insertions(+), 432 deletions(-)
 create mode 100644 Build.PL
 delete mode 100644 CHANGELOG
 create mode 100644 Changes
 create mode 100644 MYMETA.json
 create mode 100644 MYMETA.yml
 delete mode 100644 debian/libfile-flock-perl.docs
 create mode 100644 debian/source/format
 create mode 100644 lib/File/Flock/Forking.pm
 create mode 100644 lib/File/Flock/Subprocess.pm
 create mode 100644 t/auto.t
 create mode 100644 t/auto2.t
 create mode 100644 t/flock.tt
 create mode 100755 t/flock2.t
 create mode 100644 t/flock2.tt
 create mode 100644 t/forking.t
 create mode 100644 t/forking2.t
 create mode 100644 t/subprocess.t
 create mode 100644 t/subprocess2.t
 create mode 100644 t/wrap.tm

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



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