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

gregoa pushed a change to branch master
in repository libchart-clicker-perl.

      from  6079f55   update changelog
       new  e34db6d   Add debian/upstream/metadata.
      adds  2fda905   New upstream version 2.90
       new  f05cdf9   Merge tag 'upstream/2.90'
       new  4bb5158   Update debian/changelog
       new  d612424   Update years of upstream and packaging copyright.
       new  a8662b0   Declare compliance with Debian Policy 3.9.8.
       new  b3dc3ce   Add another fix to whatis.patch.
       new  da4c2b6   releasing package libchart-clicker-perl version 2.90-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:
 Changes                                            |   4 +
 LICENSE                                            |   8 +-
 MANIFEST                                           |   8 +-
 META.json                                          |  20 +-
 META.yml                                           | 101 ++++-----
 Makefile.PL                                        |  27 +--
 README                                             |   6 +-
 README.mkdn                                        |  40 ++--
 debian/changelog                                   |   9 +-
 debian/control                                     |   2 +-
 debian/copyright                                   |   3 +-
 debian/patches/whatis.patch                        |  28 ++-
 debian/upstream/metadata                           |   7 +
 example/{multiple-axes.pl => annotation.pl}        |  42 ++++
 lib/Chart/Clicker.pm                               |  20 +-
 lib/Chart/Clicker/Axis.pm                          |  11 +-
 lib/Chart/Clicker/Axis/DateTime.pm                 |   6 +-
 lib/Chart/Clicker/Axis/DivisionType.pm             |   6 +-
 lib/Chart/Clicker/Axis/DivisionType/Exact.pm       |   6 +-
 .../Clicker/Axis/DivisionType/LinearExpandGraph.pm |   6 +-
 .../Clicker/Axis/DivisionType/LinearRounded.pm     |   6 +-
 lib/Chart/Clicker/Component.pm                     |   6 +-
 lib/Chart/Clicker/Container.pm                     |   6 +-
 lib/Chart/Clicker/Context.pm                       |   6 +-
 lib/Chart/Clicker/Data/DataSet.pm                  |   9 +-
 lib/Chart/Clicker/Data/Marker.pm                   |   6 +-
 lib/Chart/Clicker/Data/Range.pm                    |   6 +-
 lib/Chart/Clicker/Data/Series.pm                   |   6 +-
 lib/Chart/Clicker/Data/Series/HighLow.pm           |   6 +-
 lib/Chart/Clicker/Data/Series/Size.pm              |   6 +-
 lib/Chart/Clicker/Decoration.pm                    |   6 +-
 lib/Chart/Clicker/Decoration/Annotation.pm         | 228 +++++++++++++++++++++
 lib/Chart/Clicker/Decoration/Glass.pm              |   6 +-
 lib/Chart/Clicker/Decoration/Grid.pm               |   6 +-
 lib/Chart/Clicker/Decoration/Legend.pm             |   6 +-
 lib/Chart/Clicker/Decoration/Legend/Tabular.pm     |   6 +-
 lib/Chart/Clicker/Decoration/MarkerOverlay.pm      |  19 +-
 lib/Chart/Clicker/Decoration/OverAxis.pm           |  17 +-
 lib/Chart/Clicker/Decoration/Plot.pm               |   6 +-
 lib/Chart/Clicker/Drawing/ColorAllocator.pm        |   8 +-
 lib/Chart/Clicker/Positioned.pm                    |   6 +-
 lib/Chart/Clicker/Renderer.pm                      |   6 +-
 lib/Chart/Clicker/Renderer/Area.pm                 |   6 +-
 lib/Chart/Clicker/Renderer/Bar.pm                  |  16 +-
 lib/Chart/Clicker/Renderer/Bubble.pm               |   6 +-
 lib/Chart/Clicker/Renderer/CandleStick.pm          |  14 +-
 lib/Chart/Clicker/Renderer/Line.pm                 |   6 +-
 lib/Chart/Clicker/Renderer/Pie.pm                  |   8 +-
 lib/Chart/Clicker/Renderer/Point.pm                |   8 +-
 lib/Chart/Clicker/Renderer/PolarArea.pm            |   9 +-
 lib/Chart/Clicker/Renderer/StackedArea.pm          |   8 +-
 lib/Chart/Clicker/Renderer/StackedBar.pm           |   6 +-
 lib/Chart/Clicker/Tutorial.pm                      |   6 +-
 t/author-pod-syntax.t                              |  15 ++
 t/author-synopsis.t                                |  13 ++
 t/release-pod-syntax.t                             |  16 --
 t/release-synopsis.t                               |  16 --
 57 files changed, 594 insertions(+), 302 deletions(-)
 create mode 100644 debian/upstream/metadata
 copy example/{multiple-axes.pl => annotation.pl} (58%)
 create mode 100644 lib/Chart/Clicker/Decoration/Annotation.pm
 create mode 100644 t/author-pod-syntax.t
 create mode 100644 t/author-synopsis.t
 delete mode 100644 t/release-pod-syntax.t
 delete mode 100644 t/release-synopsis.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to