[libdata-ical-perl] branch master updated (eff06df -> ed8fc17)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Aug 12 19:52:44 UTC 2015


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

fsfs pushed a change to branch master
in repository libdata-ical-perl.

      from  eff06df   update changelog
      adds  400ee75   Imported Upstream version 0.22+dfsg
       new  064c11e   Merge tag 'upstream/0.22+dfsg'
       new  82f094c   Import Upstream version 0.22+dfsg
       new  59a935a   Update copyright years
       new  60f181e   Declare compliance with Debian Policy 3.9.6
       new  8f350a2   Mark package autopkgtest-able
       new  ed8fc17   prepare changelog for release

The 6 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:
 .shipit                                  |   9 ++
 Changes                                  | 190 ++++++++++++++-----------------
 MANIFEST                                 |   4 +
 META.yml                                 |   6 +-
 Makefile.PL                              |   2 +-
 SIGNATURE                                |  70 ++++++------
 debian/changelog                         |  10 +-
 debian/control                           |   3 +-
 debian/copyright                         |  10 +-
 inc/Module/AutoInstall.pm                |  42 +++----
 inc/Module/Install.pm                    |  22 ++--
 inc/Module/Install/AutoInstall.pm        |   2 +-
 inc/Module/Install/Base.pm               |   2 +-
 inc/Module/Install/Can.pm                |   2 +-
 inc/Module/Install/Fetch.pm              |   2 +-
 inc/Module/Install/Include.pm            |   2 +-
 inc/Module/Install/Makefile.pm           |   4 +-
 inc/Module/Install/Metadata.pm           |   6 +-
 inc/Module/Install/Win32.pm              |   2 +-
 inc/Module/Install/WriteAll.pm           |   2 +-
 lib/Data/ICal.pm                         |  76 ++++++-------
 lib/Data/ICal/Entry.pm                   |  97 +++++++++-------
 lib/Data/ICal/Entry/Alarm.pm             | 101 ++++++++++++++++
 lib/Data/ICal/Entry/Alarm/Audio.pm       |  74 ++----------
 lib/Data/ICal/Entry/Alarm/Display.pm     |  72 ++----------
 lib/Data/ICal/Entry/Alarm/Email.pm       |  73 ++----------
 lib/Data/ICal/Entry/Alarm/None.pm        |  63 ++++++++++
 lib/Data/ICal/Entry/Alarm/Procedure.pm   |  71 +++---------
 lib/Data/ICal/Entry/Alarm/URI.pm         |  83 ++++++++++++++
 lib/Data/ICal/Entry/Event.pm             |  69 +++++------
 lib/Data/ICal/Entry/FreeBusy.pm          |  54 ++++-----
 lib/Data/ICal/Entry/Journal.pm           |  62 +++++-----
 lib/Data/ICal/Entry/TimeZone.pm          |  33 +-----
 lib/Data/ICal/Entry/TimeZone/Daylight.pm |  33 +-----
 lib/Data/ICal/Entry/TimeZone/Standard.pm |  33 +-----
 lib/Data/ICal/Entry/Todo.pm              |  53 ++++-----
 lib/Data/ICal/Property.pm                |  29 +----
 37 files changed, 708 insertions(+), 760 deletions(-)
 create mode 100644 .shipit
 create mode 100644 lib/Data/ICal/Entry/Alarm.pm
 create mode 100644 lib/Data/ICal/Entry/Alarm/None.pm
 create mode 100644 lib/Data/ICal/Entry/Alarm/URI.pm

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



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