[libtime-period-perl] branch master updated (ea351eb -> ca0fa5e)

gregor herrmann gregoa at debian.org
Fri Aug 4 16:42:56 UTC 2017


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

gregoa pushed a change to branch master
in repository libtime-period-perl.

      from  ea351eb   [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.
       new  1a20f5a   Mark package as autopkgtest-able.
       new  35cf329   Declare compliance with Debian Policy 4.0.0.
       new  00cfe5c   Switch to source format "3.0 (quilt)".
       new  88b537d   remove boilerplate comments from debian/watch
       new  081078d   whitespace
       new  cab9806   Don't install README anymore.
       new  55c10cd   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  d6158d1   Add /me to Uploaders.
       new  3d540dc   Mention module name in long description.
       new  7d87fbb   fix metacpan URLs
       new  dcbe83a   update changelog
      adds  2e1e636   New upstream version 1.25
       new  01ec489   Updated version 1.25 from 'upstream/1.25'
       new  acd8721   New upstream release.
       new  5ab42d9   debian/copyright: update Upstream-Contact.
       new  bfcb5af   d/copyright: drop "unparsable"
       new  ca0fa5e   releasing package libtime-period-perl version 1.25-1

The 16 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:
 LICENSE                         | 379 +++++++++++++++++++++++++++++++++++++
 MANIFEST                        |  18 ++
 META.yml                        |  22 +++
 Makefile.PL                     |  67 ++++++-
 Period.html                     | 272 ---------------------------
 Period.man                      | 401 ----------------------------------------
 README                          |   3 +-
 debian/changelog                |  23 ++-
 debian/control                  |  19 +-
 debian/copyright                |  56 +++---
 debian/docs                     |   1 -
 debian/rules                    |   2 +-
 debian/source/format            |   1 +
 debian/watch                    |   5 +-
 dist.ini                        |  23 +++
 Period.pm => lib/Time/Period.pm | 130 +++++++------
 t/01_time_period.t              |  36 ++++
 t/02_weekday.t                  |  45 +++++
 t/03_year.t                     |  37 ++++
 t/04_month.t                    |  45 +++++
 t/05_week.t                     |  38 ++++
 t/06_year_day.t                 |  38 ++++
 t/07_month_day.t                |  34 ++++
 t/08_hour.t                     |  55 ++++++
 t/09_minute.t                   |  30 +++
 t/10_second.t                   |  29 +++
 26 files changed, 1020 insertions(+), 789 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 MANIFEST
 create mode 100644 META.yml
 mode change 100755 => 100644 Makefile.PL
 delete mode 100644 Period.html
 delete mode 100644 Period.man
 delete mode 100644 debian/docs
 create mode 100644 debian/source/format
 create mode 100644 dist.ini
 rename Period.pm => lib/Time/Period.pm (91%)
 create mode 100644 t/01_time_period.t
 create mode 100644 t/02_weekday.t
 create mode 100644 t/03_year.t
 create mode 100644 t/04_month.t
 create mode 100644 t/05_week.t
 create mode 100644 t/06_year_day.t
 create mode 100644 t/07_month_day.t
 create mode 100644 t/08_hour.t
 create mode 100644 t/09_minute.t
 create mode 100644 t/10_second.t

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



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