[libchart-clicker-perl] branch master updated (0097084 -> 09fcc9c)
gregor herrmann
gregoa at debian.org
Fri Aug 9 20:04:00 UTC 2013
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 0097084 update changelog
adds f5547ce Imported Upstream version 2.86
new 26f5de1 Merge tag 'upstream/2.86'
new 16876e5 New upstream release.
new cd72032 Update years of upstream and packaging copyright.
new dbe4453 Add (build) dependency on libclass-load-perl.
new 1064d53 Declare compliance with Debian Policy 3.9.4.
new 02a263e Add a patch to add missing whatis entries to manpages.
new 09fcc9c releasing package libchart-clicker-perl version 2.86-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 | 6 +
LICENSE | 8 +-
MANIFEST | 5 +
META.json | 16 +-
META.yml | 9 +-
Makefile.PL | 9 +-
README | 4 +-
README.mkdn | 189 ++++++++++----------
debian/changelog | 12 +-
debian/control | 4 +-
debian/copyright | 4 +-
debian/patches/series | 1 +
debian/patches/whatis.patch | 62 +++++++
lib/Chart/Clicker.pm | 21 ++-
lib/Chart/Clicker/Axis.pm | 88 ++++++++-
lib/Chart/Clicker/Axis/DateTime.pm | 9 +-
lib/Chart/Clicker/Axis/DivisionType.pm | 54 ++++++
lib/Chart/Clicker/Axis/DivisionType/Exact.pm | 93 ++++++++++
.../Clicker/Axis/DivisionType/LinearExpandGraph.pm | 162 +++++++++++++++++
.../Clicker/Axis/DivisionType/LinearRounded.pm | 175 ++++++++++++++++++
lib/Chart/Clicker/Component.pm | 9 +-
lib/Chart/Clicker/Container.pm | 9 +-
lib/Chart/Clicker/Context.pm | 9 +-
lib/Chart/Clicker/Data/DataSet.pm | 9 +-
lib/Chart/Clicker/Data/Marker.pm | 19 +-
lib/Chart/Clicker/Data/Range.pm | 94 ++++++----
lib/Chart/Clicker/Data/Series.pm | 13 +-
lib/Chart/Clicker/Data/Series/HighLow.pm | 9 +-
lib/Chart/Clicker/Data/Series/Size.pm | 9 +-
lib/Chart/Clicker/Decoration.pm | 9 +-
lib/Chart/Clicker/Decoration/Glass.pm | 9 +-
lib/Chart/Clicker/Decoration/Grid.pm | 8 +-
lib/Chart/Clicker/Decoration/Legend.pm | 12 +-
lib/Chart/Clicker/Decoration/Legend/Tabular.pm | 9 +-
lib/Chart/Clicker/Decoration/MarkerOverlay.pm | 9 +-
lib/Chart/Clicker/Decoration/OverAxis.pm | 9 +-
lib/Chart/Clicker/Decoration/Plot.pm | 9 +-
lib/Chart/Clicker/Drawing/ColorAllocator.pm | 9 +-
lib/Chart/Clicker/Positioned.pm | 9 +-
lib/Chart/Clicker/Renderer.pm | 9 +-
lib/Chart/Clicker/Renderer/Area.pm | 9 +-
lib/Chart/Clicker/Renderer/Bar.pm | 9 +-
lib/Chart/Clicker/Renderer/Bubble.pm | 9 +-
lib/Chart/Clicker/Renderer/CandleStick.pm | 9 +-
lib/Chart/Clicker/Renderer/Line.pm | 66 ++++++-
lib/Chart/Clicker/Renderer/Pie.pm | 10 +-
lib/Chart/Clicker/Renderer/Point.pm | 9 +-
lib/Chart/Clicker/Renderer/PolarArea.pm | 9 +-
lib/Chart/Clicker/Renderer/StackedArea.pm | 9 +-
lib/Chart/Clicker/Renderer/StackedBar.pm | 9 +-
lib/Chart/Clicker/Tutorial.pm | 9 +-
t/axis-division-rounded.t | 89 +++++++++
t/axis.t | 1 +
t/data-range.t | 3 -
54 files changed, 1168 insertions(+), 294 deletions(-)
create mode 100644 debian/patches/series
create mode 100644 debian/patches/whatis.patch
create mode 100644 lib/Chart/Clicker/Axis/DivisionType.pm
create mode 100644 lib/Chart/Clicker/Axis/DivisionType/Exact.pm
create mode 100644 lib/Chart/Clicker/Axis/DivisionType/LinearExpandGraph.pm
create mode 100644 lib/Chart/Clicker/Axis/DivisionType/LinearRounded.pm
create mode 100644 t/axis-division-rounded.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libchart-clicker-perl.git
More information about the Pkg-perl-cvs-commits
mailing list